]> git.baikalelectronics.ru Git - uboot.git/commit
moveconfig: Support building a simple config database
authorSimon Glass <sjg@chromium.org>
Fri, 2 Jun 2017 01:39:02 +0000 (19:39 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:19 +0000 (10:08 -0600)
commit70bc657f19c6721f9ab4b703ba09c9cab22a4199
treed2db2d1f867246bfc2b6e1d1fc2d1fd4f7674b33
parent3581283ecde2e367b79f6ee2bd8300389d614296
moveconfig: Support building a simple config database

Add a -b option which scans all the defconfigs and builds a database of
all the CONFIG options used by each. This is useful for querying later.

At present this only works with the separate -b option, which does not
move any configs. It would be possible to adjust the script to build the
database automatically when moving configs, but this might not be useful
as the database does not change that often.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/moveconfig.py