Re: [bitbake-devel] [PATCH] default-registry: Update whinlatter -> wrynose
Alexander Kanavin <[email protected]>
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <CANNYZj8jK1aNNsDufo3y3_Dd95VrAFCdu32OfykMzRuPdxmouw@mail.gmail.com> |
On Wed, 22 Apr 2026 at 11:18, Richard Purdie via lists.openembedded.org <[email protected]> wrote: > > Add the new release, replacing whinlatter which it supersedes. > > ...onf.json => oe-nodistro-wrynose.conf.json} | 16 +++++++------- > ...atter.conf.json => poky-wrynose.conf.json} | 22 +++++++++---------- > 2 files changed, 19 insertions(+), 19 deletions(-) > rename default-registry/configurations/{oe-nodistro-whinlatter.conf.json => oe-nodistro-wrynose.conf.json} (82%) > rename default-registry/configurations/{poky-whinlatter.conf.json => poky-wrynose.conf.json} (84%) If someone has set up a build from whinlatter, this will break updates for them. I think it's better to make a copy, rather than rename. It's also good to diff the new wrynose configs against master configs, to ensure they're in sync with them, similar to how wrynose itself is branched off master. > "expires": "2026-05-31", This needs to be updated to 2030 :) This field is how bitbake-setup decides whether to include a given config in listings or interactive selections, so whinlatter will simply not be included in those after that date passes. Alex