kconfiglib: Update to the 12.14.0 release
authorTom Rini <trini@konsulko.com>
Fri, 20 Sep 2019 21:42:09 +0000 (17:42 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 8 Oct 2019 12:37:29 +0000 (08:37 -0400)
commit65e05ddc1ae25210a9865622e9e618e5ba8488c8
treea1b0a28d81db4bc4f54d9afe0ce1ac8c67421293
parent5e7c8a39e634235e2ee696a39bf1f404fc707fda
kconfiglib: Update to the 12.14.0 release

A large number of changes have happened upstream since our last sync
which was to 375506d.  The reason to do the upgrade at this point is for
improved Python 3 support.

As part of this upgrade we need to update moveconfig.py and
genboardscfg.py the current API.  This is:
- Change "kconfiglib.Config" calls to "kconfiglib.Kconfig"
- Change get_symbol() calls to syms.get().
- Change get_value() to str_value.

Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
tools/buildman/kconfiglib.py
tools/genboardscfg.py
tools/moveconfig.py