]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit5215d3e951aa8886646a0456f9b6fffb9cd71e5e
treea1b0a28d81db4bc4f54d9afe0ce1ac8c67421293
parentcd8ba4819d45cea2898b608ff8e4323094b1b267
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