diff options
| author | Elizabeth Flanagan <elizabeth.flanagan@intel.com> | 2012-04-05 00:50:55 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-06 01:12:46 +0100 |
| commit | c9173dab9a59ffb13b9679dca4d0db2809fe57e2 (patch) | |
| tree | 1fca1e9503da3c30f200be8b450584330b1448ac /meta/recipes-core/images | |
| parent | f4e27505b4b50138be45cbe2fe472109224f7918 (diff) | |
| download | poky-c9173dab9a59ffb13b9679dca4d0db2809fe57e2.tar.gz | |
Hob: Modify Image Descriptions
Fixes [YOCTO #2227]
I've updated the image descriptions per the bug description.
(From OE-Core rev: 479b020edbc609c3ae1e3846e9e0d1643ac10059)
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/images')
5 files changed, 10 insertions, 8 deletions
diff --git a/meta/recipes-core/images/core-image-core.bb b/meta/recipes-core/images/core-image-core.bb index 2d768e0b78..ae32be8b48 100644 --- a/meta/recipes-core/images/core-image-core.bb +++ b/meta/recipes-core/images/core-image-core.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Copyright (C) 2007 OpenedHand Ltd. | 2 | # Copyright (C) 2007 OpenedHand Ltd. |
| 3 | # | 3 | # |
| 4 | DESCRIPTION = "An X11 image with simple applications such as terminal, editor \ | 4 | DESCRIPTION = "An X11 image with simple applications such as terminal, editor, \ |
| 5 | and file manager." | 5 | and file manager." |
| 6 | 6 | ||
| 7 | IMAGE_FEATURES += "apps-console-core ${X11_IMAGE_FEATURES}" | 7 | IMAGE_FEATURES += "apps-console-core ${X11_IMAGE_FEATURES}" |
diff --git a/meta/recipes-core/images/core-image-minimal-dev.bb b/meta/recipes-core/images/core-image-minimal-dev.bb index 3a0a1879ec..67c7790f00 100644 --- a/meta/recipes-core/images/core-image-minimal-dev.bb +++ b/meta/recipes-core/images/core-image-minimal-dev.bb | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | # | 1 | # |
| 2 | # Copyright (C) 2007 OpenedHand Ltd. | 2 | # Copyright (C) 2007 OpenedHand Ltd. |
| 3 | # | 3 | # |
| 4 | DESCRIPTION = "A core-image-minimal image suitable for development work." | 4 | DESCRIPTION = "A small image just capable of allowing a device to boot and \ |
| 5 | is suitable for development work." | ||
| 5 | 6 | ||
| 6 | IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE}" | 7 | IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE}" |
| 7 | 8 | ||
diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb index 85b9ff9b3f..4aeb6188f7 100644 --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb +++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Simple initramfs image. Mostly used for live images. | 1 | # Simple initramfs image. Mostly used for live images. |
| 2 | DESCRIPTION = "A core-image-minimal image that has the Minimal RAM-based \ | 2 | DESCRIPTION = "Small image capable of booting a device. The kernel includes \ |
| 3 | Initial Root Filesystem (initramfs) as part of the kernel, which allows the \ | 3 | the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \ |
| 4 | system to find the first 'init' program more efficiently." | 4 | first “init” program more efficiently." |
| 5 | 5 | ||
| 6 | IMAGE_INSTALL = "initramfs-live-boot initramfs-live-install busybox udev base-passwd" | 6 | IMAGE_INSTALL = "initramfs-live-boot initramfs-live-install busybox udev base-passwd" |
| 7 | 7 | ||
diff --git a/meta/recipes-core/images/core-image-minimal-mtdutils.bb b/meta/recipes-core/images/core-image-minimal-mtdutils.bb index df2fab1f2c..331f16ca97 100644 --- a/meta/recipes-core/images/core-image-minimal-mtdutils.bb +++ b/meta/recipes-core/images/core-image-minimal-mtdutils.bb | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | # | 3 | # |
| 4 | require core-image-minimal.bb | 4 | require core-image-minimal.bb |
| 5 | 5 | ||
| 6 | DESCRIPTION = "A core-image-minimal image that supports the Minimal MTD \ | 6 | DESCRIPTION = "Small image capable of booting a device with support for the \ |
| 7 | Utilities, which let the user interact with the MTD subsystem in the kernel \ | 7 | Minimal MTD Utilities, which let the user interact with the MTD subsystem in \ |
| 8 | to perform operations on flash devices." | 8 | the kernel to perform operations on flash devices." |
| 9 | 9 | ||
| 10 | IMAGE_INSTALL += "mtd-utils" | 10 | IMAGE_INSTALL += "mtd-utils" |
diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb index 1db6a7a3b2..cf3ef5fd24 100644 --- a/meta/recipes-core/images/self-hosted-image.bb +++ b/meta/recipes-core/images/self-hosted-image.bb | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | DESCRIPTION = "Version 1.0-r6 of the self-hosted image." | ||
| 1 | IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted" | 2 | IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted" |
| 2 | 3 | ||
| 3 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
