]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-basic.bb: Allow user extensions
authorGary Thomas <gary@mlbassoc.com>
Wed, 30 Oct 2013 16:09:25 +0000 (10:09 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Dec 2013 16:53:02 +0000 (16:53 +0000)
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 master rev: 5faabf398819d40b55c46bc83ae03942d115024b)

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-extended/images/core-image-basic.bb

index 091f57db74486cfd7fc8fb0161c3c752826feaee..d599e720f11921e14e51d56f5c9aae7fb92b8159 100644 (file)
@@ -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