]> code.ossystems Code Review - openembedded-core.git/commitdiff
kern-tools: update Kconfiglib to latest (for 5.4+ kernel)
authorBruce Ashfield <bruce.ashfield@gmail.com>
Tue, 28 Jan 2020 22:14:09 +0000 (17:14 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Feb 2020 00:09:59 +0000 (00:09 +0000)
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@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/kern-tools/kern-tools-native_git.bb

index 8ca7193c8c8433618a445a18a1897db4851a1953..a4c0b6fb8ad0a9370a8693eb630aa6c49db036d6 100644 (file)
@@ -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}"