From 25cdb8d2d9a4803a2a90910624a7954274767b55 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Fri, 31 Jan 2025 13:47:35 +0100 Subject: [PATCH] ccmp2: use files in deployimgdir for the installer files After the rework in 61eb1bfbe65012836eb89b1749743ee9a5074580 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 --- meta-digi-arm/conf/machine/ccmp25-dvk.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-digi-arm/conf/machine/ccmp25-dvk.conf b/meta-digi-arm/conf/machine/ccmp25-dvk.conf index 599aa3220..3bb7d76b7 100644 --- a/meta-digi-arm/conf/machine/ccmp25-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp25-dvk.conf @@ -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