diff options
author | Chris Austen <austenc@us.ibm.com> | 2016-01-19 14:45:55 -0600 |
---|---|---|
committer | Chris Austen <austenc@us.ibm.com> | 2016-01-19 14:45:55 -0600 |
commit | 4f1ef52763df44305c8e8b46dd0f15f0079c374e (patch) | |
tree | c1a98f381aac0ad541e9530537efcb5a836ccb7e /meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes-bsp/u-boot | |
parent | 3deb15ca6c28dd80bcc582e3b9998969380a260d (diff) | |
download | talos-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-openbmc-bsp/meta-aspeed/meta-ast2400/recipes-bsp/u-boot')
-rw-r--r-- | meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes-bsp/u-boot/u-boot_2013.07%.bbappend | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes-bsp/u-boot/u-boot_2013.07%.bbappend b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes-bsp/u-boot/u-boot_2013.07%.bbappend index 6d4a18fc4..12fddbfe3 100644 --- a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes-bsp/u-boot/u-boot_2013.07%.bbappend +++ b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes-bsp/u-boot/u-boot_2013.07%.bbappend @@ -1,10 +1,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -#SRC_URI += "file://fw_env.config -SRC_URI += "file://patch-2013.07/0000-u-boot-aspeed-064.patch \ - file://patch-2013.07/0001-u-boot-openbmc.patch \ - file://config.patch \ - " +SRC_URI += "file://config.patch" # Do not install u-boot in rootfs #do_install[postfuncs] += "remove_uboot_from_rootfs" |