diff options
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 39469576cc..4d9e3c7287 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
@@ -35,6 +35,10 @@ COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)' | |||
35 | 35 | ||
36 | inherit autotools gettext texinfo | 36 | inherit autotools gettext texinfo |
37 | 37 | ||
38 | PACKAGECONFIG ??= "" | ||
39 | PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse" | ||
40 | PACKAGECONFIG[device-mapper] = "--enable-device-mapper,--disable-device-mapper,lvm2" | ||
41 | |||
38 | # grub and grub-efi's sysroot/${datadir}/grub/grub-mkconfig_lib are | 42 | # grub and grub-efi's sysroot/${datadir}/grub/grub-mkconfig_lib are |
39 | # conflicted, remove it since no one uses it. | 43 | # conflicted, remove it since no one uses it. |
40 | SYSROOT_PREPROCESS_FUNCS_class-target += "remove_sysroot_mkconfig_lib" | 44 | SYSROOT_PREPROCESS_FUNCS_class-target += "remove_sysroot_mkconfig_lib" |