summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub_2.00.bb
diff options
context:
space:
mode:
authorShan Hai <shan.hai@windriver.com>2014-07-18 13:21:37 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-19 00:08:59 +0100
commit63ee1547203b3735a85c7f94dcdb66ec33af3a10 (patch)
tree2b938c787f97d4dcc7d36dfafce40349dd3ab645 /meta/recipes-bsp/grub/grub_2.00.bb
parent7d1fed2975dc8d17f04fbc0bc37091fe08d8b3de (diff)
downloadpoky-63ee1547203b3735a85c7f94dcdb66ec33af3a10.tar.gz
grub-core: fix endianness problem
Fix tftp stalls on loading files bigger than ~32k bug by cherry picking a patch from grub upstream. (From OE-Core rev: adac8c63a0eefd3ce118f8964b05a952e629da38) Signed-off-by: Shan Hai <shan.hai@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub/grub_2.00.bb')
-rw-r--r--meta/recipes-bsp/grub/grub_2.00.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb
index ce2d680eec..3c1ec0b651 100644
--- a/meta/recipes-bsp/grub/grub_2.00.bb
+++ b/meta/recipes-bsp/grub/grub_2.00.bb
@@ -22,6 +22,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \
22 file://check-if-liblzma-is-disabled.patch \ 22 file://check-if-liblzma-is-disabled.patch \
23 file://fix-issue-with-flex-2.5.37.patch \ 23 file://fix-issue-with-flex-2.5.37.patch \
24 file://grub-2.00-add-oe-kernel.patch \ 24 file://grub-2.00-add-oe-kernel.patch \
25 file://fix-endianness-problem.patch \
25 " 26 "
26 27
27SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c" 28SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c"