mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 11:29:54 +00:00
Add a trivial job that verifies the binary Arm compiler packages all fetch and package correctly for both x86-64 and arm64. Change-Id: I1e29cc175d66d418630505dcac1a87cdf5c0024a Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Jon Mason <jon.mason@arm.com>
21 lines
424 B
YAML
21 lines
424 B
YAML
header:
|
|
version: 9
|
|
includes:
|
|
- 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
|