]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Make it possible to override EXTRA_IMAGE_FEATURES
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 6 Apr 2016 10:56:01 +0000 (12:56 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Apr 2016 06:56:57 +0000 (07:56 +0100)
It should be possible to override EXTRA_IMAGE_FEATURES in auto.conf,
which is read before local.conf.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample

index 2c12ca5aa091119ac9c9e4bc54d25a4c13500e0e..2949ffba1cfb84247d6e985b05df0462afa198ac 100644 (file)
@@ -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