From 93a4b871a83bb6921df3a5ab12b649daac85600b Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 26 Feb 2023 13:02:08 +0100 Subject: imx: fw: allow to build for mainline bsp too SECO/SC FW/HDMI FW and friends should not be restricted to imx-nxp-bsp. If one wants to build machines for a mainline kernel / user space these would be required to build the boot container too. Signed-off-by: Max Krummenacher --- recipes-bsp/firmware-imx/firmware-imx-8_8.18.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-bsp/firmware-imx/firmware-imx-8_8.18.bb') diff --git a/recipes-bsp/firmware-imx/firmware-imx-8_8.18.bb b/recipes-bsp/firmware-imx/firmware-imx-8_8.18.bb index 72a3fb99..588d45ee 100644 --- a/recipes-bsp/firmware-imx/firmware-imx-8_8.18.bb +++ b/recipes-bsp/firmware-imx/firmware-imx-8_8.18.bb @@ -34,6 +34,6 @@ addtask deploy after do_install before do_build PACKAGE_ARCH = "${MACHINE_SOCARCH}" -COMPATIBLE_MACHINE = "(mx8-nxp-bsp|mx9-nxp-bsp)" -COMPATIBLE_MACHINE:mx8m-nxp-bsp = "(^$)" -COMPATIBLE_MACHINE:mx8x-nxp-bsp = "(^$)" +COMPATIBLE_MACHINE = "(mx8-generic-bsp|mx9-generic-bsp)" +COMPATIBLE_MACHINE:mx8m-generic-bsp = "(^$)" +COMPATIBLE_MACHINE:mx8x-generic-bsp = "(^$)" -- cgit v1.2.3-54-g00ecf