summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/grub/grub_git.bb')
-rw-r--r--meta/recipes-bsp/grub/grub_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb
index ca636f32ce..1796e7f660 100644
--- a/meta/recipes-bsp/grub/grub_git.bb
+++ b/meta/recipes-bsp/grub/grub_git.bb
@@ -17,10 +17,8 @@ DEFAULT_PREFERENCE = "-1"
17DEFAULT_PREFERENCE_arm = "1" 17DEFAULT_PREFERENCE_arm = "1"
18 18
19PV = "2.00+${SRCPV}" 19PV = "2.00+${SRCPV}"
20SRCREV = "3bc1b2daabb9b07a9c08bca386005d96f07147fe" 20SRCREV = "0776112c5311196889a15058a3b1be4c81ba5e05"
21SRC_URI = "git://git.savannah.gnu.org/grub.git \ 21SRC_URI = "git://git.savannah.gnu.org/grub.git \
22 file://0001-fdt-add-grub_fdt_create_empty_tree-function.patch \
23 file://0002-arm64-add-EFI-Linux-loader.patch \
24 file://40_custom \ 22 file://40_custom \
25 " 23 "
26 24
@@ -33,6 +31,7 @@ inherit gettext
33 31
34PACKAGECONFIG ??= "" 32PACKAGECONFIG ??= ""
35PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse" 33PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse"
34PACKAGECONFIG[device-mapper] = "--enable-device-mapper,--disable-device-mapper,lvm2"
36 35
37# configure.ac has code to set this automagically from the target tuple 36# configure.ac has code to set this automagically from the target tuple
38# but the OE freeform one (core2-foo-bar-linux) don't work with that. 37# but the OE freeform one (core2-foo-bar-linux) don't work with that.