1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 16:59:30 +00:00

CI: use uboot instead of none for juno

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2022-07-22 12:23:22 -04:00
parent 2ae5842553
commit da044c88cd
+2 -1
View File
@@ -67,6 +67,7 @@ update-repos:
# Available options for building are
# TOOLCHAINS: [gcc, clang, armgcc, external-gccarm]
# TCLIBC: [glibc, musl]
# FIRMWARE: [uboot, edk2]
# VIRT: [none, xen]
# TESTING: testimage
@@ -134,7 +135,7 @@ juno:
parallel:
matrix:
- TOOLCHAINS: [gcc, clang]
FIRMWARE: [none, edk2]
FIRMWARE: [uboot, edk2]
microbit-v1:
extends: .build_and_test