From b714a56facf234107052996ed79eb039792f0ce8 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Mon, 1 Jul 2013 10:56:51 +0200 Subject: [PATCH] meta-digi-arm: Update u-boot to DUB-1.6.0.3 https://jira.digi.com/browse/DEL-546 Signed-off-by: Alex Gonzalez --- meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2009.08.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2009.08.bb b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2009.08.bb index 121da8db6..1f8a8f30c 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2009.08.bb +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2009.08.bb @@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" PR = "r0" -SRCREV_external = "89b2c6e026c7f3d400ca99d8d4e511c516ac1405" -SRCREV_internal = "fe8c2fb26b1af3a00883d17376492d226f27262b" +SRCREV_external = "" +SRCREV_internal = "61ac25cbf81c10bda9e3a74005734f5e419aee5c" SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}" SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-uboot.git;protocol=git"