From 61baed2387ceb17c2831a720f1fd0eafdd9ae8ff Mon Sep 17 00:00:00 2001 From: Karthik Ramanan Date: Fri, 11 Nov 2016 19:56:40 +0530 Subject: 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 --- meta-agl-bsp/meta-ti/recipes-bsp/u-boot/u-boot-ti-staging_%.bbappend | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-agl-bsp') 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}" + -- cgit 1.2.3-korg