diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-24 17:47:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:45:04 +0100 |
commit | bce1f1b8a74ec8139c531ec09b7bbaa02cccb08d (patch) | |
tree | dd586643890c7b66da420f5aade46b0daaf7cf59 /meta/recipes-core/images | |
parent | 217b65e1ff546ea3331b824f13c79a73b9c96bdc (diff) | |
download | poky-bce1f1b8a74ec8139c531ec09b7bbaa02cccb08d.tar.gz |
build-appliance-image: add SUMMARY, HOMEPAGE and improve DESCRIPTION
Move the link from DESCRIPTION to HOMEPAGE and add a short SUMMARY.
Also move IMAGE_INSTALL line to be further down in the recipe.
(From OE-Core rev: be1f94152032f6bcbc0c37c6b57dbc6ab3caf6dc)
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 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-core/images/build-appliance-image.bb b/meta/recipes-core/images/build-appliance-image.bb index 53e6edc679..fad4176036 100644 --- a/meta/recipes-core/images/build-appliance-image.bb +++ b/meta/recipes-core/images/build-appliance-image.bb | |||
@@ -1,11 +1,13 @@ | |||
1 | DESCRIPTION = "An image you can boot and run using either the VMware Player or VMware Workstation.\ | 1 | SUMMARY = "An image containing the build system itself" |
2 | For more information, see the <a href='http://www.yoctoproject.org/documentation/build-appliance'>Build Appliance page</a>." | 2 | DESCRIPTION = "An image containing the build system that you can boot and run using either VMware Player or VMware Workstation." |
3 | IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-openssh packagegroup-self-hosted" | 3 | HOMEPAGE = "http://www.yoctoproject.org/documentation/build-appliance" |
4 | 4 | ||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
7 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 7 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
8 | 8 | ||
9 | IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-openssh packagegroup-self-hosted" | ||
10 | |||
9 | IMAGE_FEATURES += "x11-base package-management splash" | 11 | IMAGE_FEATURES += "x11-base package-management splash" |
10 | 12 | ||
11 | # Ensure there's enough space to do a core-image-sato build, with rm_work enabled | 13 | # Ensure there's enough space to do a core-image-sato build, with rm_work enabled |