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-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ac97f09957f206272e5bd6833ae699fd8375714;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index 3b69b23df29..a7b2d8065d2 100644 --- a/meta-poky/conf/local.conf.sample +++ b/meta-poky/conf/local.conf.sample @@ -138,7 +138,7 @@ PACKAGE_CLASSES ?= "package_rpm" # 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