[oe-commits] [openembedded-core] 04/06: gnu-efi: Support musl-x32 build

git at git.openembedded.org git at git.openembedded.org
Sat Dec 9 11:10:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch morty-next
in repository openembedded-core.

commit 0a6be26cb8de71b74fd0520cd24185ed99a5911f
Author: sweeaun <swee.aun.khor at intel.com>
AuthorDate: Wed Jul 5 16:56:34 2017 -0700

    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 at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Hand applied for morty version
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-bsp/gnu-efi/gnu-efi_3.0.4.bb | 1 +
 1 file changed, 1 insertion(+)

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 d52048a..c6a9714 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
@@ -53,6 +53,7 @@ FILES_${PN} += "${libdir}/*.lds"
 
 # 64-bit binaries are expected for EFI when targeting X32
 INSANE_SKIP_${PN}-dev_append_linux-gnux32 = " arch"
+INSANE_SKIP_${PN}-dev_append_linux-muslx32 = " arch"
 
 BBCLASSEXTEND = "native"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list