[OE-core] [PATCH 7/7] rootfs.py: change the notice about deferring scripts to first boot from warning to a note
Alexander Kanavin
alexander.kanavin at linux.intel.com
Mon Jan 29 12:01:34 UTC 2018
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 <alexander.kanavin at linux.intel.com>
---
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 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)
--
2.15.1
More information about the Openembedded-core
mailing list