From 6b9525bd0921d505c95e79cb15cb7c18534931cb Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 2 Oct 2013 16:09:17 -0400 Subject: [PATCH] u-boot-ti-staging: update to the latest 2013.10-rc4, README changed slightly * Bump the SRCREV for 2013.10-rc4 pre-release * The Licenses/README file has been changed with new licenses added, but the general license hasn't changed from GPLv2, so re-hash the file Signed-off-by: Denys Dmytriyenko Cc: Tom Rini --- recipes-bsp/u-boot/u-boot-ti-staging_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_git.bb b/recipes-bsp/u-boot/u-boot-ti-staging_git.bb index 8c005b49..a5882b04 100644 --- a/recipes-bsp/u-boot/u-boot-ti-staging_git.bb +++ b/recipes-bsp/u-boot/u-boot-ti-staging_git.bb @@ -2,16 +2,16 @@ require u-boot-ti.inc DESCRIPTION = "u-boot bootloader for TI devices" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec" -PV = "2013.07+2013.10-rc2" +PV = "2013.07+2013.10-rc4" PR = "r0+gitr${SRCPV}" SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" BRANCH ?= "master" -SRCREV = "fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c" +SRCREV = "0c5274e6f3231a3a28dafc1204b3f71a3534c520" SPL_BINARY = "MLO" SPL_UART_BINARY = "u-boot-spl.bin"