mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-02 13:30:09 +00:00
75c252049c
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>
13 lines
282 B
YAML
13 lines
282 B
YAML
header:
|
|
version: 11
|
|
includes:
|
|
- ci/corstone1000-common.yml
|
|
- ci/fvp.yml
|
|
|
|
local_conf_header:
|
|
fvp-config: |
|
|
# Remove Dropbear SSH as it will not fit into the corstone1000 image.
|
|
IMAGE_FEATURES:remove = " ssh-server-dropbear"
|
|
|
|
machine: corstone1000-fvp
|