diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-04-29 09:49:20 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-04-29 12:30:12 -0300 |
commit | be1e855e05de20e3d653420dbf70686588fa2953 (patch) | |
tree | 1e9539e6b69a6383670e091ce3e0f4ec6fefe585 | |
parent | 607b7f3095649fca4af5ce0ae1b0b66998045442 (diff) | |
download | meta-fsl-arm-be1e855e05de20e3d653420dbf70686588fa2953.tar.gz |
u-boot-imx: add PROVIDES for u-boot
This allow use of u-boot-imx as alternative for u-boot for machines
where u-boot's mainline lack features or complete support.
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 02f2e3e..7616425 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2009.08.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2009.08.bb | |||
@@ -4,6 +4,8 @@ | |||
4 | DESCRIPTION = "bootloader for imx platforms" | 4 | DESCRIPTION = "bootloader for imx platforms" |
5 | require recipes-bsp/u-boot/u-boot.inc | 5 | require recipes-bsp/u-boot/u-boot.inc |
6 | 6 | ||
7 | PROVIDES += "u-boot" | ||
8 | |||
7 | LICENSE = "GPLv2+" | 9 | LICENSE = "GPLv2+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" |
9 | 11 | ||