[oe-commits] [openembedded-core] 09/12: musl: Fix dirent struct alignment issue seen on armv5te

git at git.openembedded.org git at git.openembedded.org
Mon Aug 6 20:31:37 UTC 2018


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

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

commit 57e589bc35da49ee6c367578837b8835d66044ae
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Aug 2 11:43:52 2018 -0700

    musl: Fix dirent struct alignment issue seen on armv5te
    
    - its a general problem however observed on armv5te based boards in OE
      other arches either have ways to compensate for misaligned access in hardware
      or compiler does not use 8byte alignment
    
    - fix internal linux headers
    
    Full logs
    https://git.musl-libc.org/cgit/musl/log/?qt=range&q=9cad27a3dc1a4eb349b6591e4dc8cc89dce32277..f2c6dbe2442027ed8fe0fa869918e41f495534d8
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/musl/musl_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index b56870c..e7d0e1a 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -3,7 +3,7 @@
 
 require musl.inc
 
-SRCREV = "9cad27a3dc1a4eb349b6591e4dc8cc89dce32277"
+SRCREV = "f2c6dbe2442027ed8fe0fa869918e41f495534d8"
 
 PV = "1.1.19+git${SRCPV}"
 

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


More information about the Openembedded-commits mailing list