core-image-foo: add description to each image bb file

Add DESCRIPTION to each image bb file according to poky reference manual for Hob2 use later.

(From OE-Core rev: 05a7c022e613f35de8ce47bb667140a7ce47fcea)

Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Shane Wang 2012-01-20 13:46:06 +08:00 committed by Richard Purdie
parent 6b2b5d2acd
commit 127d1fd1c2
14 changed files with 40 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "A console-only image that fully supports the target device \
hardware."
IMAGE_FEATURES += "apps-console-core"

View File

@ -1,6 +1,8 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "An X11 image with simple applications such as terminal, editor \
and file manager."
IMAGE_FEATURES += "apps-console-core ${X11_IMAGE_FEATURES}"

View File

@ -1,6 +1,8 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "A core-image-minimal image suitable for development work."
IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE}"
IMAGE_FEATURES += "dev-pkgs"

View File

@ -1,4 +1,7 @@
# Simple initramfs image. Mostly used for live images.
DESCRIPTION = "A core-image-minimal image that has the Minimal RAM-based \
Initial Root Filesystem (initramfs) as part of the kernel, which allows the \
system to find the first 'init' program more efficiently."
IMAGE_INSTALL = "initramfs-live-boot initramfs-live-install busybox udev base-passwd"

View File

@ -3,4 +3,8 @@
#
require core-image-minimal.bb
DESCRIPTION = "A core-image-minimal image that has support the Minimal MTD \
Utilities, which let the user interact with the MTD subsystem in the kernel \
to perform operations on flash devices."
IMAGE_INSTALL += "mtd-utils"

View File

@ -1,6 +1,8 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "A small image just capable of allowing a device to boot."
IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${POKY_EXTRA_INSTALL}"
IMAGE_LINGUAS = " "

View File

@ -1,3 +1,6 @@
DESCRIPTION = "A foundational basic image without support for X that can be \
reasonably used for customization."
IMAGE_FEATURES += "apps-console-core ssh-server-openssh"
IMAGE_INSTALL = "\

View File

@ -1,3 +1,7 @@
DESCRIPTION = "A core-image-lsb that includes everything in meta-toolchain \
but also includes development headers and libraries to form a complete \
standalone SDK."
IMAGE_FEATURES += "apps-console-core dev-pkgs ssh-server-openssh"
IMAGE_INSTALL = "\

View File

@ -1,3 +1,7 @@
DESCRIPTION = "A core-image-lsb that includes everything in meta-toolchain \
but also includes development headers and libraries to form a complete \
standalone SDK."
IMAGE_FEATURES += "apps-console-core tools-sdk dev-pkgs ssh-server-openssh"
EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks"

View File

@ -1,3 +1,6 @@
DESCRIPTION = "A core-image-basic image suitable for implementations that \
conform to Linux Standard Base (LSB)."
IMAGE_FEATURES += "apps-console-core ssh-server-openssh"
IMAGE_INSTALL = "\

View File

@ -1,3 +1,6 @@
DESCRIPTION = "An image with support for the Open GL-based toolkit Clutter, \
which enables development of rich and animated graphical user interfaces."
IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}"
LICENSE = "MIT"

View File

@ -1,6 +1,9 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "A core-image-sato image suitable for development that also \
includes a native toolchain and libraries needed to build applications on the \
device itself."
IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs"

View File

@ -1,7 +1,9 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "A core-image-sato image that includes everything in \
meta-toolchain. The image also includes development headers and libraries \
to form a complete standalone SDK."
IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs tools-sdk qt4-pkgs"
EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-testapps debug-tweaks"

View File

@ -1,6 +1,8 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "An image with Sato support, a mobile environment and visual \
style that works well with mobile devices."
IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}"