From: Otavio Salvador Date: Fri, 18 May 2012 01:46:16 +0000 (-0300) Subject: u-boot-imx: add COMPATIBLE_MACHINE info X-Git-Tag: 2.1~1831 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0a9b06c8ac778a4b936de4d9140f85983a9dfa10;p=meta-freescale.git u-boot-imx: add COMPATIBLE_MACHINE info This ensure the recipe is not parsed in incompatible machines. Signed-off-by: Otavio Salvador --- 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 06332848..c1268df7 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() { sed -i 's/$(CROSS_COMPILE)ld/$(CROSS_COMPILE)ld.bfd/g' config.mk fi } + +COMPATIBLE_MACHINE = "(imx28evk|mx5|mx6)"