From: Otavio Salvador Date: Thu, 17 May 2012 06:07:09 +0000 (-0300) Subject: imx-test: use SoC family for COMPATIBLE_MACHINE matching X-Git-Tag: 2.1~1837 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=87797c21f67880ae4ae2f8c6903fd51c5d61869f;p=meta-freescale.git imx-test: use SoC family for COMPATIBLE_MACHINE matching Signed-off-by: Otavio Salvador --- 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 aed28312..6de7ae23 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 PR = "r3" -COMPATIBLE_MACHINE = "(imx53ard|imx53qsb|imx51evk)" +COMPATIBLE_MACHINE = "(mx5)" TESTVERSION = "11.09.01" S = "${WORKDIR}/${PN}-${TESTVERSION}"