Add DESCRIPTION to each image bb file according to poky reference manual for Hob2 use later.
Signed-off-by: Shane Wang <shane.wang@intel.com>
#
# Copyright (C) 2007 OpenedHand Ltd.
#
+DESCRIPTION = "A console-only image that fully supports the target device \
+hardware."
IMAGE_FEATURES += "apps-console-core"
#
# 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}"
#
# 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"
# 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"
#
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"
#
# 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 = " "
+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 = "\
+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 = "\
+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"
+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 = "\
+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"
#
# 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"
#
# 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"
#
# 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}"