diff options
| author | Christopher Larson <chris_larson@mentor.com> | 2016-12-13 20:00:57 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-09 13:39:12 +0000 |
| commit | 629b96f142f55749ed9e00c3b4d4de3e4c7fa035 (patch) | |
| tree | c51625b9cf43401de1ffe2eb3abbf5ea3fa295e0 | |
| parent | c12cd31231ac81d73b199f725ea4586138ead4a2 (diff) | |
| download | poky-629b96f142f55749ed9e00c3b4d4de3e4c7fa035.tar.gz | |
gnu-efi: ignore arch mismatch for x32
(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>
| -rw-r--r-- | meta/recipes-bsp/gnu-efi/gnu-efi_3.0.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 e55ab7f059..f95029aed4 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() { | |||
| 46 | 46 | ||
| 47 | FILES_${PN} += "${libdir}/*.lds" | 47 | FILES_${PN} += "${libdir}/*.lds" |
| 48 | 48 | ||
| 49 | # 64-bit binaries are expected for EFI when targeting X32 | ||
| 50 | INSANE_SKIP_${PN}-dev_append_linux-gnux32 = " arch" | ||
| 51 | |||
| 49 | BBCLASSEXTEND = "native" | 52 | BBCLASSEXTEND = "native" |
| 50 | 53 | ||
| 51 | # It doesn't support sse, its make.defaults sets: | 54 | # It doesn't support sse, its make.defaults sets: |
