]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-seco*: Make 8DX compatibility explicit
authorTom Hochstein <tom.hochstein@nxp.com>
Fri, 21 May 2021 21:29:12 +0000 (16:29 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 21 May 2021 22:16:45 +0000 (19:16 -0300)
i.MX 8DX is marked compatible since it has `mx8qxp` in its OVERRIDES.
Make it explicit for notational purposes and to be consistent with
other recipes.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-bsp/imx-seco/imx-seco-libs_git.bb
recipes-bsp/imx-seco/imx-seco_3.7.5.bb

index e3c924547ca2d049c0536335acdedadfd925f44d..e6b52abea4c7c6d033ea3ba4fc58c1890ae7fc26 100644 (file)
@@ -21,4 +21,4 @@ do_install () {
        oe_runmake DESTDIR=${D} install
 }
 
-COMPATIBLE_MACHINE = "(mx8qm|mx8qxp|mx8phantomdxl|mx8dxl)"
+COMPATIBLE_MACHINE = "(mx8qm|mx8qxp|mx8phantomdxl|mx8dxl|mx8dx)"
index 68c8799a3d2178ee12c20d09905128ea4f61a12c..7b9c4c98266e717aeae6c2e25ef4aafee2d7042c 100644 (file)
@@ -23,4 +23,4 @@ do_deploy () {
     install -m 0644 ${S}/firmware/seco/${SECO_FIRMWARE_NAME} ${DEPLOYDIR}
 }
 
-COMPATIBLE_MACHINE = "(mx8qm|mx8qxp|mx8phantomdxl|mx8dxl)"
+COMPATIBLE_MACHINE = "(mx8qm|mx8qxp|mx8phantomdxl|mx8dxl|mx8dx)"