1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-04 18:00:36 +00:00

gcc-arm-baremetal: Add arch to INSANE_SKIP

A newly enabled check in master is causing errors with this package:

ERROR: QA Issue: Architecture did not match (ARM, expected x86-64)

Adding arch to the INSANE_SKIP variable disables that check for this
recipe.

Suggested-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Ryan Eatmon
2024-06-04 19:45:58 -05:00
parent a451e19973
commit fb3ea09a04
@@ -23,7 +23,7 @@ do_install() {
FILES:${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*"
INSANE_SKIP:${PN} = "already-stripped libdir staticdev build-deps file-rdeps"
INSANE_SKIP:${PN} = "already-stripped libdir staticdev build-deps file-rdeps arch"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
BBCLASSEXTEND = "native nativesdk"