mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 23:41:08 +00:00
Bring fvp-base and fvp-base-arm32 to match what is currently being done in other fvps, and clean up the fvps to use a single fvp yml file (which should enable better adding and removing of issues common to fvps, like xorg test bugs). Signed-off-by: Jon Mason <jon.mason@arm.com>
20 lines
341 B
YAML
20 lines
341 B
YAML
header:
|
|
version: 11
|
|
includes:
|
|
- ci/base.yml
|
|
- ci/fvp.yml
|
|
|
|
local_conf_header:
|
|
fvp-config: |
|
|
IMAGE_FEATURES:remove = " ssh-server-dropbear"
|
|
extrapackages: |
|
|
# Intentionally blank to prevent perf from being added to the image in base.yml
|
|
|
|
machine: corstone500
|
|
|
|
distro: poky-tiny
|
|
|
|
target:
|
|
- core-image-minimal
|
|
- perf
|