RE: [poky] [PATCH] layer.conf: Update to whinlatter release series
Peter Kjellerstedt <[email protected]> Sat, 21 Jun 2025 14:02:27 +0000
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <DB5PR02MB10213B7730F0C663AE81DCC12EF7FA@DB5PR02MB10213.eurprd02.prod.outlook.com> |
> -----Original Message----- > From: [email protected] <[email protected]> On Behalf Of Richard Purdie via lists.yoctoproject.org > Sent: den 20 juni 2025 14:07 > To: [email protected] > Subject: [poky] [PATCH] layer.conf: Update to whinlatter release series > > Since there are currently multiple breaking changes, update to a new > release series for the next release so layers can show compatibility > correctly. > > Signed-off-by: Richard Purdie <[email protected]> > --- > meta-poky/conf/layer.conf | 2 +- > meta-yocto-bsp/conf/layer.conf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-poky/conf/layer.conf b/meta-poky/conf/layer.conf > index 483046b6d36..90576700889 100644 > --- a/meta-poky/conf/layer.conf > +++ b/meta-poky/conf/layer.conf > @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "yocto" > BBFILE_PATTERN_yocto = "^${LAYERDIR}/" > BBFILE_PRIORITY_yocto = "5" > > -LAYERSERIES_COMPAT_yocto = "walnascar" > +LAYERSERIES_COMPAT_yocto = "whinlatter" > > # This should only be incremented on significant changes that will > # cause compatibility issues with other layers > diff --git a/meta-yocto-bsp/conf/layer.conf b/meta-yocto-bsp/conf/layer.conf > index f229cdec5ee..cb36037aa23 100644 > --- a/meta-yocto-bsp/conf/layer.conf > +++ b/meta-yocto-bsp/conf/layer.conf > @@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "yoctobsp" > BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/" > BBFILE_PRIORITY_yoctobsp = "5" > LAYERVERSION_yoctobsp = "4" > -LAYERSERIES_COMPAT_yoctobsp = "walnascar" > +LAYERSERIES_COMPAT_yoctobsp = "whinlatter" Would it be too much to ask to also do the update of DISTRO_CODENAME as well? I.e., corresponding to commit 99f48efdf733e6722045c944ffef8117ca80116f in meta-yocto. //Peter