mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 23:41:08 +00:00
Add the runfvp config for corstone1000-fvp. Signed-off-by: Harry Moulton <harry.moulton@arm.com>
13 lines
294 B
YAML
13 lines
294 B
YAML
header:
|
|
version: 11
|
|
includes:
|
|
- ci/corstone1000-common.yml
|
|
|
|
local_conf_header:
|
|
fvp-config: |
|
|
# Remove Dropbear SSH as it will not fit into the corstone1000 image.
|
|
IMAGE_FEATURES:remove = " ssh-server-dropbear"
|
|
INHERIT += "fvpboot"
|
|
|
|
machine: corstone1000-fvp
|