diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-22 12:40:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:50:23 +0000 |
commit | c5135e450b775b22b2a33c927f4be63f64a23c27 (patch) | |
tree | a06b38e930b623d8fa9b4badc279faca033ff457 /meta/recipes-extended | |
parent | 35352b7d6e3eb07a46ee636166dacf1103ca5174 (diff) | |
download | poky-c5135e450b775b22b2a33c927f4be63f64a23c27.tar.gz |
core-image-lsb: fix DESCRIPTION
LSB includes X, and I wouldn't really call this image "basic" or
"foundational" in our terms, so adjust the description to be a bit more
appropriate.
(From OE-Core rev: 6ba089373b5b2117c3d50ee58c11c6f46e62fecb)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/images/core-image-lsb.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-extended/images/core-image-lsb.bb b/meta/recipes-extended/images/core-image-lsb.bb index f22d199bed..1ef7f11742 100644 --- a/meta/recipes-extended/images/core-image-lsb.bb +++ b/meta/recipes-extended/images/core-image-lsb.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | DESCRIPTION = "A foundational basic image without support for X that can be \ | 1 | DESCRIPTION = "An image containing packages that are required to conform \ |
2 | reasonably used for customization and is suitable for implementations that \ | 2 | to the Linux Standard Base (LSB) specification." |
3 | conform to Linux Standard Base (LSB)." | ||
4 | 3 | ||
5 | IMAGE_FEATURES += "splash ssh-server-openssh hwcodecs package-management" | 4 | IMAGE_FEATURES += "splash ssh-server-openssh hwcodecs package-management" |
6 | 5 | ||