[oe-commits] [openembedded-core] 09/09: local.conf.sample: Make it possible to override EXTRA_IMAGE_FEATURES

git at git.openembedded.org git at git.openembedded.org
Sat Apr 9 07:01:01 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d2734fbfe209fcb8bd908b55e64d1ea8712d02c1
Author: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
AuthorDate: Wed Apr 6 12:56:01 2016 +0200

    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 at axis.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/local.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 2c12ca5..2949ffb 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list