mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-27 19:37:04 +00:00
9003bdc6ae
Add support for Neoverse Reference Design version 1 Signed-off-by: Jon Mason <jon.mason@arm.com>
49 lines
973 B
YAML
49 lines
973 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json
|
|
|
|
# Simple target to build the FVPs that are publically available
|
|
|
|
header:
|
|
version: 14
|
|
includes:
|
|
- ci/base.yml
|
|
|
|
machine: qemuarm64
|
|
|
|
local_conf_header:
|
|
license: |
|
|
LICENSE_FLAGS_ACCEPTED += "Arm-FVP-EULA"
|
|
sdk: |
|
|
SDKMACHINE = "x86_64"
|
|
|
|
target:
|
|
# Target packages to test aarch64
|
|
# Nativesdk to test x86-64
|
|
|
|
# Architecture Envelope Models (AEM) FVPs
|
|
- fvp-base-a-aem
|
|
- nativesdk-fvp-base-a-aem
|
|
|
|
# Arm Lumex CSS (Total Compute) FVPs
|
|
# These are x86 only... :(
|
|
- nativesdk-fvp-tc3
|
|
|
|
# Automotive FVPs
|
|
- fvp-rd1-ae
|
|
- nativesdk-fvp-rd1-ae
|
|
|
|
# Infrastructure FVPs
|
|
- fvp-rdv3-r1
|
|
- nativesdk-fvp-rdv3-r1
|
|
# These are x86 only... :(
|
|
- nativesdk-fvp-rdv1
|
|
- nativesdk-fvp-sgi575
|
|
|
|
# IoT FVPs
|
|
- fvp-corstone1000
|
|
- nativesdk-fvp-corstone1000
|
|
- fvp-corstone1000-a320
|
|
- nativesdk-fvp-corstone1000-a320
|
|
|
|
# Morello FVPs
|
|
# TBD
|