mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
grub-efi: ignore arch mismatch for x32
Ordinary 64-bit binaries are expected for the bootloader. (From OE-Core rev: 688a79b720044dd9fca3e95ff3d172252fba1e7a) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
411e4e8bbe
commit
c148c3639d
@@ -65,5 +65,8 @@ FILES_${PN} += "${libdir}/grub/${GRUB_TARGET}-efi \
|
|||||||
${datadir}/grub \
|
${datadir}/grub \
|
||||||
"
|
"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
# 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"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Reference in New Issue
Block a user