X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-core%2Frecipes-platform%2Fimages%2Fagl-image-weston.bb;fp=meta-agl-core%2Frecipes-platform%2Fimages%2Fagl-image-weston.bb;h=d902020ccc4cbb25bb59c783d32b6cf737239421;hb=4b4c0f15d1d2a52e636aa22e56cf864d1a8a656b;hp=7e9f8814e5051c71d4727e0ca09a7151f600b5ac;hpb=acbae7dc3d56800e68700b8f14515db6c34d337f;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-core/recipes-platform/images/agl-image-weston.bb b/meta-agl-core/recipes-platform/images/agl-image-weston.bb index 7e9f8814e..d902020cc 100644 --- a/meta-agl-core/recipes-platform/images/agl-image-weston.bb +++ b/meta-agl-core/recipes-platform/images/agl-image-weston.bb @@ -1,9 +1,15 @@ SUMMARY = "A very basic Wayland image with a terminal" +LICENSE = "MIT" -require agl-image-weston.inc +require agl-image-minimal.bb -LICENSE = "MIT" +inherit features_check + +REQUIRED_DISTRO_FEATURES = "wayland" + +SYSTEMD_DEFAULT_TARGET = "graphical.target" -IMAGE_INSTALL:append = "\ - packagegroup-agl-profile-graphical \ - " +IMAGE_INSTALL += " \ + packagegroup-agl-graphical-weston \ + ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'weston-examples', '', d)} \ +"