X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=meta-agl%2Frecipes-graphics%2Fimages%2Fagl-image-weston.bb;h=427132ed6259ac5790aa23624b89b618d6ad656f;hb=5a63eef23be9adb662a4dac8f13f7d64fd4ef673;hp=a5475222df306035a55ab262aceebd15209807cf;hpb=4ab9d99a48006f9ee2da945824cb13b29cc5cac3;p=AGL%2Fmeta-agl.git diff --git a/meta-agl/recipes-graphics/images/agl-image-weston.bb b/meta-agl/recipes-graphics/images/agl-image-weston.bb index a5475222d..427132ed6 100644 --- a/meta-agl/recipes-graphics/images/agl-image-weston.bb +++ b/meta-agl/recipes-graphics/images/agl-image-weston.bb @@ -1,11 +1,12 @@ SUMMARY = "A very basic Wayland image with a terminal" -IMAGE_FEATURES += "splash package-management ssh-server-dropbear" +require agl-image-weston.inc LICENSE = "MIT" -inherit core-image distro_features_check +IMAGE_INSTALL_append = "\ + packagegroup-agl-image-weston \ + " -REQUIRED_DISTRO_FEATURES = "wayland" - -CORE_IMAGE_BASE_INSTALL += "weston weston-examples" +DISTRO_FEATURES_append = " agl-core-image-profile" +IMAGE_INSTALL_append = " agl-desktop-config"