blob: a3313d89212e0d5da6ade1f06122a404df263839 [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001header:
Andrew Geissler23e02792023-07-21 09:06:10 -05002 version: 14
Brad Bishopbec4ebc2022-08-03 09:55:16 -04003
4local_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 Williams2a254922023-08-11 09:48:11 -05009 # 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"