diff options
| author | Thomas Perrot <thomas.perrot@bootlin.com> | 2024-04-30 10:54:26 +0200 |
|---|---|---|
| committer | Thomas Perrot <thomas.perrot@bootlin.com> | 2024-04-30 11:05:52 +0200 |
| commit | fbea18dbdb750d567cbd8a4e73baed94ced02043 (patch) | |
| tree | 327f0026f837561d09c5d41d385c15df952b080b /recipes-bsp/imx-mkimage | |
| parent | 9158a49793b17e2a922ca975c7d9ec0f1e3a03c2 (diff) | |
| download | meta-freescale-fbea18dbdb750d567cbd8a4e73baed94ced02043.tar.gz | |
imx-boot: fix imx9 boot staging directory
The folder iMX9 has been replaced by iMX91 and iMX93.
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Diffstat (limited to 'recipes-bsp/imx-mkimage')
| -rw-r--r-- | recipes-bsp/imx-mkimage/imx-boot_1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb index a761870b5..7792b27bd 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb | |||
| @@ -58,7 +58,8 @@ IMXBOOT_TARGETS ?= \ | |||
| 58 | BOOT_STAGING = "${S}/${IMX_BOOT_SOC_TARGET}" | 58 | BOOT_STAGING = "${S}/${IMX_BOOT_SOC_TARGET}" |
| 59 | BOOT_STAGING:mx8m-generic-bsp = "${S}/iMX8M" | 59 | BOOT_STAGING:mx8m-generic-bsp = "${S}/iMX8M" |
| 60 | BOOT_STAGING:mx8dx-generic-bsp = "${S}/iMX8QX" | 60 | BOOT_STAGING:mx8dx-generic-bsp = "${S}/iMX8QX" |
| 61 | BOOT_STAGING:mx9-generic-bsp = "${S}/iMX9" | 61 | BOOT_STAGING:mx91p-generic-bsp = "${S}/iMX91" |
| 62 | BOOT_STAGING:mx93-generic-bsp = "${S}/iMX93" | ||
| 62 | 63 | ||
| 63 | SOC_FAMILY = "INVALID" | 64 | SOC_FAMILY = "INVALID" |
| 64 | SOC_FAMILY:mx8-generic-bsp = "mx8" | 65 | SOC_FAMILY:mx8-generic-bsp = "mx8" |
