diff mbox series

layers: update for wrynose release series

Message ID 20260318122948.3511335-2-jose.quaresma@oss.qualcomm.com
State New
Headers show
Series layers: update for wrynose release series | expand

Commit Message

Jose Quaresma March 18, 2026, 12:29 p.m. UTC
Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
---
 meta-arm-bsp/conf/layer.conf       | 2 +-
 meta-arm-toolchain/conf/layer.conf | 2 +-
 meta-arm/conf/layer.conf           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Jon Mason March 19, 2026, 2:11 p.m. UTC | #1
Thanks for the patch, but we pushed a quick patch to get our CI
working before we saw yours on the list.

Thanks,
Jon

On Wed, Mar 18, 2026 at 8:30 AM Jose Quaresma via
lists.yoctoproject.org
<quaresma.jose=gmail.com@lists.yoctoproject.org> wrote:
>
> Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
> ---
>  meta-arm-bsp/conf/layer.conf       | 2 +-
>  meta-arm-toolchain/conf/layer.conf | 2 +-
>  meta-arm/conf/layer.conf           | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta-arm-bsp/conf/layer.conf b/meta-arm-bsp/conf/layer.conf
> index ecb91b08..58ab6b87 100644
> --- a/meta-arm-bsp/conf/layer.conf
> +++ b/meta-arm-bsp/conf/layer.conf
> @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-arm-bsp"
>  BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
>  BBFILE_PRIORITY_meta-arm-bsp = "5"
>
> -LAYERSERIES_COMPAT_meta-arm-bsp = "whinlatter"
> +LAYERSERIES_COMPAT_meta-arm-bsp = "whinlatter wrynose"
>
>  LAYERDEPENDS_meta-arm-bsp = "core meta-arm"
>  # This won't be used by layerindex-fetch, but works everywhere else
> diff --git a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf
> index 8bffff41..b51fc107 100644
> --- a/meta-arm-toolchain/conf/layer.conf
> +++ b/meta-arm-toolchain/conf/layer.conf
> @@ -9,4 +9,4 @@ BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_arm-toolchain = "5"
>
>  LAYERDEPENDS_arm-toolchain = "core"
> -LAYERSERIES_COMPAT_arm-toolchain = "whinlatter"
> +LAYERSERIES_COMPAT_arm-toolchain = "whinlatter wrynose"
> diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
> index 9d18c7c4..bfcd569d 100644
> --- a/meta-arm/conf/layer.conf
> +++ b/meta-arm/conf/layer.conf
> @@ -13,7 +13,7 @@ LAYERDEPENDS_meta-arm = " \
>      core \
>      arm-toolchain \
>  "
> -LAYERSERIES_COMPAT_meta-arm = "whinlatter"
> +LAYERSERIES_COMPAT_meta-arm = "whinlatter wrynose"
>
>  # runfvp --console needs telnet, so pull this in for testimage.
>  HOSTTOOLS_NONFATAL += "telnet"
> --
> 2.53.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#6961): https://lists.yoctoproject.org/g/meta-arm/message/6961
> Mute This Topic: https://lists.yoctoproject.org/mt/118381496/3616920
> Group Owner: meta-arm+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-arm/unsub [jdmason@kudzu.us]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Jose Quaresma March 19, 2026, 3:41 p.m. UTC | #2
Jon Mason <jdmason@kudzu.us> escreveu (quinta, 19/03/2026 à(s) 14:11):

> Thanks for the patch, but we pushed a quick patch to get our CI
> working before we saw yours on the list.
>

No rush!

Thanks,
Jose


