]> code.ossystems Code Review - meta-freescale.git/commitdiff
firmware-imx: add compatibility with imx-boot-container
authorAndrey Zhizhikin <andrey.z@gmail.com>
Fri, 18 Dec 2020 10:47:52 +0000 (10:47 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 17 Mar 2021 13:53:42 +0000 (10:53 -0300)
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>
recipes-bsp/firmware-imx/firmware-imx-8m_8.10.bb

index 44e9ff4a569c8dc4a38dead10f0ffdf9dcffcf1c..a48356ed4df4e9ac3077c0eb4555b437c1c7f578 100644 (file)
@@ -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)"