Hi all, I am trying to make use of isar image installer to create the installer for some distro based on meta-iot2050 (https://github.com/siemens/meta-iot2050). During the build process, I got error below: |ERROR: mc:isar-installer:isar-image-installer-1.0-r0 do_copy_boot_files: The recipe isar-|image-installer is trying to install files into a shared area when those files already exist. |Those files and their manifest location are: | /build/tmp/deploy/images/iot2050/k3-am6548-iot2050-advanced-m2.dtb | (matched in manifest-arm64-img-jupiter-base-dev.copy_boot_files) | /build/tmp/deploy/images/iot2050/k3-am6528-iot2050-basic.dtb | (matched in manifest-arm64-img-jupiter-base-dev.copy_boot_files) | /build/tmp/deploy/images/iot2050/k3-am6548-iot2050-advanced-pg2.dtb | (matched in manifest-arm64-img-jupiter-base-dev.copy_boot_files) | /build/tmp/deploy/images/iot2050/k3-am6528-iot2050-basic-pg2.dtb | (matched in manifest-arm64-img-jupiter-base-dev.copy_boot_files) | /build/tmp/deploy/images/iot2050/k3-am6548-iot2050-advanced.dtb | (matched in manifest-arm64-img-jupiter-base-dev.copy_boot_files) | /build/tmp/deploy/images/iot2050/k3-am6548-iot2050-advanced-sm.dtb | (matched in manifest-arm64-img-jupiter-base-dev.copy_boot_files) |Please verify which recipe should provide the above files. It looks like the isar image installer utilizes multiple configurations to build the installer image and the target image at the same time. After searching from the mail list, I found this issue has been reported in other threads with similar cases (building multiple images for the same machine): - https://groups.google.com/g/isar-users/c/qAnjahjjfsw - https://groups.google.com/g/isar-users/c/Va0Ue-ISYeA - https://groups.google.com/g/isar-users/c/ZMD4XY4dKWQ - https://groups.google.com/g/isar-users/c/PSGU_AcdPZ8 Is anyone still working on this issue? Best Regards, Liu Yi