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:
+2
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user