mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
CI: Enable TF-A TFTF test builds
To allow running the TF-A TFTF tests we need to ensure the images for N1SDP and Corstone-1000 MPS3 boards build Signed-off-by: Drew Reed <Drew.Reed@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
+5
-2
@@ -117,6 +117,10 @@ corstone1000-fvp:
|
|||||||
|
|
||||||
corstone1000-mps3:
|
corstone1000-mps3:
|
||||||
extends: .build
|
extends: .build
|
||||||
|
parallel:
|
||||||
|
matrix:
|
||||||
|
- TESTING: [none, tftf]
|
||||||
|
|
||||||
|
|
||||||
fvp-base:
|
fvp-base:
|
||||||
extends: .build
|
extends: .build
|
||||||
@@ -148,8 +152,7 @@ n1sdp:
|
|||||||
extends: .build
|
extends: .build
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- TS: [none, n1sdp-ts]
|
- TESTING: [none, n1sdp-ts, n1sdp-optee, tftf]
|
||||||
- OPTEE: [none, n1sdp-optee]
|
|
||||||
|
|
||||||
qemu-generic-arm64:
|
qemu-generic-arm64:
|
||||||
extends: .build
|
extends: .build
|
||||||
|
|||||||
@@ -4,4 +4,5 @@ header:
|
|||||||
local_conf_header:
|
local_conf_header:
|
||||||
tftf: |
|
tftf: |
|
||||||
TFA_UBOOT = "0"
|
TFA_UBOOT = "0"
|
||||||
|
TFA_UEFI = "0"
|
||||||
TFTF_TESTS = "1"
|
TFTF_TESTS = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user