diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-09-04 18:42:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-05 17:37:14 +0100 |
commit | 71d3d1a7dbb85405e8ab99dacb832aa14447e194 (patch) | |
tree | 2699ebe7ba81311c4dbef495ee104eddf318df7a /meta/recipes-core/images | |
parent | 38e71739d97764295713f20e87795a1c43c57e41 (diff) | |
download | poky-71d3d1a7dbb85405e8ab99dacb832aa14447e194.tar.gz |
build-appliance-image: fix for packagegroup-apps-console removal
(From OE-Core rev: ca8ff97080b635ff9ba21c2a2f6d33cb211f7a83)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/images')
-rw-r--r-- | meta/recipes-core/images/build-appliance-image.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/images/build-appliance-image.bb b/meta/recipes-core/images/build-appliance-image.bb index 2a77c14a47..69a4828d3c 100644 --- a/meta/recipes-core/images/build-appliance-image.bb +++ b/meta/recipes-core/images/build-appliance-image.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "An image you can boot and run using either the VMware Player or VMware Workstation. For more information, see the<a href='http://www.yoctoproject.org/documentation/build-appliance'>Build Appliance page</a>." | 1 | DESCRIPTION = "An image you can boot and run using either the VMware Player or VMware Workstation. For more information, see the<a href='http://www.yoctoproject.org/documentation/build-appliance'>Build Appliance page</a>." |
2 | IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-apps-console packagegroup-core-ssh-openssh packagegroup-self-hosted" | 2 | IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-openssh packagegroup-self-hosted" |
3 | 3 | ||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
7 | 7 | ||
8 | PR = "r16" | 8 | PR = "r16" |
9 | 9 | ||
10 | IMAGE_FEATURES += "x11-base package-management" | 10 | IMAGE_FEATURES += "x11-base package-management splash" |
11 | 11 | ||
12 | # Ensure there's enough space to do a core-image-sato build, with rm_work enabled | 12 | # Ensure there's enough space to do a core-image-sato build, with rm_work enabled |
13 | IMAGE_ROOTFS_EXTRA_SPACE = "41943040" | 13 | IMAGE_ROOTFS_EXTRA_SPACE = "41943040" |