diff options
author | Ross Burton <ross.burton@intel.com> | 2013-03-27 10:46:28 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-27 11:18:31 +0000 |
commit | 1c7fc0a4d1366862be36a600cd58a00c5de1542f (patch) | |
tree | 847f3a16eedc12b06c30007ec571931b8406bc30 | |
parent | 5a1d4bebf05dc8aef1ff3865021117aa8bc6c6be (diff) | |
download | poky-1c7fc0a4d1366862be36a600cd58a00c5de1542f.tar.gz |
local.conf.sample.extended: remove obsolete DISTRO_FEATURES_INITMAN reference
(From meta-yocto rev: 8b2d223b7ae0ac004ae4ad8c4f38a307fc433f60)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto/conf/local.conf.sample.extended | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index 4d9ce562dc..d0dff80385 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended | |||
@@ -211,7 +211,3 @@ | |||
211 | # Put the following two lines in the conf file with intact. | 211 | # Put the following two lines in the conf file with intact. |
212 | #ARCHIVER_CLASS = "${@'archive-${ARCHIVER_MODE}-source' if ARCHIVER_MODE != 'none' else ''}" | 212 | #ARCHIVER_CLASS = "${@'archive-${ARCHIVER_MODE}-source' if ARCHIVER_MODE != 'none' else ''}" |
213 | #INHERIT += "${ARCHIVER_CLASS}" | 213 | #INHERIT += "${ARCHIVER_CLASS}" |
214 | # | ||
215 | # set init manager: sysvinit or systemd | ||
216 | # sysvinit is the default choice | ||
217 | #DISTRO_FEATURES_INITMAN ?= "sysvinit" | ||