This adds two new target builds agl-uhmi-demo-preconfigured-receiver-agl
and agl-uhmi-demo-preconfigured-sender-agl which pulls in the AGL
compositor, native-agl-shell and packagegroup-ddfw-agl.
packagegroup-ddfw-agl is a new package being added here that adds in and
pulls uhmi-agl-wm (the window managent configuration layout for the
AGL compositor).
Bug-AGL: SPEC-5280
Change-Id: I481c1648a62be83ee853c27a74a1659954b88227
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
--- /dev/null
+SUMMARY = "AGL Unified HMI demo preconfigured AGL receiver image"
+LICENSE = "MIT"
+
+DEPENDS = "uhmi-agl-wm"
+
+require recipes-platform/images/agl-image-compositor.bb
+require recipes-platform/images/agl-demo-features.inc
+
+IMAGE_FEATURES += "ssh-server-openssh"
+
+# Add packages for Unified HMI demo platform here
+IMAGE_INSTALL += " \
+ packagegroup-rvgpu \
+ packagegroup-ddfw-agl \
+ uhmi-config-receiver \
+ agl-compositor \
+ native-shell-client \
+"
+
+UHMI_HOSTNAME ?= "agl-host1"
+require recipes-config/uhmi-config/set-hostname.inc
--- /dev/null
+SUMMARY = "AGL Unified HMI demo preconfigured AGL sender image"
+LICENSE = "MIT"
+
+DEPENDS = "uhmi-agl-wm"
+
+require recipes-platform/images/agl-image-compositor.bb
+require recipes-platform/images/agl-demo-features.inc
+
+IMAGE_FEATURES += "ssh-server-openssh package-management"
+
+# Add packages for Unified HMI demo platform here
+IMAGE_INSTALL += " \
+ packagegroup-rvgpu \
+ packagegroup-ddfw-agl \
+ uhmi-config-sender \
+ agl-compositor \
+ native-shell-client \
+ glmark2 \
+"
+
+UHMI_HOSTNAME ?= "agl-host0"
+require recipes-config/uhmi-config/set-hostname.inc
--- /dev/null
+SUMMARY = "Unified AGL HMI Package Groups"
+LICENSE = "Apache-2.0"
+
+inherit packagegroup
+
+RDEPENDS:${PN} += " \
+ ucl-tools \
+ ula-tools \
+ uhmi-agl-wm \
+ agl-compositor \
+"