From 778121ab844af623a215430ba579a5fb3947928b Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Wed, 6 Apr 2016 12:56:01 +0200 Subject: 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. (From meta-yocto rev: 6ac97f09957f206272e5bd6833ae699fd8375714) Signed-off-by: Peter Kjellerstedt Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta-poky/conf/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-poky') diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index 3b69b23df2..a7b2d8065d 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 -- cgit 1.2.3-korg