From 9eda76e3a9c869030ff4bcf66704207753666a6c Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 26 Jun 2024 15:47:27 -0400 Subject: agl-dbc: Add recipe Add recipe to install the agl-vcar.dbc CAN database file from the newly created agl-dbc repository, remove the copy installed by the kuksa-can-provider-conf-agl recipe, and update various references to it for the new on target path under /usr/share/dbc. Bug-AGL: SPEC-5119 Change-Id: I9a21128c6daa13761e575bad4363be09a3efe808 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30039 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 --- recipes-connectivity/kuksa-val/kuksa-can-provider-conf-agl.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'recipes-connectivity/kuksa-val/kuksa-can-provider-conf-agl.bb') diff --git a/recipes-connectivity/kuksa-val/kuksa-can-provider-conf-agl.bb b/recipes-connectivity/kuksa-val/kuksa-can-provider-conf-agl.bb index 64f194d7a..aadbb2dd3 100644 --- a/recipes-connectivity/kuksa-val/kuksa-can-provider-conf-agl.bb +++ b/recipes-connectivity/kuksa-val/kuksa-can-provider-conf-agl.bb @@ -7,7 +7,6 @@ SRC_URI = "file://config.ini \ file://can-provider.token \ file://dbc_default_values.json \ file://can-dev-helper.conf \ - file://agl-vcar.dbc \ " S = "${WORKDIR}" @@ -21,12 +20,11 @@ do_install() { install -m 0644 ${WORKDIR}/config.ini ${D}${sysconfdir}/kuksa-can-provider/ install -m 0644 ${WORKDIR}/can-provider.token ${D}${sysconfdir}/kuksa-can-provider/ install -m 0644 ${WORKDIR}/dbc_default_values.json ${D}${sysconfdir}/kuksa-can-provider/ - install -m 0644 ${WORKDIR}/agl-vcar.dbc ${D}${sysconfdir}/kuksa-can-provider/ install -d ${D}${systemd_system_unitdir}/kuksa-can-provider.service.d install -m 0644 ${WORKDIR}/can-dev-helper.conf ${D}${systemd_system_unitdir}/kuksa-can-provider.service.d/ } FILES:${PN} += "${systemd_system_unitdir}" -RDEPENDS:${PN} += "kuksa-can-provider can-dev-helper" +RDEPENDS:${PN} += "kuksa-can-provider agl-dbc can-dev-helper" RPROVIDES:${PN} += "kuksa-can-provider-conf" -- cgit 1.2.3-korg