[oe-commits] Gary Thomas : core-image-basic.bb: Allow user extensions

git at git.openembedded.org git at git.openembedded.org
Wed Oct 30 17:18:54 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 5faabf398819d40b55c46bc83ae03942d115024b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5faabf398819d40b55c46bc83ae03942d115024b

Author: Gary Thomas <gary at mlbassoc.com>
Date:   Wed Oct 30 10:09:25 2013 -0600

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 at mlbassoc.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/images/core-image-basic.bb |    1 +
 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 091f57d..d599e72 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



More information about the Openembedded-commits mailing list