From 4e2e89dc5b2f2a8043962fbfc5ece2942b471882 Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Fri, 18 Dec 2020 10:47:52 +0000 Subject: [PATCH] firmware-imx: add compatibility with imx-boot-container Firmware package provides DDR firmware binaries, which are required to be deployed in order to build a boot container for mx8m machines. Add compatibility with imx-boot-container in order to pick up binaries produced by this package. Signed-off-by: Andrey Zhizhikin --- recipes-bsp/firmware-imx/firmware-imx-8m_8.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/firmware-imx/firmware-imx-8m_8.10.bb b/recipes-bsp/firmware-imx/firmware-imx-8m_8.10.bb index 44e9ff4a..a48356ed 100644 --- a/recipes-bsp/firmware-imx/firmware-imx-8m_8.10.bb +++ b/recipes-bsp/firmware-imx/firmware-imx-8m_8.10.bb @@ -21,4 +21,4 @@ addtask deploy after do_install before do_build PACKAGE_ARCH = "${MACHINE_SOCARCH}" -COMPATIBLE_MACHINE = "(mx8m)" +COMPATIBLE_MACHINE = "(mx8m|imx-boot-container)" -- 2.40.1