From 9fe1eafa84f941fd9e4a47f44078a15ff88c3c38 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 29 Apr 2012 09:49:20 -0300 Subject: [PATCH] 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 --- meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.40.1