summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-10-02 16:09:17 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-10-02 16:11:20 -0400
commit6b9525bd0921d505c95e79cb15cb7c18534931cb (patch)
tree51e413108c8ea4ec2d0d795e96c6287717a9b365 /recipes-bsp
parent24edd661d5e8fce3689bdd2c89e0105af8080152 (diff)
downloadmeta-ti-6b9525bd0921d505c95e79cb15cb7c18534931cb.tar.gz
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 <denys@ti.com> Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-ti-staging_git.bb6
1 files 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
2 2
3DESCRIPTION = "u-boot bootloader for TI devices" 3DESCRIPTION = "u-boot bootloader for TI devices"
4 4
5LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08" 5LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec"
6 6
7PV = "2013.07+2013.10-rc2" 7PV = "2013.07+2013.10-rc4"
8PR = "r0+gitr${SRCPV}" 8PR = "r0+gitr${SRCPV}"
9 9
10SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" 10SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
11 11
12BRANCH ?= "master" 12BRANCH ?= "master"
13 13
14SRCREV = "fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c" 14SRCREV = "0c5274e6f3231a3a28dafc1204b3f71a3534c520"
15 15
16SPL_BINARY = "MLO" 16SPL_BINARY = "MLO"
17SPL_UART_BINARY = "u-boot-spl.bin" 17SPL_UART_BINARY = "u-boot-spl.bin"