diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-09-03 08:07:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:53:02 +0100 |
commit | 5f0c2e3509d154a724367c2a5de274baeae08af8 (patch) | |
tree | a99d8f8ed709c6964e892eac9a78253aabf44e12 | |
parent | 2e9f5406569d7d06dec92239f3f0d61d2f704a98 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-extended/images/core-image-basic.bb | 6 |
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 @@ | |||
1 | DESCRIPTION = "A foundational basic image without support for X that can be \ | 1 | DESCRIPTION = "A console-only image with more full-featured Linux system \ |
2 | reasonably used for customization." | 2 | functionality installed." |
3 | 3 | ||
4 | IMAGE_FEATURES += "splash ssh-server-openssh" | 4 | IMAGE_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 | |||
13 | inherit core-image | 11 | inherit core-image |