From 7b8a17be6743d4e585392eb61a569a63c9ba4f4b Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 5 Sep 2024 15:16:51 -0400 Subject: meta-agl-bsp: Kingfisher updates Updates to work with the new scarthgap-v5.9.4 branch in meta-rcar: - Remove ti-bt bbappend and other references, as using ti-bt has been dropped by upstream. - Remove si-tools and ti-bt-firmware bbappend tweaks that were to support usrmerge, as upstream seems to have incorporated them. - Replace IMAGE_NAME and IMAGE_LINK_NAME redefinitions with use of the new IMAGE_MACHINE_SUFFIX variable which achieves the same result. Bug-AGL: SPEC-5191 Change-Id: Ice07296a8560e07ce4b5705e6c2fa9f47896bfa0 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30248 Tested-by: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account (cherry picked from commit 210cd32190b72bcad81520e5ad153bc489ea8741) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30214 --- .../recipes-bsp/ti-bt-firmware/ti-bt-firmware_git.bbappend | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 meta-agl-bsp/meta-rcar-gen3-adas/recipes-bsp/ti-bt-firmware/ti-bt-firmware_git.bbappend (limited to 'meta-agl-bsp/meta-rcar-gen3-adas/recipes-bsp/ti-bt-firmware/ti-bt-firmware_git.bbappend') diff --git a/meta-agl-bsp/meta-rcar-gen3-adas/recipes-bsp/ti-bt-firmware/ti-bt-firmware_git.bbappend b/meta-agl-bsp/meta-rcar-gen3-adas/recipes-bsp/ti-bt-firmware/ti-bt-firmware_git.bbappend deleted file mode 100644 index 52bee656d..000000000 --- a/meta-agl-bsp/meta-rcar-gen3-adas/recipes-bsp/ti-bt-firmware/ti-bt-firmware_git.bbappend +++ /dev/null @@ -1,6 +0,0 @@ -do_install() { - install -d ${D}${nonarch_base_libdir}/firmware/ti-connectivity/ - cp *.bts ${D}${nonarch_base_libdir}/firmware/ti-connectivity/ -} - -FILES:${PN} = "${nonarch_base_libdir}/firmware/ti-connectivity/*" -- cgit 1.2.3-korg