mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
This flag should not be set here and the ARM_FVP_EULA_ACCEPT
should be set to True manually before building for the FVP, as it is
mentioned in the Corstone-1000 User guide:
export ARM_FVP_EULA_ACCEPT="True"
Fixes: 6e2a54748 ("kas: Corstone-1000 kas files updated")
Signed-off-by: Bence Balogh <bence.balogh@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
23 lines
446 B
YAML
23 lines
446 B
YAML
header:
|
|
version: 14
|
|
includes:
|
|
- kas/corstone1000-base.yml
|
|
- kas/corstone1000-image-configuration.yml
|
|
- kas/corstone1000-firmware-only.yml
|
|
- kas/fvp-eula.yml
|
|
|
|
env:
|
|
DISPLAY:
|
|
WAYLAND_DISPLAY:
|
|
XAUTHORITY:
|
|
|
|
local_conf_header:
|
|
testimagefvp: |
|
|
IMAGE_CLASSES += "fvpboot"
|
|
|
|
mass-storage: |
|
|
# Ensure the Mass Storage device is absent
|
|
FVP_CONFIG[board.msd_mmc.p_mmc_file] = "invalid.dat"
|
|
|
|
machine: corstone1000-fvp
|