| Message ID | 20260422091826.135946-1-richard.purdie@linuxfoundation.org |
|---|---|
| State | New |
| Headers | show |
| Series | default-registry: Update whinlatter -> wrynose | expand |
On Wed, 22 Apr 2026 at 11:18, Richard Purdie via lists.openembedded.org <richard.purdie=linuxfoundation.org@lists.openembedded.org> 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
On Wed, 2026-04-22 at 11:39 +0200, Alexander Kanavin wrote: > On Wed, 22 Apr 2026 at 11:18, Richard Purdie via > lists.openembedded.org > <richard.purdie=linuxfoundation.org@lists.openembedded.org> 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. Fair enough, I sent a v2. This is a learning experience :) > > "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. I'd got one and missed the other, thanks! Cheers, Richard
diff --git a/default-registry/configurations/oe-nodistro-whinlatter.conf.json b/default-registry/configurations/oe-nodistro-wrynose.conf.json similarity index 82% rename from default-registry/configurations/oe-nodistro-whinlatter.conf.json rename to default-registry/configurations/oe-nodistro-wrynose.conf.json index 7b183ae1c43..45fe24a85fa 100644 --- a/default-registry/configurations/oe-nodistro-whinlatter.conf.json +++ b/default-registry/configurations/oe-nodistro-wrynose.conf.json @@ -1,5 +1,5 @@ { - "description": "OpenEmbedded - 'nodistro' basic configuration, release 5.3 'whinlatter'", + "description": "OpenEmbedded - 'nodistro' basic configuration, release 6.0 'wrynose'", "expires": "2026-05-31", "sources": { "bitbake": { @@ -9,8 +9,8 @@ "uri": "https://git.openembedded.org/bitbake" } }, - "branch": "2.16", - "rev": "2.16" + "branch": "2.18", + "rev": "2.18" } }, "openembedded-core": { @@ -20,8 +20,8 @@ "uri": "https://git.openembedded.org/openembedded-core" } }, - "branch": "whinlatter", - "rev": "whinlatter" + "branch": "wrynose", + "rev": "wrynose" } }, "yocto-docs": { @@ -31,8 +31,8 @@ "uri": "https://git.yoctoproject.org/yocto-docs" } }, - "branch": "whinlatter", - "rev": "whinlatter" + "branch": "wrynose", + "rev": "wrynose" } } }, @@ -41,7 +41,7 @@ { "name": "nodistro", "description": "OpenEmbedded 'nodistro'", - "setup-dir-name": "oe-nodistro-whinlatter", + "setup-dir-name": "oe-nodistro-wrynose", "bb-layers": ["openembedded-core/meta"], "oe-fragments-one-of": { "machine": { diff --git a/default-registry/configurations/poky-whinlatter.conf.json b/default-registry/configurations/poky-wrynose.conf.json similarity index 84% rename from default-registry/configurations/poky-whinlatter.conf.json rename to default-registry/configurations/poky-wrynose.conf.json index 4827ebe1148..c3a72a99fd7 100644 --- a/default-registry/configurations/poky-whinlatter.conf.json +++ b/default-registry/configurations/poky-wrynose.conf.json @@ -1,6 +1,6 @@ { - "description": "Poky - The Yocto Project testing distribution configurations and hardware test platforms, release 5.3 'whinlatter'", - "expires": "2026-05-31", + "description": "Poky - The Yocto Project testing distribution configurations and hardware test platforms, release 6.0 'wrynose'", + "expires": "2030-05-31", "sources": { "bitbake": { "git-remote": { @@ -9,8 +9,8 @@ "uri": "https://git.openembedded.org/bitbake" } }, - "branch": "2.16", - "rev": "2.16" + "branch": "2.18", + "rev": "2.18" } }, "openembedded-core": { @@ -20,8 +20,8 @@ "uri": "https://git.openembedded.org/openembedded-core" } }, - "branch": "whinlatter", - "rev": "whinlatter" + "branch": "wrynose", + "rev": "wrynose" } }, "meta-yocto": { @@ -31,8 +31,8 @@ "uri": "https://git.yoctoproject.org/meta-yocto" } }, - "branch": "whinlatter", - "rev": "whinlatter" + "branch": "wrynose", + "rev": "wrynose" } }, "yocto-docs": { @@ -42,8 +42,8 @@ "uri": "https://git.yoctoproject.org/yocto-docs" } }, - "branch": "whinlatter", - "rev": "whinlatter" + "branch": "wrynose", + "rev": "wrynose" } } }, @@ -51,7 +51,7 @@ "configurations": [ { "bb-layers": ["openembedded-core/meta","meta-yocto/meta-yocto-bsp","meta-yocto/meta-poky"], - "setup-dir-name": "$distro-whinlatter", + "setup-dir-name": "$distro-wrynose", "oe-fragments-one-of": { "machine": { "description": "Target machines",
Add the new release, replacing whinlatter which it supersedes. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- ...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%)