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:30 +0000 |
commit | 1c52c879d282fd58936c252547d150c5e4bf081d (patch) | |
tree | 36099aa8f686b2773bf5aab06530a0212ea165dd | |
parent | 78c6e69bbe1989561353801db4fcf265b94a21fa (diff) | |
download | poky-1c52c879d282fd58936c252547d150c5e4bf081d.tar.gz |
core-image-weston: add SSH and hwcodecs to the image
core-image-sato has these by default so add them here too.
(From OE-Core rev: 1ddcdc9cbc94188a7ca564ca4cb783a356fe7ab6)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 @@ | |||
1 | DESCRIPTION = "A very basic Wayland image with a terminal" | 1 | DESCRIPTION = "A very basic Wayland image with a terminal" |
2 | 2 | ||
3 | IMAGE_FEATURES += "splash package-management" | 3 | IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs" |
4 | 4 | ||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | 6 | ||