[oe-commits] [openembedded-core] 02/10: kern-tools: integrate merge_config fix for gold linker

git at git.openembedded.org git at git.openembedded.org
Fri Feb 7 00:07:30 UTC 2020


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 aabce12e87d65b86818e8f8d6f13844c465f6205
Author: Bruce Ashfield <bruce.ashfield at gmail.com>
AuthorDate: Thu Feb 6 12:35:45 2020 -0500

    kern-tools: integrate merge_config fix for gold linker
    
    Bumping the SRCREV to pickup the following fix:
    
       Author: Martin Jansa <Martin.Jansa at gmail.com>
       Date:   Wed Feb 5 03:26:57 2020 +0100
    
           merge_config.sh: pass LD variable from shell environment to make
    
           * since 5.4 kernel Kconfig will fail immediately when it detects
             that LD points to gold linker:
    
             scripts/Kconfig.include:39:  gold linker 'i686-oe-linux-ld' not supported
    
           * in OE we already pass bfd linker in KERNEL_LD variable to merge_config.sh
             but we need to pass it also into the make call here
    
           Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Bruce Ashfield <bruce.ashfield at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
index 57ec1ab..3f9cfe7 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=9c30e971d435
 
 DEPENDS = "git-native"
 
-SRCREV = "5358eb293399867db05fd73d04ce908d69a03bed"
+SRCREV = "388b67974deb2176c06994a325676cbf23e5fce8"
 PR = "r12"
 PV = "0.2+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