diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2013-11-15 03:36:20 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-14 09:11:11 +0000 |
| commit | e0d4865bbd3f619fd1aeca261e4c4d664eddcc6e (patch) | |
| tree | d9d34b013d0f4ef9d5d628a00b32e69fcd6f6037 /meta/recipes-bsp/grub/grub-efi_2.00.bb | |
| parent | 40b73e46605a3b4914983301195605162927dcb7 (diff) | |
| download | poky-e0d4865bbd3f619fd1aeca261e4c4d664eddcc6e.tar.gz | |
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.
(From OE-Core rev: 1d005240bcbcca97126bddb1f6d4882ba4d81fa9)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub/grub-efi_2.00.bb')
| -rw-r--r-- | meta/recipes-bsp/grub/grub-efi_2.00.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ | |||
| 27 | file://grub-no-unused-result.patch \ | 27 | file://grub-no-unused-result.patch \ |
| 28 | file://grub-2.00-ignore-gnulib-gets-stupidity.patch \ | 28 | file://grub-2.00-ignore-gnulib-gets-stupidity.patch \ |
| 29 | file://fix-issue-with-flex-2.5.37.patch \ | 29 | file://fix-issue-with-flex-2.5.37.patch \ |
| 30 | file://grub-efi-allow-a-compilation-without-mcmodel-large.patch \ | ||
| 30 | " | 31 | " |
| 31 | SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c" | 32 | SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c" |
| 32 | SRC_URI[sha256sum] = "65b39a0558f8c802209c574f4d02ca263a804e8a564bc6caf1cd0fd3b3cc11e3" | 33 | SRC_URI[sha256sum] = "65b39a0558f8c802209c574f4d02ca263a804e8a564bc6caf1cd0fd3b3cc11e3" |
