]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnu-efi: ignore arch mismatch for x32
authorChristopher Larson <chris_larson@mentor.com>
Wed, 14 Dec 2016 03:00:57 +0000 (20:00 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Dec 2017 11:05:56 +0000 (11:05 +0000)
(From OE-Core rev: 97976de2a5465cb476379ebc9d9e1b3f0837853a)

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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-bsp/gnu-efi/gnu-efi_3.0.4.bb

index 8de485c00cfd85c7fd436ece493f8927d851b9c0..8a5e6ad7006c20526c3bc6223a0af02770c36611 100644 (file)
@@ -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: