[oe-commits] Radu Moisan : sample.extended: Add DISTRO_FEATURES_INITMAN

git at git.openembedded.org git at git.openembedded.org
Thu Jan 24 20:14:10 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: e20a74b06c2adfd07bf1125ff8748d76b535dbc1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e20a74b06c2adfd07bf1125ff8748d76b535dbc1

Author: Radu Moisan <radu.moisan at intel.com>
Date:   Wed Jan 23 10:18:17 2013 +0200

sample.extended: Add DISTRO_FEATURES_INITMAN

Signed-off-by: Radu Moisan <radu.moisan at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/local.conf.sample.extended |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended
index 36f1294..f02c318 100644
--- a/meta/conf/local.conf.sample.extended
+++ b/meta/conf/local.conf.sample.extended
@@ -211,3 +211,7 @@
 #ARCHIVER_MODE[filter] ?= "no"
 #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"





More information about the Openembedded-commits mailing list