>
> Thanks,
> Jon
>
> On Wed, Mar 18, 2026 at 8:30 AM Jose Quaresma via
> lists.yoctoproject.org
> <quaresma.jose=gmail.com@lists.yoctoproject.org> wrote:
> >
> > Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
> > ---
> >  meta-arm-bsp/conf/layer.conf       | 2 +-
> >  meta-arm-toolchain/conf/layer.conf | 2 +-
> >  meta-arm/conf/layer.conf           | 2 +-
> >  3 files changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/meta-arm-bsp/conf/layer.conf b/meta-arm-bsp/conf/layer.conf
> > index ecb91b08..58ab6b87 100644
> > --- a/meta-arm-bsp/conf/layer.conf
> > +++ b/meta-arm-bsp/conf/layer.conf
> > @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-arm-bsp"
> >  BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
> >  BBFILE_PRIORITY_meta-arm-bsp = "5"
> >
> > -LAYERSERIES_COMPAT_meta-arm-bsp = "whinlatter"
> > +LAYERSERIES_COMPAT_meta-arm-bsp = "whinlatter wrynose"
> >
> >  LAYERDEPENDS_meta-arm-bsp = "core meta-arm"
> >  # This won't be used by layerindex-fetch, but works everywhere else
> > diff --git a/meta-arm-toolchain/conf/layer.conf
> b/meta-arm-toolchain/conf/layer.conf
> > index 8bffff41..b51fc107 100644
> > --- a/meta-arm-toolchain/conf/layer.conf
> > +++ b/meta-arm-toolchain/conf/layer.conf
> > @@ -9,4 +9,4 @@ BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
> >  BBFILE_PRIORITY_arm-toolchain = "5"
> >
> >  LAYERDEPENDS_arm-toolchain = "core"
> > -LAYERSERIES_COMPAT_arm-toolchain = "whinlatter"
> > +LAYERSERIES_COMPAT_arm-toolchain = "whinlatter wrynose"
> > diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
> > index 9d18c7c4..bfcd569d 100644
> > --- a/meta-arm/conf/layer.conf
> > +++ b/meta-arm/conf/layer.conf
> > @@ -13,7 +13,7 @@ LAYERDEPENDS_meta-arm = " \
> >      core \
> >      arm-toolchain \
> >  "
> > -LAYERSERIES_COMPAT_meta-arm = "whinlatter"
> > +LAYERSERIES_COMPAT_meta-arm = "whinlatter wrynose"
> >
> >  # runfvp --console needs telnet, so pull this in for testimage.
> >  HOSTTOOLS_NONFATAL += "telnet"
> > --
> > 2.53.0
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#6961):
> https://lists.yoctoproject.org/g/meta-arm/message/6961
> > Mute This Topic: https://lists.yoctoproject.org/mt/118381496/3616920
> > Group Owner: meta-arm+owner@lists.yoctoproject.org
> > Unsubscribe: https://lists.yoctoproject.org/g/meta-arm/unsub [
> jdmason@kudzu.us]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
diff mbox series

Patch

diff --git a/meta-arm-bsp/conf/layer.conf b/meta-arm-bsp/conf/layer.conf
index ecb91b08..58ab6b87 100644
--- a/meta-arm-bsp/conf/layer.conf
+++ b/meta-arm-bsp/conf/layer.conf
@@ -9,7 +9,7 @@  BBFILE_COLLECTIONS += "meta-arm-bsp"
 BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-arm-bsp = "5"
 
-LAYERSERIES_COMPAT_meta-arm-bsp = "whinlatter"
+LAYERSERIES_COMPAT_meta-arm-bsp = "whinlatter wrynose"
 
 LAYERDEPENDS_meta-arm-bsp = "core meta-arm"
 # This won't be used by layerindex-fetch, but works everywhere else
diff --git a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf
index 8bffff41..b51fc107 100644
--- a/meta-arm-toolchain/conf/layer.conf
+++ b/meta-arm-toolchain/conf/layer.conf
@@ -9,4 +9,4 @@  BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
 BBFILE_PRIORITY_arm-toolchain = "5"
 
 LAYERDEPENDS_arm-toolchain = "core"
-LAYERSERIES_COMPAT_arm-toolchain = "whinlatter"
+LAYERSERIES_COMPAT_arm-toolchain = "whinlatter wrynose"
diff --git a/meta-arm/conf/layer.conf b/meta-arm/conf/layer.conf
index 9d18c7c4..bfcd569d 100644
--- a/meta-arm/conf/layer.conf
+++ b/meta-arm/conf/layer.conf
@@ -13,7 +13,7 @@  LAYERDEPENDS_meta-arm = " \
     core \
     arm-toolchain \
 "
-LAYERSERIES_COMPAT_meta-arm = "whinlatter"
+LAYERSERIES_COMPAT_meta-arm = "whinlatter wrynose"
 
 # runfvp --console needs telnet, so pull this in for testimage.
 HOSTTOOLS_NONFATAL += "telnet"