Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | header: |
Andrew Geissler | 23e0279 | 2023-07-21 09:06:10 -0500 | [diff] [blame] | 2 | version: 14 |
Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 3 | |
| 4 | local_conf_header: |
| 5 | cc: | |
| 6 | SKIP_RECIPE[gcc-cross-arm] = "Using external toolchain" |
| 7 | TCMODE = "external-arm" |
| 8 | EXTERNAL_TOOLCHAIN = "${TOPDIR}/toolchains/${TARGET_ARCH}" |
Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame] | 9 | # Temporary workaround for a number binaries in the toolchains that are using 32bit timer API |
| 10 | # This must be done here instead of the recipe because of all the libraries in the toolchain have the issue |
| 11 | INSANE_SKIP:append = " 32bit-time" |