diff options
author | Radu Moisan <radu.moisan@intel.com> | 2013-01-23 10:18:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-24 20:09:46 +0000 |
commit | f0e02dc132c301c0a33a3a8cecddc867b1f0a70e (patch) | |
tree | 5cadb5219892dc51099992a5f6db51ff2989931e /meta-yocto/conf/local.conf.sample.extended | |
parent | 34fb09201840246bb7c5dce747558f765e892a32 (diff) | |
download | poky-f0e02dc132c301c0a33a3a8cecddc867b1f0a70e.tar.gz |
sample.extended: Add DISTRO_FEATURES_INITMAN
(From meta-yocto rev: 5d34575d3f732580ecfe0ccb0f915b5c6c0ca0a0)
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/local.conf.sample.extended')
-rw-r--r-- | meta-yocto/conf/local.conf.sample.extended | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index e5dfc89cf6..73685666bf 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended | |||
@@ -215,3 +215,7 @@ | |||
215 | # Put the following two lines in the conf file with intact. | 215 | # Put the following two lines in the conf file with intact. |
216 | #ARCHIVER_CLASS = "${@'archive-${ARCHIVER_MODE}-source' if ARCHIVER_MODE != 'none' else ''}" | 216 | #ARCHIVER_CLASS = "${@'archive-${ARCHIVER_MODE}-source' if ARCHIVER_MODE != 'none' else ''}" |
217 | #INHERIT += "${ARCHIVER_CLASS}" | 217 | #INHERIT += "${ARCHIVER_CLASS}" |
218 | # | ||
219 | # set init manager: sysvinit or systemd | ||
220 | # sysvinit is the default choice | ||
221 | #DISTRO_FEATURES_INITMAN ?= "sysvinit" | ||