From: sweeaun Date: Wed, 5 Jul 2017 23:56:35 +0000 (-0700) Subject: grub-efi: Support musl-x32 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20808 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28cd7c5a5cd0567439146eaa30c45301e76b71b6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git grub-efi: Support musl-x32 To build 64-bit binaries for musl-x32. Signed-off-by: sweeaun Signed-off-by: Ross Burton --- diff --git a/meta/recipes-bsp/grub/grub-efi_2.02.bb b/meta/recipes-bsp/grub/grub-efi_2.02.bb index 9d494d5d128..b949bebced3 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 \ # 64-bit binaries are expected for the bootloader with an x32 userland INSANE_SKIP_${PN}_append_linux-gnux32 = " arch" INSANE_SKIP_${PN}-dbg_append_linux-gnux32 = " arch" +INSANE_SKIP_${PN}_append_linux-muslx32 = " arch" +INSANE_SKIP_${PN}-dbg_append_linux-muslx32 = " arch" BBCLASSEXTEND = "native"