diff options
author | Gary Thomas <gary@mlbassoc.com> | 2013-10-30 10:09:25 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 17:33:11 +0000 |
commit | 0cda4bb5fc67276907a6e512b957571b43c09e32 (patch) | |
tree | ef3e46c3da86bfd9ddfe2b88d250833d145161c7 /meta | |
parent | 5e427966756700e596740778f16b96d03e8568c8 (diff) | |
download | poky-0cda4bb5fc67276907a6e512b957571b43c09e32.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
(From OE-Core rev: 5faabf398819d40b55c46bc83ae03942d115024b)
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 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" | |||
6 | IMAGE_INSTALL = "\ | 6 | IMAGE_INSTALL = "\ |
7 | packagegroup-core-boot \ | 7 | packagegroup-core-boot \ |
8 | packagegroup-core-basic \ | 8 | packagegroup-core-basic \ |
9 | ${CORE_IMAGE_EXTRA_INSTALL} \ | ||
9 | " | 10 | " |
10 | 11 | ||
11 | inherit core-image | 12 | inherit core-image |