summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test
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
commitf25976e64472fdbf7e56ec94c73684061659d4fa (patch)
treeb82c4008326f7e72d5a3591291bbdc037a7c1f7a /recipes-bsp/imx-test
parent53b6f684631ca13e4b71fb1d12ccf564e6b1afa1 (diff)
downloadmeta-fsl-arm-f25976e64472fdbf7e56ec94c73684061659d4fa.tar.gz
imx-test: use SoC family for COMPATIBLE_MACHINE matching
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-test')
-rw-r--r--recipes-bsp/imx-test/imx-test_0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-test/imx-test_0.1.bb b/recipes-bsp/imx-test/imx-test_0.1.bb
index aed2831..6de7ae2 100644
--- a/recipes-bsp/imx-test/imx-test_0.1.bb
+++ b/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}"