summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-05-17 22:46:16 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-05-17 22:48:00 -0300
commit0a9b06c8ac778a4b936de4d9140f85983a9dfa10 (patch)
treefab642db4460a6e35a7aded73ce0087cfa9261af /meta-fsl-arm
parentbcf83fbee4656fe11fd7dc8c957e49312ccc6cec (diff)
downloadmeta-freescale-0a9b06c8ac778a4b936de4d9140f85983a9dfa10.tar.gz
u-boot-imx: add COMPATIBLE_MACHINE info
This ensure the recipe is not parsed in incompatible machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-arm')
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb
index 06332848c..c1268df7e 100644
--- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb
+++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb
@@ -25,3 +25,5 @@ do_compile_prepend() {
25 sed -i 's/$(CROSS_COMPILE)ld/$(CROSS_COMPILE)ld.bfd/g' config.mk 25 sed -i 's/$(CROSS_COMPILE)ld/$(CROSS_COMPILE)ld.bfd/g' config.mk
26 fi 26 fi
27} 27}
28
29COMPATIBLE_MACHINE = "(imx28evk|mx5|mx6)"