From: Ross Burton Date: Mon, 11 Nov 2013 12:21:13 +0000 (+0000) Subject: core-image-weston: add SSH and hwcodecs to the image X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c52c879d282fd58936c252547d150c5e4bf081d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb index 187523ce488..30cc8457f3b 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"