mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
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>
This commit is contained in:
parent
3af0e9556c
commit
dc314185be
3 changed files with 10 additions and 2 deletions
|
@ -480,7 +480,7 @@ class Builder:
|
|||
Args:
|
||||
commit: Commit object that is being built
|
||||
brd: Board object that is being built
|
||||
stage: Stage that we are at (mrproper, config, build)
|
||||
stage: Stage that we are at (mrproper, config, oldconfig, build)
|
||||
cwd: Directory where make should be run
|
||||
args: Arguments to pass to make
|
||||
kwargs: Arguments to pass to command.run_pipe()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue