On 2013-10-30 10:09, Gary Thomas wrote:
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 <[email protected]>
---
  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


Ping?  I know this message made it to the list, just no action.

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to