diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-04-24 09:03:51 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-04-24 15:22:26 -0300 |
commit | 680782ed3b6ad1bada60e753ee773b8e7f0a641a (patch) | |
tree | e2d3806b40a3bb76d4f640c5a234402a929df35f | |
parent | 9bf82faea8e59c127375c778226dacf83e5bc9ba (diff) | |
download | meta-freescale-680782ed3b6ad1bada60e753ee773b8e7f0a641a.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-- | meta-fsl-arm/recipes-bsp/imx-test/imx-test_00.00.00.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-bsp/imx-test/imx-test_00.00.00.bb b/meta-fsl-arm/recipes-bsp/imx-test/imx-test_00.00.00.bb index bb68fcfb..f38dc67f 100644 --- a/meta-fsl-arm/recipes-bsp/imx-test/imx-test_00.00.00.bb +++ b/meta-fsl-arm/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 | |||
7 | ALLOW_EMPTY_${PN} = "1" | 7 | ALLOW_EMPTY_${PN} = "1" |
8 | 8 | ||
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf50|vf60)" | ||