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 23:00:46 +0100 |
commit | 778121ab844af623a215430ba579a5fb3947928b (patch) | |
tree | a8e77f3c763150209bfaff1b76e04f2d5427a0fd /meta-poky/conf | |
parent | f947c2773fb9fc0e3c6cb4881d4688fc5b7be2dd (diff) | |
download | poky-778121ab844af623a215430ba579a5fb3947928b.tar.gz |
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 <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-poky/conf')
-rw-r--r-- | meta-poky/conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
138 | # There are other application targets that can be used here too, see | 138 | # There are other application targets that can be used here too, see |
139 | # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. | 139 | # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. |
140 | # We default to enabling the debugging tweaks. | 140 | # We default to enabling the debugging tweaks. |
141 | EXTRA_IMAGE_FEATURES = "debug-tweaks" | 141 | EXTRA_IMAGE_FEATURES ?= "debug-tweaks" |
142 | 142 | ||
143 | # | 143 | # |
144 | # Additional image features | 144 | # Additional image features |