diff options
author | Karthik Ramanan <a0393906@ti.com> | 2016-11-11 19:56:40 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-11-13 20:09:36 +0000 |
commit | 61baed2387ceb17c2831a720f1fd0eafdd9ae8ff (patch) | |
tree | cdf26c1cf5c0c2dd6cfe2155627045e269992050 /meta-agl-bsp/meta-ti/recipes-bsp | |
parent | 1ee9eef396231620921771796192527c187f5e31 (diff) |
dra7xx-evm: switch to new u-boot
This u-boot version will enable specific usecases for
AGL and in general to support additional peripheral
boards
Change-Id: Id08dd74e299a2fc7a28df88c4417e94c06a19293
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Diffstat (limited to 'meta-agl-bsp/meta-ti/recipes-bsp')
-rw-r--r-- | meta-agl-bsp/meta-ti/recipes-bsp/u-boot/u-boot-ti-staging_%.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-ti/recipes-bsp/u-boot/u-boot-ti-staging_%.bbappend b/meta-agl-bsp/meta-ti/recipes-bsp/u-boot/u-boot-ti-staging_%.bbappend index 50050ab6b..629667805 100644 --- a/meta-agl-bsp/meta-ti/recipes-bsp/u-boot/u-boot-ti-staging_%.bbappend +++ b/meta-agl-bsp/meta-ti/recipes-bsp/u-boot/u-boot-ti-staging_%.bbappend @@ -2,3 +2,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" # This applies to the JACINTO 6 vayu board ... essentially it is dra7_evm. SRC_URI_vayu += "file://fix_builderror_gcc5.patch" + +BRANCH = "p-ti-u-boot-2016.05" +SRC_URI = "git://git.omapzoom.org/repo/u-boot.git;protocol=git;branch=${BRANCH}" +SRCREV = "${AUTOREV}" + |