[oe-commits] [openembedded-core] 17/23: kern-tools: update Kconfiglib to latest (for 5.4+ kernel)

git at git.openembedded.org git at git.openembedded.org
Wed Jan 29 17:42:15 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 eb54bd7f9a725ee4bf86de1c926a594e4642b44e
Author: Bruce Ashfield <bruce.ashfield at gmail.com>
AuthorDate: Tue Jan 28 17:14:09 2020 -0500

    kern-tools: update Kconfiglib to latest (for 5.4+ kernel)
    
    When a symbol doesn't make it into the final analysis is run
    using Kconfiglib to show dependencies. v5.4 has introduced Kconfig
    elements that Kconfiglib can't parse (hence we get no analysis).
    
    Updating the Kconfiglib snapshot solves our problem.
    
    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 8ca7193..a4c0b6f 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 = "bb6df0ef2365689cd3df6f76a8838cddae0d9343"
+SRCREV = "7465c8497893ef8f6503c918aeede969f7e9753b"
 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