meta-agl-profile-graphical: remove agl-desktop-config 38/25138/2
authorScott Murray <scott.murray@konsulko.com>
Wed, 19 Aug 2020 17:32:52 +0000 (13:32 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 20 Aug 2020 12:05:40 +0000 (12:05 +0000)
Remove recipe and usage, as it has not been needed for a long time and
the user-weston-term systemd units cause spurious error messages.

Bug-AGL: SPEC-3539

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I2b7bde5846f9900d8a249a7e355a3d0f1a5ea032
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25138
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-profile-graphical/recipes-graphics/agl-desktop-config/agl-desktop-config_0.1.bb [deleted file]
meta-agl-profile-graphical/recipes-graphics/agl-desktop-config/files/user-weston-term.path [deleted file]
meta-agl-profile-graphical/recipes-graphics/agl-desktop-config/files/user-weston-term.service [deleted file]
meta-agl-profile-graphical/recipes-platform/packagegroups/packagegroup-agl-graphical-weston.bb

diff --git a/meta-agl-profile-graphical/recipes-graphics/agl-desktop-config/agl-desktop-config_0.1.bb b/meta-agl-profile-graphical/recipes-graphics/agl-desktop-config/agl-desktop-config_0.1.bb
deleted file mode 100644 (file)
index e0358d6..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-SUMMARY = "AGL desktop config"
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-
-SRC_URI += " \
-    file://user-weston-term.service \
-    file://user-weston-term.path \
-"
-
-do_install_append() {
-    install -d ${D}${systemd_user_unitdir}
-    install -m 0644 ${WORKDIR}/user-weston-term.service ${D}${systemd_user_unitdir}
-    install -m 0644 ${WORKDIR}/user-weston-term.path ${D}${systemd_user_unitdir}
-
-    install -d ${D}${systemd_user_unitdir}/default.target.wants
-    ln -sf ${systemd_user_unitdir}/user-weston-term.path ${D}${libdir}/systemd/user/default.target.wants
-}
-
-FILES_${PN} += "${systemd_user_unitdir}/*"
-FILES_${PN} += "${systemd_user_unitdir}/default.target.wants/default.target.wants"
diff --git a/meta-agl-profile-graphical/recipes-graphics/agl-desktop-config/files/user-weston-term.path b/meta-agl-profile-graphical/recipes-graphics/agl-desktop-config/files/user-weston-term.path
deleted file mode 100644 (file)
index 9481840..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-[Unit]
-Description=Terminal for weston user unit path
-
-[Path]
-PathExists=%t/wayland-0
-
-[Install]
-WantedBy=default.target
diff --git a/meta-agl-profile-graphical/recipes-graphics/agl-desktop-config/files/user-weston-term.service b/meta-agl-profile-graphical/recipes-graphics/agl-desktop-config/files/user-weston-term.service
deleted file mode 100644 (file)
index ad8b958..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Terminal for weston user
-After=user-config.service
-Requires=user-config.service
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/weston-terminal
-Restart=always
-
-[Install]
-WantedBy=multi-user.target
index 2a4b229..79577c1 100644 (file)
@@ -15,7 +15,6 @@ RDEPENDS_${PN} += " \
                   weston-ini-conf \
                   weston-examples \
                   agl-login-manager \
-                  agl-desktop-config \
                   agl-compositor \
                   "