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/config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-connectivity/kuksa-val/kuksa-can-provider-conf-agl/config.ini') diff --git a/recipes-connectivity/kuksa-val/kuksa-can-provider-conf-agl/config.ini b/recipes-connectivity/kuksa-val/kuksa-can-provider-conf-agl/config.ini index f41fb87a..b4f47a37 100644 --- a/recipes-connectivity/kuksa-val/kuksa-can-provider-conf-agl/config.ini +++ b/recipes-connectivity/kuksa-val/kuksa-can-provider-conf-agl/config.ini @@ -27,4 +27,4 @@ port = can0 # Enable SAE-J1939 Mode. False: ignore j1939 = False # DBC file used to parse CAN messages -dbcfile = /etc/kuksa-can-provider/agl-vcar.dbc +dbcfile = /usr/share/dbc/agl-vcar.dbc -- cgit 1.2.3-korg