From: Alexander Kanavin Date: Mon, 29 Jan 2018 12:01:34 +0000 (+0200) Subject: rootfs.py: change the notice about deferring scripts to first boot from warning to... X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~18914 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19f3f4c60060ff5ed3c1c9871e18fcd4d128c5a3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git rootfs.py: change the notice about deferring scripts to first boot from warning to a note Now that the first boot deferral needs to be requested explicitly, it's not really something to be concerned about. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index 8bf77aea492..bf2aea2b25a 100644 --- a/meta/lib/oe/rootfs.py +++ b/meta/lib/oe/rootfs.py @@ -303,7 +303,7 @@ class Rootfs(object, metaclass=ABCMeta): break if registered_pkgs is not None: - bb.warn("The postinstalls for the following packages " + bb.note("The postinstalls for the following packages " "will be postponed for first boot: %s" % registered_pkgs)