From: Gary Thomas Date: Wed, 30 Oct 2013 16:09:25 +0000 (-0600) Subject: core-image-basic.bb: Allow user extensions X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0cda4bb5fc67276907a6e512b957571b43c09e32;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 (From OE-Core rev: 5faabf398819d40b55c46bc83ae03942d115024b) Signed-off-by: Gary Thomas Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/images/core-image-basic.bb b/meta/recipes-extended/images/core-image-basic.bb index 091f57db744..d599e720f11 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