From 0a9b06c8ac778a4b936de4d9140f85983a9dfa10 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 17 May 2012 22:46:16 -0300 Subject: [PATCH] u-boot-imx: add COMPATIBLE_MACHINE info This ensure the recipe is not parsed in incompatible machines. Signed-off-by: Otavio Salvador --- meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb | 2 ++ 1 file changed, 2 insertions(+) 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)" -- 2.40.1