mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 11:29:54 +00:00
CI: add a job to build the FVP packages
This doesn't execute anything but simply checks that the publically available FVPs can be downloaded and packaged. Change-Id: I13895faa6fe6b19363854c33275a3febf61b7132 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -109,6 +109,9 @@ fvp-base-arm32/external-gccarm:
|
||||
fvp-baser-aemv8r64:
|
||||
extends: .build
|
||||
|
||||
fvps:
|
||||
extends: .build
|
||||
|
||||
gem5-arm64:
|
||||
extends: .build
|
||||
|
||||
|
||||
20
ci/fvps.yml
Normal file
20
ci/fvps.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
# Simple target to build the FVPs that are publically available
|
||||
|
||||
header:
|
||||
version: 9
|
||||
includes:
|
||||
- base.yml
|
||||
|
||||
machine: qemuarm64
|
||||
|
||||
local_conf_header:
|
||||
sdk: |
|
||||
SDKMACHINE = "x86_64"
|
||||
|
||||
target:
|
||||
- nativesdk-fvp-base-a-aem
|
||||
- nativesdk-fvp-n1-edge
|
||||
- nativesdk-fvp-sgi575
|
||||
- nativesdk-fvp-corstone500
|
||||
- nativesdk-fvp-corstone700
|
||||
- nativesdk-fvp-tc0
|
||||
Reference in New Issue
Block a user