From: Otavio Salvador Date: Sun, 29 Apr 2012 12:49:20 +0000 (-0300) Subject: u-boot-imx: add PROVIDES for u-boot X-Git-Tag: 2.1~1861 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9fe1eafa84f941fd9e4a47f44078a15ff88c3c38;p=meta-freescale.git 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 --- diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb index 02f2e3e6..76164252 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb @@ -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"