diff options
author | sweeaun <swee.aun.khor@intel.com> | 2017-07-05 16:56:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-08 13:34:45 +0100 |
commit | 58b64cbc7c6416b6fa284df0efd17b0590efbe93 (patch) | |
tree | e22195170d8dd16e862ddeabe83ff508ce5bb5b4 /meta/recipes-bsp | |
parent | 0d5488b0bff4f48276c0fbe01f8ec1c786d9d8dd (diff) | |
download | poky-58b64cbc7c6416b6fa284df0efd17b0590efbe93.tar.gz |
gnu-efi: Support musl-x32 build
To build 64-bit binaries for musl-x32.
(From OE-Core rev: a9301cbc90a61b54f99f321934f421d432ec8826)
Signed-off-by: sweeaun <swee.aun.khor@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/gnu-efi/gnu-efi_3.0.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.5.bb b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.5.bb index d6f9f536d0..7346737396 100644 --- a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.5.bb +++ b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.5.bb | |||
@@ -53,6 +53,7 @@ FILES_${PN} += "${libdir}/*.lds" | |||
53 | 53 | ||
54 | # 64-bit binaries are expected for EFI when targeting X32 | 54 | # 64-bit binaries are expected for EFI when targeting X32 |
55 | INSANE_SKIP_${PN}-dev_append_linux-gnux32 = " arch" | 55 | INSANE_SKIP_${PN}-dev_append_linux-gnux32 = " arch" |
56 | INSANE_SKIP_${PN}-dev_append_linux-muslx32 = " arch" | ||
56 | 57 | ||
57 | BBCLASSEXTEND = "native" | 58 | BBCLASSEXTEND = "native" |
58 | 59 | ||