diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2016-04-06 12:56:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-09 07:56:57 +0100 |
commit | d2734fbfe209fcb8bd908b55e64d1ea8712d02c1 (patch) | |
tree | aa1a5b41de53985f9683e01206ca63e64dbe3d8a /meta/conf/local.conf.sample | |
parent | 2b8299eb6b911e64d9a05b86c07b489d15eeaa5e (diff) | |
download | openembedded-core-d2734fbfe209fcb8bd908b55e64d1ea8712d02c1.tar.gz openembedded-core-d2734fbfe209fcb8bd908b55e64d1ea8712d02c1.tar.bz2 openembedded-core-d2734fbfe209fcb8bd908b55e64d1ea8712d02c1.zip |
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 <peter.kjellerstedt@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/local.conf.sample')
-rw-r--r-- | meta/conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
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 |