From 8bde88eea6ea7b03b25a48d1ac60787bf5ad67fc Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 17 May 2012 22:46:16 -0300 Subject: u-boot-imx: add COMPATIBLE_MACHINE info This ensure the recipe is not parsed in incompatible machines. Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-imx_2009.08.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-imx_2009.08.bb b/recipes-bsp/u-boot/u-boot-imx_2009.08.bb index 0633284..c1268df 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2009.08.bb +++ b/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)" -- cgit v1.2.3-54-g00ecf