]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-basic: tidy up
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 3 Sep 2012 07:07:20 +0000 (08:07 +0100)
committerSaul Wold <sgw@linux.intel.com>
Tue, 4 Sep 2012 05:52:53 +0000 (22:52 -0700)
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>
meta/recipes-extended/images/core-image-basic.bb

index 06f15a8beceaa1f3d29e34d1f26858f7a6b9944a..091f57db74486cfd7fc8fb0161c3c752826feaee 100644 (file)
@@ -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