summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-04-29 09:49:20 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-04-29 12:30:12 -0300
commitbe1e855e05de20e3d653420dbf70686588fa2953 (patch)
tree1e9539e6b69a6383670e091ce3e0f4ec6fefe585
parent607b7f3095649fca4af5ce0ae1b0b66998045442 (diff)
downloadmeta-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.bb2
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 @@
4DESCRIPTION = "bootloader for imx platforms" 4DESCRIPTION = "bootloader for imx platforms"
5require recipes-bsp/u-boot/u-boot.inc 5require recipes-bsp/u-boot/u-boot.inc
6 6
7PROVIDES += "u-boot"
8
7LICENSE = "GPLv2+" 9LICENSE = "GPLv2+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" 10LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
9 11