RE: [yocto-patches] [AUH][PATCH v2 4/9] upgrade-helper.py: add changelog flag
Daniel Turull <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <PA3PR07MB10721FAD7013426B6607441268A372@PA3PR07MB10721.eurprd07.prod.outlook.com> |
Ok, I'll work to have something for oe-core and drop the changelog patch from the series Daniel > -----Original Message----- > From: Alexander Kanavin <[email protected]> > Sent: Tuesday, 28 April 2026 12:43 > To: Daniel Turull <[email protected]> > Cc: [email protected]; [email protected]; > [email protected]; [email protected] > Subject: Re: [yocto-patches] [AUH][PATCH v2 4/9] upgrade-helper.py: add > changelog flag > > 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