]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-test (00.00.00): Avoid it to be build for non-i.MX boards
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 24 Apr 2015 12:03:51 +0000 (09:03 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 24 Apr 2015 18:22:26 +0000 (15:22 -0300)
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>
meta-fsl-arm/recipes-bsp/imx-test/imx-test_00.00.00.bb

index bb68fcfbfbc10bde44f3ead9eae18c0bb8fd68a7..f38dc67fabbf7460ccae2307b4b436e2d45ced80 100644 (file)
@@ -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)"