summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-05-17 03:07:09 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-05-17 22:48:00 -0300
commit87797c21f67880ae4ae2f8c6903fd51c5d61869f (patch)
tree213d02c2baaf4f61cf64d9f4c76aa8ecbfc6db96
parent7a150577e3fa029c5503a79464bc86f08ca4cb2b (diff)
downloadmeta-freescale-87797c21f67880ae4ae2f8c6903fd51c5d61869f.tar.gz
imx-test: use SoC family for COMPATIBLE_MACHINE matching
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-bsp/imx-test/imx-test_0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-bsp/imx-test/imx-test_0.1.bb b/meta-fsl-arm/recipes-bsp/imx-test/imx-test_0.1.bb
index aed28312e..6de7ae234 100644
--- a/meta-fsl-arm/recipes-bsp/imx-test/imx-test_0.1.bb
+++ b/meta-fsl-arm/recipes-bsp/imx-test/imx-test_0.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
6 6
7PR = "r3" 7PR = "r3"
8 8
9COMPATIBLE_MACHINE = "(imx53ard|imx53qsb|imx51evk)" 9COMPATIBLE_MACHINE = "(mx5)"
10 10
11TESTVERSION = "11.09.01" 11TESTVERSION = "11.09.01"
12S = "${WORKDIR}/${PN}-${TESTVERSION}" 12S = "${WORKDIR}/${PN}-${TESTVERSION}"