[oe-commits] Richard Purdie : core-image-minimal: Add missing POKY_EXTRA_IMAGE variable

git version control git at git.openembedded.org
Wed Sep 14 00:29:32 UTC 2011


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Sep 14 01:27:08 2011 +0100

core-image-minimal: Add missing POKY_EXTRA_IMAGE variable

Whilst this needs renaming it at least brings this image into
line with the other images and ensures consistent behaviour.
Renaming can take place at a future point.

This fixes the problem where extra packages could be added to other
image types using this varibale but not in the case of the minimal
image.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/images/core-image-minimal.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/images/core-image-minimal.bb b/meta/recipes-core/images/core-image-minimal.bb
index 743e121..56fc20c 100644
--- a/meta/recipes-core/images/core-image-minimal.bb
+++ b/meta/recipes-core/images/core-image-minimal.bb
@@ -1,7 +1,7 @@
 #
 # Copyright (C) 2007 OpenedHand Ltd.
 #
-IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP}"
+IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${POKY_EXTRA_INSTALL}"
 
 IMAGE_LINGUAS = " "
 





More information about the Openembedded-commits mailing list