diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-05-11 10:35:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-13 13:41:30 +0100 |
commit | 08a9f5dec693ba69dafe53b4ab05dc15d82ee40b (patch) | |
tree | 5be98d24ffe0b92b74185112965eec3cc9d7ef25 /meta/recipes-bsp/grub/grub_git.bb | |
parent | e511478763cd599ec60527d48e7572f5044ff197 (diff) | |
download | poky-08a9f5dec693ba69dafe53b4ab05dc15d82ee40b.tar.gz |
grub_git: Upgrade to latest tip
Gets past the gcc6 issues seen on aarch64
| make[3]: *** [cmp.mod] Error 1
| build-grub-module-verifier: error: unsupported relocation 0x113.
(From OE-Core rev: 5ae44a93aa0eeeba8d99d2bc6f5b0c11c79767a4)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub/grub_git.bb')
-rw-r--r-- | meta/recipes-bsp/grub/grub_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb index 8f8c5ed81c..7a900d02b2 100644 --- a/meta/recipes-bsp/grub/grub_git.bb +++ b/meta/recipes-bsp/grub/grub_git.bb | |||
@@ -8,7 +8,7 @@ DEFAULT_PREFERENCE_arm = "1" | |||
8 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/grub-git:" | 8 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/grub-git:" |
9 | 9 | ||
10 | PV = "2.00+${SRCPV}" | 10 | PV = "2.00+${SRCPV}" |
11 | SRCREV = "b95e92678882f56056c64ae29092bc9cf129905f" | 11 | SRCREV = "7a5b301e3adb8e054288518a325135a1883c1c6c" |
12 | SRC_URI = "git://git.savannah.gnu.org/grub.git \ | 12 | SRC_URI = "git://git.savannah.gnu.org/grub.git \ |
13 | file://0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch \ | 13 | file://0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch \ |
14 | file://autogen.sh-exclude-pc.patch \ | 14 | file://autogen.sh-exclude-pc.patch \ |