mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
This Clang version is present in Android master (as of October 8, 2021) Signed-off-by: Usama Arif <usama.arif@arm.com> Signed-off-by: Anders Dellien <anders.dellien@arm.com> Change-Id: I957742ee943ef68119fd7c7e2bd8ee62b717b31c
22 lines
455 B
YAML
22 lines
455 B
YAML
header:
|
|
version: 11
|
|
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"
|
|
|
|
# No target armcompiler as currently there is no arm64 build
|
|
target:
|
|
- nativesdk-armcompiler
|
|
- gcc-aarch64-none-elf
|
|
- nativesdk-gcc-aarch64-none-elf
|
|
- gcc-arm-none-eabi
|
|
- nativesdk-gcc-arm-none-eabi
|
|
- nativesdk-androidclang
|