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=95fbe983a8d658764eb31ddccc179ff309022e84;hp=62065b1aaa5ad7adf530f350a5617c94bd8e0565;hpb=72201670bd566441ffc0a15270ce2290438632b9;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 62065b1aa..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-init weston-examples" +DISTRO_FEATURES_append = " agl-core-image-profile" +IMAGE_INSTALL_append = " agl-desktop-config"