diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-10-02 16:09:17 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-10-04 14:41:33 -0400 |
commit | 2b089a561df5c5a5a78aede666ee4c6000d22ac3 (patch) | |
tree | 8ee916336a0e0929f0f29ff84679ad2a54767b0b /recipes-bsp/u-boot | |
parent | 9c36e6c7573c3e68c5816dd04f3dd43f485b0550 (diff) | |
download | meta-ti-2b089a561df5c5a5a78aede666ee4c6000d22ac3.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/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-ti-staging_git.bb | 6 |
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 | ||
3 | DESCRIPTION = "u-boot bootloader for TI devices" | 3 | DESCRIPTION = "u-boot bootloader for TI devices" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08" | 5 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec" |
6 | 6 | ||
7 | PV = "2013.07+2013.10-rc2" | 7 | PV = "2013.07+2013.10-rc4" |
8 | PR = "r0+gitr${SRCPV}" | 8 | PR = "r0+gitr${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" | 10 | SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" |
11 | 11 | ||
12 | BRANCH ?= "master" | 12 | BRANCH ?= "master" |
13 | 13 | ||
14 | SRCREV = "fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c" | 14 | SRCREV = "0c5274e6f3231a3a28dafc1204b3f71a3534c520" |
15 | 15 | ||
16 | SPL_BINARY = "MLO" | 16 | SPL_BINARY = "MLO" |
17 | SPL_UART_BINARY = "u-boot-spl.bin" | 17 | SPL_UART_BINARY = "u-boot-spl.bin" |