diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-09-05 15:16:51 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-09-09 08:15:46 +0000 |
commit | 7b8a17be6743d4e585392eb61a569a63c9ba4f4b (patch) | |
tree | a61b553138b674d6df19985c74705f3b98b4d1ef /meta-agl-bsp/meta-rcar-gen3-adas/recipes-bsp/si-tools/si-tools.bbappend | |
parent | 0172d177864544dc5473003a2ec848abf8fd3061 (diff) |
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 <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30248
Tested-by: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
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
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3-adas/recipes-bsp/si-tools/si-tools.bbappend')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3-adas/recipes-bsp/si-tools/si-tools.bbappend | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3-adas/recipes-bsp/si-tools/si-tools.bbappend b/meta-agl-bsp/meta-rcar-gen3-adas/recipes-bsp/si-tools/si-tools.bbappend index 7121bd168..9a5347b68 100644 --- a/meta-agl-bsp/meta-rcar-gen3-adas/recipes-bsp/si-tools/si-tools.bbappend +++ b/meta-agl-bsp/meta-rcar-gen3-adas/recipes-bsp/si-tools/si-tools.bbappend @@ -6,23 +6,7 @@ SRC_URI += " \ EXTRA_OEMAKE:append = " 'LDFLAGS=${LDFLAGS}'" -do_install() { - install -d ${D}${bindir} - install -d ${D}${nonarch_base_libdir}/firmware/radio/ - - install -m 755 si_ctl ${D}${bindir} - install -m 755 si_flash ${D}${bindir} - for file in ${SCRIPTS}; do - install -m 755 ${S}/scripts/$file ${D}${bindir} - sed -e 's,^\(SI_ARGS\s*=\s*\).*,\1"/dev/i2c-12 0x65",' -i ${D}${bindir}/$file - done - - for file in ${FIRMWARE}; do - install -m 644 ${S}/firmware/$file ${D}${nonarch_base_libdir}/firmware/radio/ - done -} - -FILES:${PN} = " \ - ${bindir} \ - ${nonarch_base_libdir}/firmware/radio \ -" +# Setting LDFLAGS fixes the QA issue, disable INSANE_SKIP over-ride +# done in the recipe +INSANE_SKIP:${PN} = "" +INSANE_SKIP:${PN}-dev = ""
\ No newline at end of file |