From f25976e64472fdbf7e56ec94c73684061659d4fa Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 17 May 2012 03:07:09 -0300 Subject: imx-test: use SoC family for COMPATIBLE_MACHINE matching Signed-off-by: Otavio Salvador --- recipes-bsp/imx-test/imx-test_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 PR = "r3" -COMPATIBLE_MACHINE = "(imx53ard|imx53qsb|imx51evk)" +COMPATIBLE_MACHINE = "(mx5)" TESTVERSION = "11.09.01" S = "${WORKDIR}/${PN}-${TESTVERSION}" -- cgit v1.2.3-54-g00ecf