Message ID | 20250620120648.2479025-1-richard.purdie@linuxfoundation.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | layer.conf: Update to whinlatter release series | expand |
> -----Original Message----- > From: poky@lists.yoctoproject.org <poky@lists.yoctoproject.org> On Behalf Of Richard Purdie via lists.yoctoproject.org > Sent: den 20 juni 2025 14:07 > To: poky@lists.yoctoproject.org > 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 <richard.purdie@linuxfoundation.org> > --- > 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
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"
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 <richard.purdie@linuxfoundation.org> --- meta-poky/conf/layer.conf | 2 +- meta-yocto-bsp/conf/layer.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)