summaryrefslogtreecommitdiff
path: root/meta-arm/ci/external-gccarm.yml
blob: a3313d89212e0d5da6ade1f06122a404df263839 (plain)
1
2
3
4
5
6
7
8
9
10
11
header:
  version: 14

local_conf_header:
  cc: |
    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"