mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
The external-system component was marked as a dependency for the corstone1000-recovery image regardless of whether external-system was requested or not. This ensures that is no longer the case. Signed-off-by: Frazer Carsley <frazer.carsley@arm.com> Signed-off-by: Ross Burton <ross.burton@arm.com>
10 lines
195 B
YAML
10 lines
195 B
YAML
header:
|
|
version: 14
|
|
|
|
local_conf_header:
|
|
extsys: |
|
|
MACHINE_FEATURES += "corstone1000-extsys"
|
|
|
|
# external system firmware
|
|
CORE_IMAGE_EXTRA_INSTALL:firmware += "external-system-elf"
|