mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 11:29:54 +00:00
Corstone 700 is end-of-life, so remove it from meta-arm master. It will remain in the stable branches for existing users, but new users are encouraged to use Corstone 1000 instead. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
21 lines
364 B
YAML
21 lines
364 B
YAML
# Simple target to build the FVPs that are publically available
|
|
|
|
header:
|
|
version: 11
|
|
includes:
|
|
- ci/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-corstone1000
|
|
- nativesdk-fvp-tc0
|