aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/images
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2013-10-30 10:09:25 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-30 17:25:04 +0000
commit5faabf398819d40b55c46bc83ae03942d115024b (patch)
tree4a09bd89afc6060f94822a8eba2497cb78eceb38 /meta/recipes-extended/images
parent58ae94f1b06d0e6234413dbf9869bde85f154c85 (diff)
downloadopenembedded-core-contrib-5faabf398819d40b55c46bc83ae03942d115024b.tar.gz
core-image-basic.bb: Allow user extensions
Allow the user to provide additional packages to this image. This lets core-image-basic behave like all other core-image* recipes (which do support CORE_IMAGE_EXTRA_INSTALL), as well as match the documentation which suggests this as the mode to extend any core-image* image. v2 - drop redundant setting of CORE_IMAGE_EXTRA_INSTALL Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/images')
-rw-r--r--meta/recipes-extended/images/core-image-basic.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/images/core-image-basic.bb b/meta/recipes-extended/images/core-image-basic.bb
index 091f57db74..d599e720f1 100644
--- a/meta/recipes-extended/images/core-image-basic.bb
+++ b/meta/recipes-extended/images/core-image-basic.bb
@@ -6,6 +6,7 @@ IMAGE_FEATURES += "splash ssh-server-openssh"
IMAGE_INSTALL = "\
packagegroup-core-boot \
packagegroup-core-basic \
+ ${CORE_IMAGE_EXTRA_INSTALL} \
"
inherit core-image