diff options
author | sweeaun <swee.aun.khor@intel.com> | 2017-07-05 16:56:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-08 13:34:45 +0100 |
commit | 4e0b857484105fbccb22fb1321c58636bdc4a402 (patch) | |
tree | 68fd75cd7e41afb7a5b0574097915379236a7c8e | |
parent | 58b64cbc7c6416b6fa284df0efd17b0590efbe93 (diff) | |
download | poky-4e0b857484105fbccb22fb1321c58636bdc4a402.tar.gz |
grub-efi: Support musl-x32
To build 64-bit binaries for musl-x32.
(From OE-Core rev: 28cd7c5a5cd0567439146eaa30c45301e76b71b6)
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>
-rw-r--r-- | meta/recipes-bsp/grub/grub-efi_2.02.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi_2.02.bb b/meta/recipes-bsp/grub/grub-efi_2.02.bb index 9d494d5d12..b949bebced 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.02.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.02.bb | |||
@@ -65,5 +65,7 @@ FILES_${PN} += "${libdir}/grub/${GRUB_TARGET}-efi \ | |||
65 | # 64-bit binaries are expected for the bootloader with an x32 userland | 65 | # 64-bit binaries are expected for the bootloader with an x32 userland |
66 | INSANE_SKIP_${PN}_append_linux-gnux32 = " arch" | 66 | INSANE_SKIP_${PN}_append_linux-gnux32 = " arch" |
67 | INSANE_SKIP_${PN}-dbg_append_linux-gnux32 = " arch" | 67 | INSANE_SKIP_${PN}-dbg_append_linux-gnux32 = " arch" |
68 | INSANE_SKIP_${PN}_append_linux-muslx32 = " arch" | ||
69 | INSANE_SKIP_${PN}-dbg_append_linux-muslx32 = " arch" | ||
68 | 70 | ||
69 | BBCLASSEXTEND = "native" | 71 | BBCLASSEXTEND = "native" |