ccmp2: use files in deployimgdir for the installer files
After the rework in 61eb1bfbe6 the metadata
file inside the fip/ subfolder has the default filename 'metadata.bin'.
Use the new symlinks that now live on the deployimgdir.
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
d8599ea1ff
commit
25cdb8d2d9
|
|
@ -141,9 +141,9 @@ ST_USERFS = "0"
|
|||
|
||||
# Boot artifacts to be copied from the deploy dir to the installer ZIP
|
||||
BOOTABLE_ARTIFACTS = " \
|
||||
arm-trusted-firmware/tf-a-ccmp25-dvk-optee-emmc.stm32 \
|
||||
arm-trusted-firmware/metadata-ccmp25-dvk.bin \
|
||||
fip/fip-ccmp25-dvk-optee-emmc.bin \
|
||||
tf-a-ccmp25-dvk-optee-emmc.stm32 \
|
||||
metadata-ccmp25-dvk.bin \
|
||||
fip-ccmp25-dvk-optee-emmc.bin \
|
||||
"
|
||||
|
||||
# Per-machine DISTRO_FEATURES customization
|
||||
|
|
|
|||
Loading…
Reference in New Issue