diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-04-21 14:09:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-09 14:34:35 +0000 |
commit | 250ca947da463841f7c1858c293e17a7e824d637 (patch) | |
tree | ed842d44901af9f987ff769ee9dc36184d2fede9 /meta/recipes-bsp/grub/grub2.inc | |
parent | 666076dfc0528442a1098354dcc5d64672dd38ee (diff) | |
download | poky-250ca947da463841f7c1858c293e17a7e824d637.tar.gz |
grub: Fix build with gcc7
backport patches from upsteam and adapt them to 2.0 codebase
(From OE-Core rev: 347976bf08158d1aa46dfea6f0f9d6dcc0d97395)
(From OE-Core rev: 74da4a06619558b34752d3588fd965a7994106e3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.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.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index ef893b327f..a93c99e6c9 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
@@ -36,6 +36,10 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ | |||
36 | file://0001-grub-core-kern-efi-mm.c-grub_efi_finish_boot_service.patch \ | 36 | file://0001-grub-core-kern-efi-mm.c-grub_efi_finish_boot_service.patch \ |
37 | file://0002-grub-core-kern-efi-mm.c-grub_efi_get_memory_map-Neve.patch \ | 37 | file://0002-grub-core-kern-efi-mm.c-grub_efi_get_memory_map-Neve.patch \ |
38 | file://0001-build-Use-AC_HEADER_MAJOR-to-find-device-macros.patch \ | 38 | file://0001-build-Use-AC_HEADER_MAJOR-to-find-device-macros.patch \ |
39 | file://0001-btrfs-avoid-used-uninitialized-error-with-GCC7.patch \ | ||
40 | file://0002-i386-x86_64-ppc-fix-switch-fallthrough-cases-with-GC.patch \ | ||
41 | file://0003-Add-gnulib-fix-gcc7-fallthrough.diff.patch \ | ||
42 | file://0004-Fix-remaining-cases-of-gcc-7-fallthrough-warning.patch \ | ||
39 | " | 43 | " |
40 | 44 | ||
41 | DEPENDS = "flex-native bison-native autogen-native" | 45 | DEPENDS = "flex-native bison-native autogen-native" |