Re: #yocto methodology to port from older yocto revisions to current #yocto
Alexander Kanavin
I feel that porting from an older Yocto release to a newer one is not the best approach. The delta can be very large, and it can be very painful and time consuming to handle it all at once. By the time you're done, the newer release may be already EOL or close to it. The right approach, in my opinion, is to track upstream master branches and stay as close to their tips as possible, solving any new issues as they happen in a manageable, predictable manner. Then you simply branch off releases when the corresponding branches are created upstream. Alex
On Mon, 19 Oct 2020 at 13:29, Quentin Schulz <quentin.schulz@...> wrote: Hi Steve,
|
|