From 5f0c2e3509d154a724367c2a5de274baeae08af8 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 3 Sep 2012 08:07:20 +0100 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-extended/images/core-image-basic.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'meta') 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 -- cgit v1.2.3-54-g00ecf