summaryrefslogtreecommitdiff
path: root/meta-arm/ci/toolchains.yml
blob: 9b63bf285027d1f09feeec8768941c4200a28260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
header:
  version: 14
  includes:
    - ci/base.yml

# Target is arm64 and SDK is x86-64 to ensure that we exercise both
# architectures

machine: qemuarm64
local_conf_header:
  toolchains: |
    SDKMACHINE = "x86_64"

target:
  - gcc-aarch64-none-elf
  - nativesdk-gcc-aarch64-none-elf
  - gcc-arm-none-eabi
  - nativesdk-gcc-arm-none-eabi
  - gcc-arm-none-eabi-11.2
  - nativesdk-gcc-arm-none-eabi-11.2