* [PATCH 0/1] Make it possible to overrride EXTRA_IMAGE_FEATURES
@ 2016-04-06 10:56 Peter Kjellerstedt
2016-04-06 10:56 ` [PATCH 1/1] local.conf.sample: Make it possible to override EXTRA_IMAGE_FEATURES Peter Kjellerstedt
0 siblings, 1 reply; 2+ messages in thread
From: Peter Kjellerstedt @ 2016-04-06 10:56 UTC (permalink / raw)
To: poky
This makes it possible to specify EXTRA_IMAGE_FEATURES in auto.conf.
//Peter
The following changes since commit c1157400ab6f5cb0f057bd07e55c4790499107ed:
bitbake: fetch2/git.py: remove .indirectiondir workaround (2016-04-06 10:29:47 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib pkj/extra_image_features
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/extra_image_features
Peter Kjellerstedt (1):
local.conf.sample: Make it possible to override EXTRA_IMAGE_FEATURES
meta-poky/conf/local.conf.sample | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.1.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] local.conf.sample: Make it possible to override EXTRA_IMAGE_FEATURES
2016-04-06 10:56 [PATCH 0/1] Make it possible to overrride EXTRA_IMAGE_FEATURES Peter Kjellerstedt
@ 2016-04-06 10:56 ` Peter Kjellerstedt
0 siblings, 0 replies; 2+ messages in thread
From: Peter Kjellerstedt @ 2016-04-06 10:56 UTC (permalink / raw)
To: poky
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>
---
meta-poky/conf/local.conf.sample | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index 15dcc48..ede9aab 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
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-06 10:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-06 10:56 [PATCH 0/1] Make it possible to overrride EXTRA_IMAGE_FEATURES Peter Kjellerstedt
2016-04-06 10:56 ` [PATCH 1/1] local.conf.sample: Make it possible to override EXTRA_IMAGE_FEATURES Peter Kjellerstedt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.