From 8f27af146b18a87d56401ed221e6fa1c56de45a3 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 24 Apr 2015 09:03:51 -0300 Subject: imx-test (00.00.00): Avoid it to be build for non-i.MX boards The recipe is now restrict to the following SoC families: - mxs - mx3 - mx5 - mx6 - vf50 - vf60 Change-Id: I95e5de0e7007a1bbbae436e77fd39dc49dbd675e Reported-by: Lauren Post Signed-off-by: Otavio Salvador --- recipes-bsp/imx-test/imx-test_00.00.00.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/imx-test/imx-test_00.00.00.bb b/recipes-bsp/imx-test/imx-test_00.00.00.bb index bb68fcf..f38dc67 100644 --- a/recipes-bsp/imx-test/imx-test_00.00.00.bb +++ b/recipes-bsp/imx-test/imx-test_00.00.00.bb @@ -7,3 +7,4 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ad ALLOW_EMPTY_${PN} = "1" PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf50|vf60)" -- cgit v1.2.3-54-g00ecf