Re: [v5 02/30] buildman: Use oldconfig when adjusting the config

2023-11-07 Thread Tom Rini
On Thu, Oct 26, 2023 at 02:31:10PM -0400, Tom Rini wrote: > From: Simon Glass > > 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

[v5 02/30] buildman: Use oldconfig when adjusting the config

2023-10-26 Thread Tom Rini
From: Simon Glass 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 --- tools/buildman/builder.py | 2 +- tools/buildman/builderthrea