diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-05-17 22:46:16 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-05-17 22:48:00 -0300 |
commit | 8bde88eea6ea7b03b25a48d1ac60787bf5ad67fc (patch) | |
tree | f501c0daa5f2144f01a629d92c01ef0b56777f2b | |
parent | b055e5a7140cfb02593a9e71f1e1d7924020bdb0 (diff) | |
download | meta-fsl-arm-8bde88eea6ea7b03b25a48d1ac60787bf5ad67fc.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>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2009.08.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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() { | |||
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 | |||
29 | COMPATIBLE_MACHINE = "(imx28evk|mx5|mx6)" | ||