From: Peter Kjellerstedt Date: Wed, 6 Apr 2016 10:56:01 +0000 (+0200) Subject: local.conf.sample: Make it possible to override EXTRA_IMAGE_FEATURES X-Git-Tag: 2016-4~89 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d2734fbfe209fcb8bd908b55e64d1ea8712d02c1;p=openembedded-core.git local.conf.sample: Make it possible to override EXTRA_IMAGE_FEATURES It should be possible to override EXTRA_IMAGE_FEATURES in auto.conf, which is read before local.conf. Signed-off-by: Peter Kjellerstedt Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 2c12ca5aa0..2949ffba1c 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -115,7 +115,7 @@ PACKAGE_CLASSES ?= "package_ipk" # There are other application targets that can be used here too, see # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. # We default to enabling the debugging tweaks. -EXTRA_IMAGE_FEATURES = "debug-tweaks" +EXTRA_IMAGE_FEATURES ?= "debug-tweaks" # # Additional image features