]> 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>
Mon, 9 Jan 2017 13:34:31 +0000 (13:34 +0000)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-bsp/gnu-efi/gnu-efi_3.0.4.bb

index e55ab7f059e63f78a5c1e4787fdb69f7d614fdb2..f95029aed4bab24e9441f9e75584de8520d222bc 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: