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:47:37 +0000 |
commit | 6ba089373b5b2117c3d50ee58c11c6f46e62fecb (patch) | |
tree | e9bee96c293c9dc08e6586645e56a5d065359fe5 /meta/recipes-extended/images | |
parent | 82a58c3342133d342907b54dafb2f22518d00707 (diff) | |
download | openembedded-core-6ba089373b5b2117c3d50ee58c11c6f46e62fecb.tar.gz openembedded-core-6ba089373b5b2117c3d50ee58c11c6f46e62fecb.tar.bz2 openembedded-core-6ba089373b5b2117c3d50ee58c11c6f46e62fecb.zip |
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.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/images')
-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 @@ -DESCRIPTION = "A foundational basic image without support for X that can be \ -reasonably used for customization and is suitable for implementations that \ -conform to Linux Standard Base (LSB)." +DESCRIPTION = "An image containing packages that are required to conform \ +to the Linux Standard Base (LSB) specification." IMAGE_FEATURES += "splash ssh-server-openssh hwcodecs package-management" |