summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/grub/grub-efi_2.00.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi_2.00.bb b/meta/recipes-bsp/grub/grub-efi_2.00.bb
index 531482b915..03d273dbd9 100644
--- a/meta/recipes-bsp/grub/grub-efi_2.00.bb
+++ b/meta/recipes-bsp/grub/grub-efi_2.00.bb
@@ -65,5 +65,8 @@ FILES_${PN} += "${libdir}/grub/${GRUB_TARGET}-efi \
65 ${datadir}/grub \ 65 ${datadir}/grub \
66 " 66 "
67 67
68BBCLASSEXTEND = "native" 68# 64-bit binaries are expected for the bootloader with an x32 userland
69INSANE_SKIP_${PN}_append_linux-gnux32 = " arch"
70INSANE_SKIP_${PN}-dbg_append_linux-gnux32 = " arch"
69 71
72BBCLASSEXTEND = "native"