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>
oe_runmake DESTDIR=${D} install
}
-COMPATIBLE_MACHINE = "(mx8qm|mx8qxp|mx8phantomdxl|mx8dxl)"
+COMPATIBLE_MACHINE = "(mx8qm|mx8qxp|mx8phantomdxl|mx8dxl|mx8dx)"
install -m 0644 ${S}/firmware/seco/${SECO_FIRMWARE_NAME} ${DEPLOYDIR}
}
-COMPATIBLE_MACHINE = "(mx8qm|mx8qxp|mx8phantomdxl|mx8dxl)"
+COMPATIBLE_MACHINE = "(mx8qm|mx8qxp|mx8phantomdxl|mx8dxl|mx8dx)"