From 7dd61cc29bf55bd8396e838ae6c1b011c861c620 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Tue, 30 Oct 2012 18:34:51 +0100 Subject: [PATCH] u-boot-digi: Provides u-boot. This is the name the yocto core expects. Signed-off-by: Alex Gonzalez --- meta-digi-arm/recipes-bsp/u-boot/u-boot-digi_2009.08.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-digi_2009.08.bb b/meta-digi-arm/recipes-bsp/u-boot/u-boot-digi_2009.08.bb index 4a9a30b4e..11908c135 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-digi_2009.08.bb +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-digi_2009.08.bb @@ -5,7 +5,7 @@ DESCRIPTION = "bootloader for Digi platforms" require recipes-bsp/u-boot/u-boot.inc -PROVIDES += "u-boot-digi" +PROVIDES += "u-boot" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"