ccimx9{3,5}-dvk: remove IMAGE_BOOT_FILES

Remove IMAGE_BOOT_FILES and related WKS dependencies from ccimx93-dvk and
ccimx95-dvk machine configs. IMAGE_BOOT_FILES defines the files included
in the boot partition when creating WIC images. The removed files are
the Cortex-M demo firmware that we don't want on the boot partition of
our WIC image.

https://onedigi.atlassian.net/browse/DEL-9768

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2025-10-21 17:52:07 +02:00
parent c3f8f1dd2b
commit 0e338f4b8f
2 changed files with 0 additions and 13 deletions

View File

@ -55,12 +55,6 @@ MACHINE_DISTRO_FEATURES_REMOVE = "vulkan"
# Add additional firmware # Add additional firmware
MACHINE_FIRMWARE:append = " ethos-u-firmware" MACHINE_FIRMWARE:append = " ethos-u-firmware"
IMAGE_BOOT_FILES:append:use-nxp-bsp = " \
imx93_m33_TCM_rpmsg_lite_pingpong_rtos_linux_remote.bin \
imx93_m33_TCM_rpmsg_lite_str_echo_rtos.bin \
"
WKS_FILE_DEPENDS:append = " imx-m33-demos"
# Boot artifacts to be copied from the deploy dir to the installer ZIP # Boot artifacts to be copied from the deploy dir to the installer ZIP
BOOTABLE_ARTIFACTS = " \ BOOTABLE_ARTIFACTS = " \
imx-boot##SIGNED##-ccimx93-dvk.bin \ imx-boot##SIGNED##-ccimx93-dvk.bin \

View File

@ -52,13 +52,6 @@ FIT_CONF_DEFAULT_DTB = "ccimx95-dvk.dtb"
M4_DEFAULT_IMAGE_MX95 = "imx95-19x19-evk_m7_TCM_power_mode_switch.bin" M4_DEFAULT_IMAGE_MX95 = "imx95-19x19-evk_m7_TCM_power_mode_switch.bin"
IMAGE_BOOT_FILES:append:use-nxp-bsp = " \
mcore-demos/imx95-19x19-evk_m7_TCM_power_mode_switch.bin \
mcore-demos/imx95-19x19-evk_m7_TCM_rpmsg_lite_pingpong_rtos_linux_remote.bin \
mcore-demos/imx95-19x19-evk_m7_TCM_rpmsg_lite_str_echo_rtos.bin \
mcore-demos/imx95-19x19-evk_m7_TCM_sai_low_power_audio.bin \
"
# Boot artifacts to be copied from the deploy dir to the installer ZIP # Boot artifacts to be copied from the deploy dir to the installer ZIP
BOOTABLE_ARTIFACTS = " \ BOOTABLE_ARTIFACTS = " \
imx-boot##SIGNED##-ccimx95-dvk.bin \ imx-boot##SIGNED##-ccimx95-dvk.bin \