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: uninative-1.8~483 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=19f3f4c60060ff5ed3c1c9871e18fcd4d128c5a3;p=openembedded-core.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 8bf77aea49..bf2aea2b25 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)