X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fimages%2Fagl-cluster-demo-qtcompositor.bb;h=a9da976395352eef332fb027536a1ebe53662eb6;hb=b78262cb0e4f2496056c3efbba0430567014e8ea;hp=d6f325662d50a9faaae8c7331e272b3f9ec91e13;hpb=41591d4f8c586aa801220fac0924556f406c58bd;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-platform/images/agl-cluster-demo-qtcompositor.bb b/recipes-platform/images/agl-cluster-demo-qtcompositor.bb index d6f325662..a9da97639 100644 --- a/recipes-platform/images/agl-cluster-demo-qtcompositor.bb +++ b/recipes-platform/images/agl-cluster-demo-qtcompositor.bb @@ -1,15 +1,23 @@ DESCRIPTION = "AGL Cluster Demo Qtwayland Compositor image currently contains a \ simple cluster interface and some AGL service." -require agl-cluster-demo-qtcompositor.inc - LICENSE = "MIT" -IMAGE_FEATURES_append = " \ - " +require recipes-platform/images/agl-image-boot.inc + +IMAGE_FEATURES += "splash package-management ssh-server-dropbear" + +inherit features_check + +REQUIRED_DISTRO_FEATURES = "wayland" # add packages for cluster demo qtcompositor -IMAGE_INSTALL_append = " \ +IMAGE_INSTALL:append = " \ packagegroup-agl-cluster-demo-qtcompositor \ - " +" +# NOTE: This should be revisited after upgrading to hardknott or later, +# as it may no longer be required. However, since Wayland is not +# being used, the new "weston" image feature may not be a viable +# option. +SYSTEMD_DEFAULT_TARGET = "graphical.target"