SUMMARY = "The software for demo platform of AGL cluster profile" DESCRIPTION = "A set of packages belong to AGL Cluster Demo Platform" LICENSE = "MIT" inherit packagegroup PACKAGES = "\ packagegroup-agl-cluster-demo-platform \ " ALLOW_EMPTY_${PN} = "1" RDEPENDS_${PN} += "\ packagegroup-agl-profile-cluster-qt5 \ packagegroup-agl-ttf-fonts \ packagegroup-agl-source-han-sans-ttf-fonts \ packagegroup-agl-networking \ " AGL_APPS = " \ cluster-dashboard \ cluster-receiver \ qt-cluster-receiver \ " AGL_APIS = " \ agl-service-can-low-level \ agl-service-gps \ agl-service-signal-composer \ " DEMO_PRELOAD = "${@bb.utils.contains("DISTRO_FEATURES", "agl-cluster-demo-preload", "cluster-dashboard-demo-config", "",d)}" RDEPENDS_${PN}_append = " \ weston-ini-conf-landscape \ hmi-debug \ can-utils \ linux-firmware-ralink \ ${AGL_APPS} \ ${AGL_APIS} \ ${DEMO_PRELOAD} \ "