From 1d005240bcbcca97126bddb1f6d4882ba4d81fa9 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 15 Nov 2013 03:36:20 -0500 Subject: grub-efi: allow compilation without large model support -mcmodel=large is not supported by gcc with version lower than 4.4, but we don't need to use memory over 4GiB, so add a patch to allow compilation without large model support. Signed-off-by: Jackie Huang Signed-off-by: Saul Wold --- meta/recipes-bsp/grub/grub-efi_2.00.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-bsp/grub/grub-efi_2.00.bb') diff --git a/meta/recipes-bsp/grub/grub-efi_2.00.bb b/meta/recipes-bsp/grub/grub-efi_2.00.bb index 2fe688cb35..deb95149b3 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.00.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.00.bb @@ -27,6 +27,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ file://grub-no-unused-result.patch \ file://grub-2.00-ignore-gnulib-gets-stupidity.patch \ file://fix-issue-with-flex-2.5.37.patch \ + file://grub-efi-allow-a-compilation-without-mcmodel-large.patch \ " SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c" SRC_URI[sha256sum] = "65b39a0558f8c802209c574f4d02ca263a804e8a564bc6caf1cd0fd3b3cc11e3" -- cgit 1.2.3-korg