[poky] [PATCH] sample.extended: Add DISTRO_FEATURES_INITMAN

Radu Moisan radu.moisan at intel.com
Wed Jan 23 00:18:17 PST 2013


Signed-off-by: Radu Moisan <radu.moisan at intel.com>
---
 meta-yocto/conf/local.conf.sample.extended |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended
index e5dfc89..7368566 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/conf/local.conf.sample.extended
@@ -215,3 +215,7 @@
 # Put the following two lines in the conf file with intact.
 #ARCHIVER_CLASS = "${@'archive-${ARCHIVER_MODE}-source' if ARCHIVER_MODE != 'none' else ''}"
 #INHERIT += "${ARCHIVER_CLASS}"
+#
+# set init manager: sysvinit or systemd
+# sysvinit is the default choice
+#DISTRO_FEATURES_INITMAN ?= "sysvinit"
-- 
1.7.9.5




More information about the poky mailing list