summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2012-01-20 13:46:06 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-24 11:54:15 +0000
commit127d1fd1c2771e732f7b8b8699352e855a308cae (patch)
tree3bf16203eb2c11c7bf4f9da73446f667394a8181 /meta/recipes-core/images
parent6b2b5d2acd1012f3e3c4c03cc528422a249d718f (diff)
downloadpoky-127d1fd1c2771e732f7b8b8699352e855a308cae.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/images')
-rw-r--r--meta/recipes-core/images/core-image-base.bb2
-rw-r--r--meta/recipes-core/images/core-image-core.bb2
-rw-r--r--meta/recipes-core/images/core-image-minimal-dev.bb2
-rw-r--r--meta/recipes-core/images/core-image-minimal-initramfs.bb3
-rw-r--r--meta/recipes-core/images/core-image-minimal-mtdutils.bb4
-rw-r--r--meta/recipes-core/images/core-image-minimal.bb2
6 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-core/images/core-image-base.bb b/meta/recipes-core/images/core-image-base.bb
index 13a76508a0..71ff3b94ac 100644
--- a/meta/recipes-core/images/core-image-base.bb
+++ b/meta/recipes-core/images/core-image-base.bb
@@ -1,6 +1,8 @@
1# 1#
2# Copyright (C) 2007 OpenedHand Ltd. 2# Copyright (C) 2007 OpenedHand Ltd.
3# 3#
4DESCRIPTION = "A console-only image that fully supports the target device \
5hardware."
4 6
5IMAGE_FEATURES += "apps-console-core" 7IMAGE_FEATURES += "apps-console-core"
6 8
diff --git a/meta/recipes-core/images/core-image-core.bb b/meta/recipes-core/images/core-image-core.bb
index 57ff0850da..2d768e0b78 100644
--- a/meta/recipes-core/images/core-image-core.bb
+++ b/meta/recipes-core/images/core-image-core.bb
@@ -1,6 +1,8 @@
1# 1#
2# Copyright (C) 2007 OpenedHand Ltd. 2# Copyright (C) 2007 OpenedHand Ltd.
3# 3#
4DESCRIPTION = "An X11 image with simple applications such as terminal, editor \
5and file manager."
4 6
5IMAGE_FEATURES += "apps-console-core ${X11_IMAGE_FEATURES}" 7IMAGE_FEATURES += "apps-console-core ${X11_IMAGE_FEATURES}"
6 8
diff --git a/meta/recipes-core/images/core-image-minimal-dev.bb b/meta/recipes-core/images/core-image-minimal-dev.bb
index 89ec9f8833..3a0a1879ec 100644
--- a/meta/recipes-core/images/core-image-minimal-dev.bb
+++ b/meta/recipes-core/images/core-image-minimal-dev.bb
@@ -1,6 +1,8 @@
1# 1#
2# Copyright (C) 2007 OpenedHand Ltd. 2# Copyright (C) 2007 OpenedHand Ltd.
3# 3#
4DESCRIPTION = "A core-image-minimal image suitable for development work."
5
4IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE}" 6IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE}"
5 7
6IMAGE_FEATURES += "dev-pkgs" 8IMAGE_FEATURES += "dev-pkgs"
diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb
index 5149f31546..85b9ff9b3f 100644
--- a/meta/recipes-core/images/core-image-minimal-initramfs.bb
+++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb
@@ -1,4 +1,7 @@
1# Simple initramfs image. Mostly used for live images. 1# Simple initramfs image. Mostly used for live images.
2DESCRIPTION = "A core-image-minimal image that has the Minimal RAM-based \
3Initial Root Filesystem (initramfs) as part of the kernel, which allows the \
4system to find the first 'init' program more efficiently."
2 5
3IMAGE_INSTALL = "initramfs-live-boot initramfs-live-install busybox udev base-passwd" 6IMAGE_INSTALL = "initramfs-live-boot initramfs-live-install busybox udev base-passwd"
4 7
diff --git a/meta/recipes-core/images/core-image-minimal-mtdutils.bb b/meta/recipes-core/images/core-image-minimal-mtdutils.bb
index adabaa400a..7b7f700618 100644
--- a/meta/recipes-core/images/core-image-minimal-mtdutils.bb
+++ b/meta/recipes-core/images/core-image-minimal-mtdutils.bb
@@ -3,4 +3,8 @@
3# 3#
4require core-image-minimal.bb 4require core-image-minimal.bb
5 5
6DESCRIPTION = "A core-image-minimal image that has support the Minimal MTD \
7Utilities, which let the user interact with the MTD subsystem in the kernel \
8to perform operations on flash devices."
9
6IMAGE_INSTALL += "mtd-utils" 10IMAGE_INSTALL += "mtd-utils"
diff --git a/meta/recipes-core/images/core-image-minimal.bb b/meta/recipes-core/images/core-image-minimal.bb
index 56fc20ce05..687f72a4cc 100644
--- a/meta/recipes-core/images/core-image-minimal.bb
+++ b/meta/recipes-core/images/core-image-minimal.bb
@@ -1,6 +1,8 @@
1# 1#
2# Copyright (C) 2007 OpenedHand Ltd. 2# Copyright (C) 2007 OpenedHand Ltd.
3# 3#
4DESCRIPTION = "A small image just capable of allowing a device to boot."
5
4IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${POKY_EXTRA_INSTALL}" 6IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${POKY_EXTRA_INSTALL}"
5 7
6IMAGE_LINGUAS = " " 8IMAGE_LINGUAS = " "