From: Christopher Larson Date: Wed, 14 Dec 2016 03:00:57 +0000 (-0700) Subject: gnu-efi: ignore arch mismatch for x32 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f75e1a55158a76e1f9d010abd1b1f78a4053923e;p=openembedded-core.git gnu-efi: ignore arch mismatch for x32 (From OE-Core rev: 97976de2a5465cb476379ebc9d9e1b3f0837853a) Signed-off-by: Christopher Larson Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.4.bb b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.4.bb index 8de485c00c..8a5e6ad700 100644 --- a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.4.bb +++ b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.4.bb @@ -46,6 +46,9 @@ do_install() { FILES_${PN} += "${libdir}/*.lds" +# 64-bit binaries are expected for EFI when targeting X32 +INSANE_SKIP_${PN}-dev_append_linux-gnux32 = " arch" + BBCLASSEXTEND = "native" # It doesn't support sse, its make.defaults sets: