diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-03-06 16:46:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-07 14:45:21 +0000 |
commit | 91c372f287732cdedbd7c1204c6ba5f34e5b93f6 (patch) | |
tree | c088d751fdbaed6e10c58f92aa8890848c225458 /meta/recipes-extended/images | |
parent | 2f9bf7bc97cb832f4db13df62ce09d96ce75e810 (diff) | |
download | poky-91c372f287732cdedbd7c1204c6ba5f34e5b93f6.tar.gz |
core-image-basic / packagegroup-core-basic: rename to *-full-cmdline
This more accurately represents what this image and packagegroup are
intended to provide (a more complete command-line environment similar
to what you would find on a traditional Linux system), and avoids
confusion with the similarly named core-image-base and
packagegroup-base.
Fixes [YOCTO #2424].
(From OE-Core rev: 959396d5319df6d6599cc74077e85182768b92af)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/images')
-rw-r--r-- | meta/recipes-extended/images/core-image-full-cmdline.bb (renamed from meta/recipes-extended/images/core-image-basic.bb) | 2 | ||||
-rw-r--r-- | meta/recipes-extended/images/core-image-lsb.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/images/core-image-basic.bb b/meta/recipes-extended/images/core-image-full-cmdline.bb index d599e720f1..4d69073d9d 100644 --- a/meta/recipes-extended/images/core-image-basic.bb +++ b/meta/recipes-extended/images/core-image-full-cmdline.bb | |||
@@ -5,7 +5,7 @@ IMAGE_FEATURES += "splash ssh-server-openssh" | |||
5 | 5 | ||
6 | IMAGE_INSTALL = "\ | 6 | IMAGE_INSTALL = "\ |
7 | packagegroup-core-boot \ | 7 | packagegroup-core-boot \ |
8 | packagegroup-core-basic \ | 8 | packagegroup-core-full-cmdline \ |
9 | ${CORE_IMAGE_EXTRA_INSTALL} \ | 9 | ${CORE_IMAGE_EXTRA_INSTALL} \ |
10 | " | 10 | " |
11 | 11 | ||
diff --git a/meta/recipes-extended/images/core-image-lsb.bb b/meta/recipes-extended/images/core-image-lsb.bb index 1ef7f11742..ed316a64e7 100644 --- a/meta/recipes-extended/images/core-image-lsb.bb +++ b/meta/recipes-extended/images/core-image-lsb.bb | |||
@@ -5,7 +5,7 @@ IMAGE_FEATURES += "splash ssh-server-openssh hwcodecs package-management" | |||
5 | 5 | ||
6 | IMAGE_INSTALL = "\ | 6 | IMAGE_INSTALL = "\ |
7 | ${CORE_IMAGE_BASE_INSTALL} \ | 7 | ${CORE_IMAGE_BASE_INSTALL} \ |
8 | packagegroup-core-basic \ | 8 | packagegroup-core-full-cmdline \ |
9 | packagegroup-core-lsb \ | 9 | packagegroup-core-lsb \ |
10 | " | 10 | " |
11 | 11 | ||