On Wed, Oct 1, 2025 at 11:53 AM Stefano Babic
<
stefan...@swupdate.org> wrote:
>
> Hi Vincent,
>
> On 10/1/25 17:21, Vincent Fazio wrote:
> > I'm attempting to migrate from 2023.05 to 2025.05.
> >
> > We have an automated build process that copies in a full .config file
> > into a directory containing an untar'd git archive of the swupdate
> > sources. We use a full config to avoid scenarios where using a defconfig
> > silently picks up changes in defaults across versions so we're at least
>
> The common way is to generate .config from defconfig, then .config
> always matches the selected version. defconfig is generated via "make
> savedefconfig".
>
Thanks for taking the time to respond.
I think we had some issues in the early days with default values
changing or new dependencies being added, which is why I moved to
using a full config to try to lock things down vs an in-tree defconfig
where defaults were subject to change. Of course, I don't have any of
that history around.. this was probably 5 years ago or so. So I guess
while my workflow unintentionally worked, it worked for a number of
years.
Ultimately, however, I think the level of work is likely going to be
the same either way. I still need to evaluate the new symbols, the new
dependencies, and generate a new config or defconfig. I'll just have
to update my documentation to emphasize that I should not try to
blindly use an old config.
Thanks,
-Vincent