From ed8598fd3a6c09bd473e732327eab59df46b5ee4 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 25 Sep 2023 05:30:05 -0300 Subject: u-boot-toradex: fix override for imx based soc The correct override matching all i.MX based machines is now imx-generic-bsp, not imx. Fix that. Fixes 7a2d6ff ("u-boot-toradex: split into a release/pinned and latest head recipe") Related-to: ELB-5357 Signed-off-by: Max Krummenacher --- recipes-bsp/u-boot/u-boot-toradex-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-toradex-common.inc b/recipes-bsp/u-boot/u-boot-toradex-common.inc index a98d679..e52cad8 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-common.inc +++ b/recipes-bsp/u-boot/u-boot-toradex-common.inc @@ -1,7 +1,7 @@ require recipes-bsp/u-boot/u-boot-common.inc require recipes-bsp/u-boot/u-boot.inc SOC_HANDLING = "" -SOC_HANDLING:imx = "recipes-bsp/u-boot/u-boot-toradex-imx.inc" +SOC_HANDLING:imx-generic-bsp = "recipes-bsp/u-boot/u-boot-toradex-imx.inc" SOC_HANDLING:ti-soc = "recipes-bsp/u-boot/u-boot-toradex-ti.inc" require ${SOC_HANDLING} -- cgit v1.2.3