mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
This was added to build an Android Common Kernel with the Android compiler, but we don't need to build that anymore. Signed-off-by: Ross Burton <ross.burton@arm.com>
19 lines
341 B
YAML
19 lines
341 B
YAML
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
|