1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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.

(From OE-Core rev: 240e0ae13d35469eecafc82d2cd9cfd110095c55)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2020-01-28 17:14:09 -05:00
committed by Richard Purdie
parent 790ac81044
commit 3bbaaa7c0b
@@ -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}"