mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-09 17:40:46 +00:00
CI: workaround 32bit timer warning in binary toolchain
Temporary workaround for a number binaries in the toolchains that are using 32bit timer API. This must be done in the CI yml file instead of the recipe because of all the libraries in the toolchain have the issue. Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -6,3 +6,6 @@ local_conf_header:
|
||||
SKIP_RECIPE[gcc-cross-arm] = "Using external toolchain"
|
||||
TCMODE = "external-arm"
|
||||
EXTERNAL_TOOLCHAIN = "${TOPDIR}/toolchains/${TARGET_ARCH}"
|
||||
# Temporary workaround for a number binaries in the toolchains that are using 32bit timer API
|
||||
# This must be done here instead of the recipe because of all the libraries in the toolchain have the issue
|
||||
INSANE_SKIP:append = " 32bit-time"
|
||||
|
||||
Reference in New Issue
Block a user