diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-09-03 08:07:20 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-09-03 22:52:53 -0700 |
commit | 22b4ba34ad8c08b1a97e56cdc567799f1e1460ef (patch) | |
tree | 789a4fc7c5656c2ffddfcc8dd3317d773d7b89ca /meta | |
parent | 61b134fd082b4ca2866b98655c5fc3a275834464 (diff) | |
download | openembedded-core-22b4ba34ad8c08b1a97e56cdc567799f1e1460ef.tar.gz openembedded-core-22b4ba34ad8c08b1a97e56cdc567799f1e1460ef.tar.bz2 openembedded-core-22b4ba34ad8c08b1a97e56cdc567799f1e1460ef.zip |
core-image-basic: tidy up
Set a more appropriate DESCRIPTION and remove commented-out line.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-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 @@ -DESCRIPTION = "A foundational basic image without support for X that can be \ -reasonably used for customization." +DESCRIPTION = "A console-only image with more full-featured Linux system \ +functionality installed." IMAGE_FEATURES += "splash ssh-server-openssh" @@ -8,6 +8,4 @@ IMAGE_INSTALL = "\ packagegroup-core-basic \ " -# ${CORE_IMAGE_BASE_INSTALL} - inherit core-image |