X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=recipes-platform%2Fimages%2Fagl-cluster-demo-platform.bb;h=f0b04a6b52a11f3955b46c475a11b8cbac259b79;hb=888f57114cc7913c56334a1a4a2bcb7af37babba;hp=52d737b74e8146482e4c3a7c408f451cde72e4cd;hpb=41591d4f8c586aa801220fac0924556f406c58bd;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-platform/images/agl-cluster-demo-platform.bb b/recipes-platform/images/agl-cluster-demo-platform.bb index 52d737b74..f0b04a6b5 100644 --- a/recipes-platform/images/agl-cluster-demo-platform.bb +++ b/recipes-platform/images/agl-cluster-demo-platform.bb @@ -1,14 +1,19 @@ DESCRIPTION = "AGL Cluster Demo Platform image currently contains a simple cluster interface." -require agl-cluster-demo-platform.inc - LICENSE = "MIT" -IMAGE_FEATURES_append = " \ - " +require recipes-platform/images/agl-image-compositor.bb + +IMAGE_FEATURES += "splash package-management ssh-server-openssh" + +inherit features_check + +REQUIRED_DISTRO_FEATURES = "wayland" # add packages for cluster demo platform (include demo apps) here -IMAGE_INSTALL_append = " \ +IMAGE_INSTALL += " \ packagegroup-agl-cluster-demo-platform \ + ${@bb.utils.contains("AGL_FEATURES", "agl-demo-preload", "cluster-demo-config", "", d)} \ + ${@bb.utils.contains("AGL_FEATURES", "agl-demo-preload", "weston-ini-conf-landscape-inverted", "weston-ini-conf-landscape", d)} \ + ${@bb.utils.contains("AGL_FEATURES", "AGLCI", "qemu-set-display", "", d)} \ " -