summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-04-24 09:03:51 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-04-24 15:22:26 -0300
commit8f27af146b18a87d56401ed221e6fa1c56de45a3 (patch)
tree491f64de8d75b8006f184be3d497b0c996259d62
parentcf5c1c466b5cddfad0c97a9a6d47f0ad78efd762 (diff)
downloadmeta-fsl-arm-8f27af146b18a87d56401ed221e6fa1c56de45a3.tar.gz
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 <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/imx-test/imx-test_00.00.00.bb1
1 files changed, 1 insertions, 0 deletions
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
7ALLOW_EMPTY_${PN} = "1" 7ALLOW_EMPTY_${PN} = "1"
8 8
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
10COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf50|vf60)"