summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/grub/grub-efi_2.02.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi_2.02.bb b/meta/recipes-bsp/grub/grub-efi_2.02.bb
index 9d494d5d12..b949bebced 100644
--- a/meta/recipes-bsp/grub/grub-efi_2.02.bb
+++ b/meta/recipes-bsp/grub/grub-efi_2.02.bb
@@ -65,5 +65,7 @@ FILES_${PN} += "${libdir}/grub/${GRUB_TARGET}-efi \
65# 64-bit binaries are expected for the bootloader with an x32 userland 65# 64-bit binaries are expected for the bootloader with an x32 userland
66INSANE_SKIP_${PN}_append_linux-gnux32 = " arch" 66INSANE_SKIP_${PN}_append_linux-gnux32 = " arch"
67INSANE_SKIP_${PN}-dbg_append_linux-gnux32 = " arch" 67INSANE_SKIP_${PN}-dbg_append_linux-gnux32 = " arch"
68INSANE_SKIP_${PN}_append_linux-muslx32 = " arch"
69INSANE_SKIP_${PN}-dbg_append_linux-muslx32 = " arch"
68 70
69BBCLASSEXTEND = "native" 71BBCLASSEXTEND = "native"