]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Use oldconfig when adjusting the config
authorSimon Glass <sjg@chromium.org>
Thu, 26 Oct 2023 18:31:10 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:48:19 +0000 (14:48 -0500)
commitdc314185be49bfceb63591bd38b14f28ccf9f9fb
tree011298e1bce438f28a0aa6e0607ab95134974299
parent3af0e9556c968fc2c40e3778d8f1e668a90af92e
buildman: Use oldconfig when adjusting the config

We cannot be sure that the new config is consistent, particularly when
changing a major item like CONFIG_CMDLINE. Use 'make oldconfig' to
check that and avoid any such problems.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builder.py
tools/buildman/builderthread.py
tools/buildman/func_test.py