]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-imx: add PROVIDES for u-boot
authorOtavio Salvador <otavio@ossystems.com.br>
Sun, 29 Apr 2012 12:49:20 +0000 (09:49 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Sun, 29 Apr 2012 15:30:12 +0000 (12:30 -0300)
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>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb

index 02f2e3e632c74e4877709fdf7aad3b195bd2ef67..76164252ab4e825aac2c752277d980b6ccb620f4 100644 (file)
@@ -4,6 +4,8 @@
 DESCRIPTION = "bootloader for imx platforms"
 require recipes-bsp/u-boot/u-boot.inc
 
+PROVIDES += "u-boot"
+
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"