summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub2.inc
diff options
context:
space:
mode:
authorShan Hai <shan.hai@windriver.com>2015-04-29 16:53:09 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-30 23:04:14 +0100
commitaa389373d8b36bbb8baa82e7c1fce060ac3f00fb (patch)
tree672184acbfd2cf8bde0d3b1cb7f6e37eb2515ed3 /meta/recipes-bsp/grub/grub2.inc
parent7fc174f180cb08a4147118a89b68a593637a0c7a (diff)
downloadpoky-aa389373d8b36bbb8baa82e7c1fce060ac3f00fb.tar.gz
grub2: fix initrd size restriction bug
The current grub2 fails on loading large initrd file (> 500M) since the initrd size is added to the addr_min and causes the failure. Fix it by picking a patch from grub2 upstream. (From OE-Core rev: 156d8fecf31a7a9dc257e55e25645c561d5ba0b8) 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/grub2.inc')
-rw-r--r--meta/recipes-bsp/grub/grub2.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index add45864d1..312771b47f 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -26,6 +26,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \
26 file://grub-efi-fix-with-glibc-2.20.patch \ 26 file://grub-efi-fix-with-glibc-2.20.patch \
27 file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ 27 file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
28 file://0001-parse_dhcp_vendor-Add-missing-const-qualifiers.patch \ 28 file://0001-parse_dhcp_vendor-Add-missing-const-qualifiers.patch \
29 file://grub2-fix-initrd-size-bug.patch \
29 " 30 "
30 31
31DEPENDS = "flex-native bison-native xz" 32DEPENDS = "flex-native bison-native xz"