diff options
author | 2016-07-02 03:02:30 +0000 | |
---|---|---|
committer | 2016-07-03 22:14:14 -0400 | |
commit | e9974fd96b0fa85a87fdbf95339e1ad841cf4868 (patch) | |
tree | 2bd91a2aab0687ae019cb1a41e945141744c7b00 | |
parent | 256be65a210a0ee7eee8ef31a9dc904e675e7a40 (diff) | |
download | meta-ti-e9974fd96b0fa85a87fdbf95339e1ad841cf4868.tar.gz meta-ti-e9974fd96b0fa85a87fdbf95339e1ad841cf4868.tar.bz2 meta-ti-e9974fd96b0fa85a87fdbf95339e1ad841cf4868.zip |
u-boot-ti-staging: update to ti2016.02-rc3 tag
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 2df30bbb..53510c6f 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 = "r8" +PR = "r9" 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 = "b31e958440b381a4316ebceeb4c8286da4c561db" +SRCREV = "b43cf45fec75961d196da4563bd32c0215d2fd58" # Support for secure devices - detailed info is in doc/README.ti-secure TI_SECURE_DEV_PKG ?= "" |