diff options
-rw-r--r-- | meta-yocto/conf/local.conf.sample.extended | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index d0dff80385..3dc73fbec6 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended | |||
@@ -211,3 +211,6 @@ | |||
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 | # Remove the old image before the new one generated to save disk space | ||
216 | #RM_OLD_IMAGE = "1" | ||