Remove agl-cluster-demo-qtcompositor image 50/29950/2
authorScott Murray <scott.murray@konsulko.com>
Tue, 28 May 2024 14:38:49 +0000 (10:38 -0400)
committerScott Murray <scott.murray@konsulko.com>
Wed, 29 May 2024 14:17:05 +0000 (14:17 +0000)
Remove agl-cluster-demo-qtcompositor image and the recipe for its
cluster-gauges-qtcompositor application.  They are unused and the
submitter has not been active in AGL for several years.

Bug-AGL: SPEC-5152

Change-Id: I0f82927eb1563d1d1136c7bd2970b8e35f93da44
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29950
ci-image-build: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account

recipes-demo/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor.service [deleted file]
recipes-demo/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor_git.bb [deleted file]
recipes-platform/images/agl-cluster-demo-qtcompositor.bb [deleted file]

diff --git a/recipes-demo/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor.service b/recipes-demo/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor.service
deleted file mode 100644 (file)
index 083a1e1..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=cluster-gauges-qtcompositor
-
-[Service]
-User=agl-driver
-Environment=XDG_RUNTIME_DIR=/run/user/1001
-ExecStart=/usr/bin/cluster-gauges
-
-Restart=always
-
-StandardOutput=journal
-StandardError=journal
-
-[Install]
-WantedBy=graphical.target
diff --git a/recipes-demo/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor_git.bb b/recipes-demo/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor_git.bb
deleted file mode 100644 (file)
index 161e665..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-SUMMARY     = "Minimal cluster demo gauges that can be used standalone"
-DESCRIPTION = "AGL HMI Application for demonstrating instrument cluster gauges as a wayland compositor"
-HOMEPAGE    = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/agl-cluster-demo-gauges"
-SECTION     = "apps"
-
-LICENSE     = "Apache-2.0 & BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984 \
-                    file://app/cluster-gauges.qml;beginline=10;endline=49;md5=54187d50b29429abee6095fe8b7c1a78"
-
-DEPENDS = "qtquickcontrols2 qtwebsockets"
-
-PV = "1.0+git${SRCPV}"
-
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-cluster-demo-gauges;protocol=https;branch=${AGL_BRANCH} \
-           file://cluster-gauges-qtcompositor.service \
-"
-
-SRCREV  = "23eaf7da1f7d252aefddf9e41e52c745b7433b50"
-
-S  = "${WORKDIR}/git"
-
-inherit pkgconfig cmake_qt5 systemd
-
-SYSTEMD_SERVICE:${PN} = "${BPN}.service"
-
-do_install:append() {
-    install -D -m 0644 ${WORKDIR}/${BPN}.service ${D}${systemd_system_unitdir}/${BPN}.service
-}
-
-RDEPENDS:${PN} += " \
-    qtquickcontrols \
-    qtquickcontrols-qmlplugins \
-    qtquickcontrols2 \
-    qtquickcontrols2-qmlplugins \
-    qtwebsockets \
-    qtwebsockets-qmlplugins \
-    kms-conf \
-"
diff --git a/recipes-platform/images/agl-cluster-demo-qtcompositor.bb b/recipes-platform/images/agl-cluster-demo-qtcompositor.bb
deleted file mode 100644 (file)
index 69dee2d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-DESCRIPTION = "AGL Cluster Demo Qtwayland Compositor image currently contains a \
-simple cluster interface."
-
-LICENSE = "MIT"
-
-require recipes-platform/images/agl-image-weston.bb
-
-IMAGE_FEATURES += "splash package-management ssh-server-dropbear"
-
-# Add packages for qtcompositor demo
-IMAGE_INSTALL += "cluster-gauges-qtcompositor"