From ff4835470bc450dd9b8ec9cdf7f9af3af5c6b464 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 29 Jan 2018 14:01:34 +0200 Subject: 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. (From OE-Core rev: 19f3f4c60060ff5ed3c1c9871e18fcd4d128c5a3) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/lib/oe/rootfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-54-g00ecf