mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
grub-efi: Support musl-x32
To build 64-bit binaries for musl-x32. (From OE-Core rev: 28cd7c5a5cd0567439146eaa30c45301e76b71b6) Signed-off-by: sweeaun <swee.aun.khor@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user