1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-31 00:39:57 +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 # Available options for building are
# TOOLCHAINS: [gcc, clang, armgcc, external-gccarm] # TOOLCHAINS: [gcc, clang, armgcc, external-gccarm]
# TCLIBC: [glibc, musl] # TCLIBC: [glibc, musl]
# FIRMWARE: [uboot, edk2]
# VIRT: [none, xen] # VIRT: [none, xen]
# TESTING: testimage # TESTING: testimage
@@ -134,7 +135,7 @@ juno:
parallel: parallel:
matrix: matrix:
- TOOLCHAINS: [gcc, clang] - TOOLCHAINS: [gcc, clang]
FIRMWARE: [none, edk2] FIRMWARE: [uboot, edk2]
microbit-v1: microbit-v1:
extends: .build_and_test extends: .build_and_test