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>
15 lines
663 B
PHP
15 lines
663 B
PHP
COMPATIBLE_MACHINE = "corstone1000"
|
|
|
|
FIRMWARE_BINARIES = "corstone1000-flash-firmware-image-${MACHINE}.wic \
|
|
bl1.bin \
|
|
${@bb.utils.contains('MACHINE_FEATURES', \
|
|
'corstone1000-extsys', \
|
|
'es_flashfw.bin', \
|
|
'', d)} \
|
|
${CAPSULE_NAME}.${CAPSULE_EXTENSION} \
|
|
corstone1000_capsule_cert.crt \
|
|
corstone1000_capsule_key.key \
|
|
"
|
|
|
|
do_deploy[mcdepends] = "mc::firmware:corstone1000-flash-firmware-image:do_image_complete"
|