]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-gpu-apitrace: Simplify COMPATIBLE_MACHINE 45/head
authorTom Hochstein <tom.hochstein@nxp.com>
Wed, 13 Feb 2019 20:51:06 +0000 (14:51 -0600)
committerTom Hochstein <tom.hochstein@nxp.com>
Wed, 13 Feb 2019 20:51:06 +0000 (14:51 -0600)
Package is valid for all i.MX with GPU. This extends
compatibility today to i.MX 8QM, 8QXP, and 8M Mini.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb

index 963501711498f05bea445d0082024ff2994ec0c3..fd7f861041deee092cae9239f9d0a5abe8d9207b 100644 (file)
@@ -34,4 +34,4 @@ FILES_${PN} = "${bindir} ${libdir}"
 FILES_${PN}-dbg += "${libdir}/*/*/.debug"
 
 PACKAGE_ARCH = "${MACHINE_SOCARCH}"
-COMPATIBLE_MACHINE = "(mx6q|mx6dl|mx6sx|mx6sl|mx7ulp|mx8mq)"
+COMPATIBLE_MACHINE = "(imxgpu)"