diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-05-17 03:07:09 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-05-17 22:48:00 -0300 |
commit | 87797c21f67880ae4ae2f8c6903fd51c5d61869f (patch) | |
tree | 213d02c2baaf4f61cf64d9f4c76aa8ecbfc6db96 | |
parent | 7a150577e3fa029c5503a79464bc86f08ca4cb2b (diff) | |
download | meta-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.bb | 2 |
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 | ||
7 | PR = "r3" | 7 | PR = "r3" |
8 | 8 | ||
9 | COMPATIBLE_MACHINE = "(imx53ard|imx53qsb|imx51evk)" | 9 | COMPATIBLE_MACHINE = "(mx5)" |
10 | 10 | ||
11 | TESTVERSION = "11.09.01" | 11 | TESTVERSION = "11.09.01" |
12 | S = "${WORKDIR}/${PN}-${TESTVERSION}" | 12 | S = "${WORKDIR}/${PN}-${TESTVERSION}" |