summaryrefslogtreecommitdiffstats
path: root/recipes-demo/agl-service-hvac/agl-service-hvac-demo-conf.bb
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-12-07 19:00:11 +0900
committerScott Murray <scott.murray@konsulko.com>2022-12-10 07:48:31 +0000
commit1460f80a5f49785b3b713bf8a8787d64630cb3c8 (patch)
tree988f2cdbd391ed0390d0ef97499840ec08995f1c /recipes-demo/agl-service-hvac/agl-service-hvac-demo-conf.bb
parent8b6cd106f1090bc3ee0640502d36bc493b8ccf70 (diff)
Remove demo sllin configuration
Remove recipes providing sllin configuration for the full demo, as all LIN usage is being replaced with CAN. The recipes for the sllin driver and associated lin_config utility are kept for now in case there are external uses. Bug-AGL: SPEC-4635 Change-Id: I67b7acf5a8c3801cb1890ee27486080255252385 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-demo/agl-service-hvac/agl-service-hvac-demo-conf.bb')
-rw-r--r--recipes-demo/agl-service-hvac/agl-service-hvac-demo-conf.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes-demo/agl-service-hvac/agl-service-hvac-demo-conf.bb b/recipes-demo/agl-service-hvac/agl-service-hvac-demo-conf.bb
deleted file mode 100644
index 75987905..00000000
--- a/recipes-demo/agl-service-hvac/agl-service-hvac-demo-conf.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-SUMMARY = "AGL demo configuration for HVAC service daemon"
-HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/agl-service-hvac"
-SECTION = "apps"
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-
-SRC_URI = "file://agl-service-hvac-can.conf.demo \
- file://sllin.conf \
-"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-do_configure[noexec] = "1"
-do_compile[noexec] = "1"
-
-do_install () {
- # Install configuration file to use sllin0 instead of the default
- # can0 CAN device.
- install -D -m 644 ${WORKDIR}/agl-service-hvac-can.conf.demo ${D}${sysconfdir}/xdg/AGL/agl-service-hvac-can.conf
-
- # Install systemd override to add a dependency on kuksa-dbc-feeder-sllin.service,
- # which currently brings up sllin0. This will need to be reworked in the future
- # to be a bit more straightforward.
- install -d ${D}${systemd_system_unitdir}/agl-service-hvac.service.d
- install -m 0644 ${WORKDIR}/sllin.conf ${D}${systemd_system_unitdir}/agl-service-hvac.service.d/
-}
-
-FILES:${PN} += "${systemd_system_unitdir}"
-
-RDEPENDS:${PN} += "agl-service-hvac kuksa-dbc-feeder-sllin"