diff options
author | Ross Burton <ross.burton@intel.com> | 2013-11-11 12:21:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-12 16:00:20 +0000 |
commit | 1ddcdc9cbc94188a7ca564ca4cb783a356fe7ab6 (patch) | |
tree | 355b3d637e4c38039eac5a33dd71a2b1c3397ee9 /meta/recipes-graphics | |
parent | 8a30be803e91e66688cfc27ca4c21f26fb22eed8 (diff) | |
download | openembedded-core-1ddcdc9cbc94188a7ca564ca4cb783a356fe7ab6.tar.gz openembedded-core-1ddcdc9cbc94188a7ca564ca4cb783a356fe7ab6.tar.bz2 openembedded-core-1ddcdc9cbc94188a7ca564ca4cb783a356fe7ab6.zip |
core-image-weston: add SSH and hwcodecs to the image
core-image-sato has these by default so add them here too.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/images/core-image-weston.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb index 187523ce48..30cc8457f3 100644 --- a/meta/recipes-graphics/images/core-image-weston.bb +++ b/meta/recipes-graphics/images/core-image-weston.bb @@ -1,6 +1,6 @@ DESCRIPTION = "A very basic Wayland image with a terminal" -IMAGE_FEATURES += "splash package-management" +IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs" LICENSE = "MIT" |