From cec5c522187a0a03dd0a90f57e7d166980766724 Mon Sep 17 00:00:00 2001 From: Alexander Stein Date: Fri, 24 Jan 2025 09:19:04 +0100 Subject: [PATCH] firmware-ele-imx: Use generic-bsp compatible Signed-off-by: Alexander Stein (cherry picked from commit a790076164115e65686c3eff973217874a39b2ec) --- recipes-bsp/firmware-imx/firmware-ele-imx_1.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/firmware-imx/firmware-ele-imx_1.3.0.bb b/recipes-bsp/firmware-imx/firmware-ele-imx_1.3.0.bb index 760b68ae40..8a812f413d 100644 --- a/recipes-bsp/firmware-imx/firmware-ele-imx_1.3.0.bb +++ b/recipes-bsp/firmware-imx/firmware-ele-imx_1.3.0.bb @@ -39,4 +39,4 @@ FILES:${PN}-ext += "${nonarch_base_libdir}/firmware/imx/ele/${SECOEXT_FIRMWARE_N RREPLACES:${PN} = "firmware-sentinel" RPROVIDES:${PN} = "firmware-sentinel" -COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp|mx9-nxp-bsp)" +COMPATIBLE_MACHINE = "(mx8ulp-generic-bsp|mx9-generic-bsp)"