summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2013.07.bb
diff options
context:
space:
mode:
authorChris Austen <austenc@us.ibm.com>2016-01-19 14:45:55 -0600
committerChris Austen <austenc@us.ibm.com>2016-01-19 14:45:55 -0600
commit4f1ef52763df44305c8e8b46dd0f15f0079c374e (patch)
treec1a98f381aac0ad541e9530537efcb5a836ccb7e /meta-phosphor/common/recipes-bsp/u-boot/u-boot_2013.07.bb
parent3deb15ca6c28dd80bcc582e3b9998969380a260d (diff)
downloadtalos-openbmc-4f1ef52763df44305c8e8b46dd0f15f0079c374e.tar.gz
talos-openbmc-4f1ef52763df44305c8e8b46dd0f15f0079c374e.zip
uboot tftp can not handle noise
Pull in the fixes that allows netbooting to work well Without this change netbooting was impossible due to timeout problems downloading images for netbooting. Sometimes I would get timeouts right away, other times it would take longer but every time it fail to copy the file completely before timeouts would hit.
Diffstat (limited to 'meta-phosphor/common/recipes-bsp/u-boot/u-boot_2013.07.bb')
-rw-r--r--meta-phosphor/common/recipes-bsp/u-boot/u-boot_2013.07.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2013.07.bb b/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2013.07.bb
index f3e2f5603..80715e7c1 100644
--- a/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2013.07.bb
+++ b/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2013.07.bb
@@ -12,13 +12,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \
# This revision corresponds to the tag "v2013.07"
# We use the revision in order to avoid having to fetch it from the repo during parse
-SRCREV = "62c175fbb8a0f9a926c88294ea9f7e88eb898f6c"
+SRCREV = "${AUTOREV}"
PV = "v2013.07+git${SRCPV}"
-SRC_URI = "git://git.denx.de/u-boot.git;branch=master \
- file://0001-am335x_evm.h-Add-use-DEFAULT_LINUX_BOOT_ENV-environm.patch \
- "
+UBRANCH = "v2013.07-aspeed-openbmc"
+SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https"
S = "${WORKDIR}/git"
OpenPOWER on IntegriCloud