Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 04/21] build-appliance-image: add SUMMARY, HOMEPAGE and improve DESCRIPTION
Date: Wed, 24 Apr 2013 18:48:41 +0100	[thread overview]
Message-ID: <cff8c7945916932c464414fb33e5314bfe3561e1.1366825663.git.paul.eggleton@linux.intel.com> (raw)
In-Reply-To: <cover.1366825663.git.paul.eggleton@linux.intel.com>
In-Reply-To: <cover.1366825663.git.paul.eggleton@linux.intel.com>

Move the link from DESCRIPTION to HOMEPAGE and add a short SUMMARY.
Also move IMAGE_INSTALL line to be further down in the recipe.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-core/images/build-appliance-image.bb |    8 +++++---
 1 file 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 53e6edc..fad4176 100644
--- a/meta/recipes-core/images/build-appliance-image.bb
+++ b/meta/recipes-core/images/build-appliance-image.bb
@@ -1,11 +1,13 @@
-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>."
-IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-openssh packagegroup-self-hosted"
+SUMMARY = "An image containing the build system itself"
+DESCRIPTION = "An image containing the build system that you can boot and run using either VMware Player or VMware Workstation."
+HOMEPAGE = "http://www.yoctoproject.org/documentation/build-appliance"
 
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 
+IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-openssh packagegroup-self-hosted"
+
 IMAGE_FEATURES += "x11-base package-management splash"
 
 # Ensure there's enough space to do a core-image-sato build, with rm_work enabled
-- 
1.7.10.4




  parent reply	other threads:[~2013-04-24 18:08 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-24 17:48 [PATCH 00/21] Improve recipe meta-information in OE-Core Paul Eggleton
2013-04-24 17:48 ` [PATCH 01/21] connman-conf: add SUMMARY and DESCRIPTION Paul Eggleton
2013-04-24 17:48 ` [PATCH 02/21] eglibc: add common HOMEPAGE and SUMMARY for eglibc-locale Paul Eggleton
2013-04-24 17:48 ` [PATCH 03/21] gettext-minimal-native: add SUMMARY and DESCRIPTION Paul Eggleton
2013-04-24 17:48 ` Paul Eggleton [this message]
2013-04-24 17:48 ` [PATCH 05/21] libcgroup: add SUMMARY and better DESCRIPTION Paul Eggleton
2013-04-24 17:48 ` [PATCH 06/21] readline: add SUMMARY Paul Eggleton
2013-04-24 17:48 ` [PATCH 07/21] external-sourcery-toolchain: " Paul Eggleton
2013-04-24 17:48 ` [PATCH 08/21] icon-naming-utils: add SUMMARY and DESCRIPTION Paul Eggleton
2013-04-24 17:48 ` [PATCH 09/21] mtools: use same SUMMARY as newer version of mtools recipe Paul Eggleton
2013-04-24 17:48 ` [PATCH 10/21] which: use the same meta fields for both versions Paul Eggleton
2013-04-24 17:48 ` [PATCH 11/21] libxml-simple-perl: add SUMMARY, DESCRIPTION and HOMEPAGE Paul Eggleton
2013-04-24 17:48 ` [PATCH 12/21] python-smartpm: fix HOMEPAGE and adjust DESCRIPTION Paul Eggleton
2013-04-24 17:48 ` [PATCH 13/21] gnome-doc-utils: add SUMMARY and DESCRIPTION Paul Eggleton
2013-04-24 17:48 ` [PATCH 14/21] packagegroup-core-x11-xserver: set SUMMARY instead of SUMMARY_${PN} Paul Eggleton
2013-04-24 17:48 ` [PATCH 15/21] rgb: add SUMMARY and DESCRIPTION Paul Eggleton
2013-04-24 17:48 ` [PATCH 16/21] xeyes: " Paul Eggleton
2013-04-24 17:48 ` [PATCH 17/21] gst-openmax: add SUMMARY, DESCRIPTION and HOMEPAGE Paul Eggleton
2013-04-24 17:48 ` [PATCH 18/21] hwlatdetect: add SUMMARY and DESCRIPTION Paul Eggleton
2013-04-24 17:48 ` [PATCH 19/21] ptest-runner: add SUMMARY, DESCRIPTION and HOMEPAGE Paul Eggleton
2013-04-24 17:48 ` [PATCH 20/21] core-image-directfb: add SUMMARY Paul Eggleton
2013-04-24 17:48 ` [PATCH 21/21] gpgme: add short SUMMARY Paul Eggleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cff8c7945916932c464414fb33e5314bfe3561e1.1366825663.git.paul.eggleton@linux.intel.com \
    --to=paul.eggleton@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox