diff options
Diffstat (limited to 'meta-yocto')
-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" | ||