Re: [yocto-patches] [AUH][PATCH v2 4/9] upgrade-helper.py: add changelog flag
Alexander Kanavin <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <CANNYZj9-GVM=o4b4XsF_-=g=GdyhV6qe+PZe7bKofG=HZRTgmw@mail.gmail.com> |
On Mon, 27 Apr 2026 at 15:56, Daniel Turull <[email protected]> wrote: > For now, keeping it in AUH lets us iterate on the extraction logic without requiring oe-core changes. If you prefer the devtool path, we can put the changelog path on hold I absolutely do, yes. Devtool handles individual recipe upgrades, and extracting changelogs is a part of that. It also has actual tests, which massively helps with having confidence in adding complex, easily breakable code. We shouldn't be adding features to AUH just to work around oe-core maintenance policies. It needs to remain short and simple. Alex