diff options
author | 2017-10-12 22:44:24 +0000 | |
---|---|---|
committer | 2017-10-12 21:07:41 -0400 | |
commit | 10a7f17683e418b84787b6486f22eb788c465b7c (patch) | |
tree | b757f4e1ee669f79cf566813d5d94f9ff6af6e4e | |
parent | 462d0a55135945a10e33365dd076cac884b0cffe (diff) | |
download | meta-ti-ti2016.09-rc1.tar.gz meta-ti-ti2016.09-rc1.tar.bz2 meta-ti-ti2016.09-rc1.zip |
u-boot-ti-staging: update to ti2016.09-rc1 tagti2016.09-rc1
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb index 0c786c31..7d987c8c 100644 --- a/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb +++ b/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb @@ -7,14 +7,14 @@ DESCRIPTION = "u-boot bootloader for TI devices" LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" -PR = "r34" +PR = "r35" PV_append = "+git${SRCPV}" SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" BRANCH ?= "ti-u-boot-2016.05" -SRCREV = "299ebd66e11c2481a29ddcbfe65e196f6c9e0b41" +SRCREV = "340c262b4bed7adac127e572f857e6f931ef18b2" # Support for secure devices - detailed info is in doc/README.ti-secure TI_SECURE_DEV_PKG ?= "" |