summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-09-03 08:07:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-04 12:53:02 +0100
commit5f0c2e3509d154a724367c2a5de274baeae08af8 (patch)
treea99d8f8ed709c6964e892eac9a78253aabf44e12 /meta
parent2e9f5406569d7d06dec92239f3f0d61d2f704a98 (diff)
downloadpoky-5f0c2e3509d154a724367c2a5de274baeae08af8.tar.gz
core-image-basic: tidy up
Set a more appropriate DESCRIPTION and remove commented-out line. (From OE-Core rev: 22b4ba34ad8c08b1a97e56cdc567799f1e1460ef) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/images/core-image-basic.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-extended/images/core-image-basic.bb b/meta/recipes-extended/images/core-image-basic.bb
index 06f15a8bec..091f57db74 100644
--- a/meta/recipes-extended/images/core-image-basic.bb
+++ b/meta/recipes-extended/images/core-image-basic.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "A foundational basic image without support for X that can be \ 1DESCRIPTION = "A console-only image with more full-featured Linux system \
2reasonably used for customization." 2functionality installed."
3 3
4IMAGE_FEATURES += "splash ssh-server-openssh" 4IMAGE_FEATURES += "splash ssh-server-openssh"
5 5
@@ -8,6 +8,4 @@ IMAGE_INSTALL = "\
8 packagegroup-core-basic \ 8 packagegroup-core-basic \
9 " 9 "
10 10
11# ${CORE_IMAGE_BASE_INSTALL}
12
13inherit core-image 11inherit core-image