| Submitter | Paul Eggleton |
|---|---|
| Date | Sept. 3, 2012, 10:30 a.m. |
| Message ID | <f7bb8b7dcadbc23e2f65f301098c63709edea506.1346668109.git.paul.eggleton@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/35699/ |
| State | New |
| Headers | show |
Comments
Patch
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
Set a more appropriate DESCRIPTION and remove commented-out line. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- meta/recipes-extended/images/core-image-basic.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)