diff options
| author | Christopher Larson <chris_larson@mentor.com> | 2016-12-13 20:00:57 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-09 14:34:36 +0000 |
| commit | b2121ff9c3ef0ddd2a12f14932c2e8f1557cc6b4 (patch) | |
| tree | cd78e599235516e9519cd5023f69861ccb597b68 | |
| parent | 08f62237c46e9bbb37b920330b971b0d01028332 (diff) | |
| download | poky-b2121ff9c3ef0ddd2a12f14932c2e8f1557cc6b4.tar.gz | |
gnu-efi: ignore arch mismatch for x32
(From OE-Core rev: 97976de2a5465cb476379ebc9d9e1b3f0837853a)
(From OE-Core rev: f75e1a55158a76e1f9d010abd1b1f78a4053923e)
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>
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 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() { | |||
| 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: |
