summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/local.conf.sample.extended9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended
index ccdd326827..bc765a100f 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/conf/local.conf.sample.extended
@@ -165,6 +165,15 @@
165# currently an example class is image_types_uboot 165# currently an example class is image_types_uboot
166# IMAGE_CLASSES = " image_types_uboot" 166# IMAGE_CLASSES = " image_types_uboot"
167 167
168# The following options will build a companion 'debug filesystem' in addition
169# to the normal deployable filesystem. This companion system allows a
170# debugger to know the symbols and related sources. It can be used to
171# debug a remote 'production' system without having to add the debug symbols
172# and sources to remote system. If IMAGE_FSTYPES_DEBUGFS is not defined, it
173# defaults to IMAGE_FSTYPES.
174#IMAGE_GEN_DEBUGFS = "1"
175#IMAGE_FSTYPES_DEBUGFS = "tar.gz"
176
168# Incremental rpm image generation, the rootfs would be totally removed 177# Incremental rpm image generation, the rootfs would be totally removed
169# and re-created in the second generation by default, but with 178# and re-created in the second generation by default, but with
170# INC_RPM_IMAGE_GEN = "1", the rpm based rootfs would be kept, and will 179# INC_RPM_IMAGE_GEN = "1", the rpm based rootfs would be kept, and will