mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
1- Add fvp-eula.yml file which introduces ARM_FVP_EULA_ACCEPT environment variable 2- Remove any license related settings from fvp-baser-aemv8r64-bsp.yml, corstone500.yml and corstone1000-fvp.yml Signed-off-by: Ziad Elhanafy <ziad.elhanafy@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
17 lines
404 B
YAML
17 lines
404 B
YAML
header:
|
|
version: 11
|
|
includes:
|
|
- kas/corstone1000-base.yml
|
|
- kas/fvp-eula.yml
|
|
|
|
machine: corstone1000-fvp
|
|
|
|
local_conf_header:
|
|
fvp-config: |
|
|
# Remove Dropbear SSH as it will not fit into the corstone1000 image.
|
|
IMAGE_FEATURES:remove = " ssh-server-dropbear"
|
|
INHERIT = " ${@bb.utils.contains('BUILD_ARCH', 'x86_64', 'fvpboot', '', d)}"
|
|
|
|
target:
|
|
- corstone1000-image
|