From 8f24ebb0b6bd4a7181e188a8ab5aec209a1917e4 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 30 Oct 2023 18:21:44 -0400 Subject: agl-demo-control-panel: add recipe and image Add recipe to build the agl-demo-control-panel application, and a corresponding new image recipe, agl-ivi-demo-control-panel, that yields an image that runs the control panel fullscreen on boot. Bug-AGL: SPEC-4952 Change-Id: I17d762230e48ab47de3f6214a2a9dc1f59f3a8ea Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29347 Reviewed-by: Hiroyuki Ishii Reviewed-by: Lisandro Perez Meyer ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account --- .../images/agl-ivi-demo-control-panel.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 recipes-platform/images/agl-ivi-demo-control-panel.bb (limited to 'recipes-platform') diff --git a/recipes-platform/images/agl-ivi-demo-control-panel.bb b/recipes-platform/images/agl-ivi-demo-control-panel.bb new file mode 100644 index 00000000..21785cae --- /dev/null +++ b/recipes-platform/images/agl-ivi-demo-control-panel.bb @@ -0,0 +1,27 @@ +require recipes-platform/images/agl-image-weston.bb + +SUMMARY = "AGL demo control panel image" + +IMAGE_FEATURES += "splash package-management ssh-server-openssh" + +# NOTE: The client key and certificate in kuksa-certificates-agl-client +# seem required by kuksa-client at the moment even though client +# certification has been deprecated upstream, this needs further +# investigation so it can be dropped from the image. +# +IMAGE_KUKSA_PACKAGES = " \ + kuksa-client \ + kuksa-certificates-agl-ca \ + kuksa-certificates-agl-client \ +" + +IMAGE_INSTALL += "\ + packagegroup-agl-networking \ + weston-ini-conf-landscape \ + weston-agl-driver-conf \ + ${IMAGE_KUKSA_PACKAGES} \ + agl-demo-control-panel \ + qtwayland \ + qtwayland-plugins \ + qtwayland-qmlplugins \ +" -- cgit 1.2.3-korg