[oe-commits] Paul Eggleton : core-image-basic: tidy up

git at git.openembedded.org git at git.openembedded.org
Tue Sep 4 11:51:03 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 22b4ba34ad8c08b1a97e56cdc567799f1e1460ef
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=22b4ba34ad8c08b1a97e56cdc567799f1e1460ef

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Sep  3 08:07:20 2012 +0100

core-image-basic: tidy up

Set a more appropriate DESCRIPTION and remove commented-out line.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 06f15a8..091f57d 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





More information about the Openembedded-commits mailing list