From 9bf8359a3d48f19264925447165511edcfe7f99d Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Mon, 7 Jul 2025 18:18:01 +0200 Subject: [PATCH] installer-media: restore INSTALL_UBOOT_FILENAME variable Commit ac69566ecdbda1d5183dd5618fb9fb0356a479b6 mistakenly removed the command of cc9, cc8x, and cc8m media installers that sets the variable that contains the U-Boot file to install. Signed-off-by: Hector Palacios https://onedigi.atlassian.net/browse/DEL-9720 --- .../u-boot/u-boot-dey/ccimx8m/install_linux_fw_media.txt | 1 + .../u-boot/u-boot-dey/ccimx8x/install_linux_fw_media.txt | 1 + .../u-boot/u-boot-dey/ccimx9/install_linux_fw_media.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8m/install_linux_fw_media.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8m/install_linux_fw_media.txt index ba4810e6b..9887d1a8c 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8m/install_linux_fw_media.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8m/install_linux_fw_media.txt @@ -7,6 +7,7 @@ install_abort=0 BASEFILENAME=0 +setenv INSTALL_UBOOT_FILENAME imx-boot-##MACHINE##.bin setenv INSTALL_MEDIA_INDEX ##INSTALL_MEDIA_INDEX## setenv INSTALL_MEDIA ##INSTALL_MEDIA## diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x/install_linux_fw_media.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x/install_linux_fw_media.txt index c0b48ea3b..161b91a7a 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x/install_linux_fw_media.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx8x/install_linux_fw_media.txt @@ -18,6 +18,7 @@ fi # the necessary logic to choose the correct imx-boot file for the target's SOC. setenv skip-uboot-check "yes" +setenv INSTALL_UBOOT_FILENAME imx-boot-##MACHINE##-${soc_rev}.bin setenv INSTALL_MEDIA_INDEX ##INSTALL_MEDIA_INDEX## setenv INSTALL_MEDIA ##INSTALL_MEDIA## diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx9/install_linux_fw_media.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx9/install_linux_fw_media.txt index 571592da4..be42a5eef 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx9/install_linux_fw_media.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx9/install_linux_fw_media.txt @@ -23,6 +23,7 @@ if test "${soc_type}" = "imx93"; then fi fi +setenv INSTALL_UBOOT_FILENAME imx-boot-##MACHINE##${SOCREV}.bin setenv INSTALL_MEDIA_INDEX ##INSTALL_MEDIA_INDEX## setenv INSTALL_MEDIA ##INSTALL_MEDIA##