This series updates buildman to process #include lines in defconfig files. With this, it is no-longer necessary to duplicate lines certain lines from the include-file in the defconfig, e.g. CONFIG_ARM and CONFIG_SOC_...
Simon Glass (9): buildman: Add a lower-level test for KconfigScanner buildman: Set up the tout library buildman: Support #include files in defconfigs buildman: Correct the indentation in the setting-up section buildman: Document the toolchain-prefix section buildman: Correct logic for adding a toolchain buildman: Support a tilde to represent the home directory buildman: Propose a format for extra boards RFC: Show building with #include in defconfig configs/j721e_sk_a72_defconfig | 5 -- tools/buildman/boards.py | 25 +++++++- tools/buildman/buildman.rst | 102 ++++++++++++++++++++++++++++----- tools/buildman/func_test.py | 85 +++++++++++++++++++++++++++ tools/buildman/main.py | 9 ++- tools/buildman/test.py | 50 ++++++++++++++++ tools/buildman/toolchain.py | 47 ++++++++------- 7 files changed, 281 insertions(+), 42 deletions(-) -- 2.34.1