From be1e855e05de20e3d653420dbf70686588fa2953 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 29 Apr 2012 09:49:20 -0300 Subject: 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 --- recipes-bsp/u-boot/u-boot-imx_2009.08.bb | 2 ++ 1 file changed, 2 insertions(+) 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 @@ 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" -- cgit v1.2.3-54-g00ecf