summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2020-12-18 10:47:52 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2021-03-17 10:53:42 -0300
commit4e2e89dc5b2f2a8043962fbfc5ece2942b471882 (patch)
tree075d75eb94b2f9b4e0565c2bcd6771cd90cf2b8e
parenta1931c20955e478a0f43090e868b7d49cfe39477 (diff)
downloadmeta-freescale-4e2e89dc5b2f2a8043962fbfc5ece2942b471882.tar.gz
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 <andrey.z@gmail.com>
-rw-r--r--recipes-bsp/firmware-imx/firmware-imx-8m_8.10.bb2
1 files changed, 1 insertions, 1 deletions
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
21 21
22PACKAGE_ARCH = "${MACHINE_SOCARCH}" 22PACKAGE_ARCH = "${MACHINE_SOCARCH}"
23 23
24COMPATIBLE_MACHINE = "(mx8m)" 24COMPATIBLE_MACHINE = "(mx8m|imx-boot-container)"