diff mbox series

[meta-ti,master] layer.conf: Update the layers to support wrynose

Message ID 20260317223608.1973962-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master] layer.conf: Update the layers to support wrynose | expand

Commit Message

Ryan Eatmon March 17, 2026, 10:36 p.m. UTC
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-beagle/conf/layer.conf    | 2 +-
 meta-ti-bsp/conf/layer.conf    | 2 +-
 meta-ti-extras/conf/layer.conf | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

PRC Automation March 17, 2026, 10:40 p.m. UTC | #1
meta-ti / na / 20260317223608.1973962-1-reatmon

PRC Results: FAIL

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH] layer.conf: Update the layers to support wrynose
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Tue, 17 Mar 2026 17:36:08 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 4dd012ad40961d0b94f9fc5a7a2e2e80ac191885

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: layer.conf: Update the layers to support wrynose
- Commit SHA: 0dde7f7b5ac2b93fabf28f6de445fa5d2067ee93

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS



=========================================================
  yocto-check-layers: FAIL
=========================================================
master - FAIL
=====================
ERROR: Layer meta-arm is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)
Denys Dmytriyenko March 17, 2026, 10:40 p.m. UTC | #2
Ack

On Tue, Mar 17, 2026 at 05:36:08PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
>  meta-beagle/conf/layer.conf    | 2 +-
>  meta-ti-bsp/conf/layer.conf    | 2 +-
>  meta-ti-extras/conf/layer.conf | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-beagle/conf/layer.conf b/meta-beagle/conf/layer.conf
> index 87a12268..5ef549d9 100644
> --- a/meta-beagle/conf/layer.conf
> +++ b/meta-beagle/conf/layer.conf
> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-beagle"
>  BBFILE_PATTERN_meta-beagle := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_meta-beagle = "6"
>  
> -LAYERSERIES_COMPAT_meta-beagle = "whinlatter"
> +LAYERSERIES_COMPAT_meta-beagle = "whinlatter wrynose"
>  
>  LAYERDEPENDS_meta-beagle = " \
>      meta-ti-bsp \
> diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
> index f78da573..86744b2f 100644
> --- a/meta-ti-bsp/conf/layer.conf
> +++ b/meta-ti-bsp/conf/layer.conf
> @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-bsp"
>  BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_meta-ti-bsp = "6"
>  
> -LAYERSERIES_COMPAT_meta-ti-bsp = "whinlatter"
> +LAYERSERIES_COMPAT_meta-ti-bsp = "whinlatter wrynose"
>  
>  LICENSE_PATH += "${LAYERDIR}/licenses"
>  
> diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
> index af82e95b..23d54095 100644
> --- a/meta-ti-extras/conf/layer.conf
> +++ b/meta-ti-extras/conf/layer.conf
> @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti-extras"
>  BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_meta-ti-extras = "6"
>  
> -LAYERSERIES_COMPAT_meta-ti-extras = "whinlatter"
> +LAYERSERIES_COMPAT_meta-ti-extras = "whinlatter wrynose"
>  
>  LICENSE_PATH += "${LAYERDIR}/licenses"
>  
> -- 
> 2.43.0
Denys Dmytriyenko March 17, 2026, 10:42 p.m. UTC | #3
On Tue, Mar 17, 2026 at 05:40:47PM -0500, PRC Automation via lists.yoctoproject.org wrote:
> meta-ti / na / 20260317223608.1973962-1-reatmon
> 
> PRC Results: FAIL
> 
> =========================================================
>   check-yocto-patches: PASS
> =========================================================
> Patches
> ----------------------------------------
> All patches passed
> 
> 
> 
> =========================================================
>   apply-yocto-patch: PASS
> =========================================================
> master
> =====================
> Summary:
> - Patch Series: [meta-ti][master][PATCH] layer.conf: Update the layers to support wrynose
> - Submitter: From: Ryan Eatmon <reatmon@ti.com>
> - Date: Date: Tue, 17 Mar 2026 17:36:08 -0500
> - Num Patches: 1
> - Mailing List (public inbox) Commit SHA: 4dd012ad40961d0b94f9fc5a7a2e2e80ac191885
> 
> Applied to:
> - Repository: lcpd-prc-meta-ti
> - Base Branch: master-wip
> - Commit Author: Ryan Eatmon <reatmon@ti.com>
> - Commit Subject: layer.conf: Update the layers to support wrynose
> - Commit SHA: 0dde7f7b5ac2b93fabf28f6de445fa5d2067ee93
> 
> Patches
> ----------------------------------------
> All patches applied
> 
> 
> 
> =========================================================
>   check-yocto-repo: PASS
> =========================================================
> master
> =====================
> PASS
> 
> 
> 
> =========================================================
>   yocto-check-layers: FAIL
> =========================================================
> master - FAIL
> =====================
> ERROR: Layer meta-arm is not compatible with the core layer which only 
> supports these series: wrynose (layer is compatible with whinlatter)

And we are going to suffer from other layers catching up for a while...
Ryan Eatmon March 17, 2026, 10:48 p.m. UTC | #4
On 3/17/2026 5:42 PM, Denys Dmytriyenko wrote:
> On Tue, Mar 17, 2026 at 05:40:47PM -0500, PRC Automation via lists.yoctoproject.org wrote:
>> meta-ti / na / 20260317223608.1973962-1-reatmon
>>
>> PRC Results: FAIL
>>
>> =========================================================
>>    check-yocto-patches: PASS
>> =========================================================
>> Patches
>> ----------------------------------------
>> All patches passed
>>
>>
>>
>> =========================================================
>>    apply-yocto-patch: PASS
>> =========================================================
>> master
>> =====================
>> Summary:
>> - Patch Series: [meta-ti][master][PATCH] layer.conf: Update the layers to support wrynose
>> - Submitter: From: Ryan Eatmon <reatmon@ti.com>
>> - Date: Date: Tue, 17 Mar 2026 17:36:08 -0500
>> - Num Patches: 1
>> - Mailing List (public inbox) Commit SHA: 4dd012ad40961d0b94f9fc5a7a2e2e80ac191885
>>
>> Applied to:
>> - Repository: lcpd-prc-meta-ti
>> - Base Branch: master-wip
>> - Commit Author: Ryan Eatmon <reatmon@ti.com>
>> - Commit Subject: layer.conf: Update the layers to support wrynose
>> - Commit SHA: 0dde7f7b5ac2b93fabf28f6de445fa5d2067ee93
>>
>> Patches
>> ----------------------------------------
>> All patches applied
>>
>>
>>
>> =========================================================
>>    check-yocto-repo: PASS
>> =========================================================
>> master
>> =====================
>> PASS
>>
>>
>>
>> =========================================================
>>    yocto-check-layers: FAIL
>> =========================================================
>> master - FAIL
>> =====================
>> ERROR: Layer meta-arm is not compatible with the core layer which only
>> supports these series: wrynose (layer is compatible with whinlatter)
> 
> And we are going to suffer from other layers catching up for a while...

I'm locking down oe-layersetup temporarily...
Denys Dmytriyenko March 17, 2026, 10:53 p.m. UTC | #5
On Tue, Mar 17, 2026 at 05:48:58PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> 
> 
> On 3/17/2026 5:42 PM, Denys Dmytriyenko wrote:
> >On Tue, Mar 17, 2026 at 05:40:47PM -0500, PRC Automation via lists.yoctoproject.org wrote:
> >>meta-ti / na / 20260317223608.1973962-1-reatmon
> >>
> >>PRC Results: FAIL
> >>
> >>=========================================================
> >>   check-yocto-patches: PASS
> >>=========================================================
> >>Patches
> >>----------------------------------------
> >>All patches passed
> >>
> >>
> >>
> >>=========================================================
> >>   apply-yocto-patch: PASS
> >>=========================================================
> >>master
> >>=====================
> >>Summary:
> >>- Patch Series: [meta-ti][master][PATCH] layer.conf: Update the layers to support wrynose
> >>- Submitter: From: Ryan Eatmon <reatmon@ti.com>
> >>- Date: Date: Tue, 17 Mar 2026 17:36:08 -0500
> >>- Num Patches: 1
> >>- Mailing List (public inbox) Commit SHA: 4dd012ad40961d0b94f9fc5a7a2e2e80ac191885
> >>
> >>Applied to:
> >>- Repository: lcpd-prc-meta-ti
> >>- Base Branch: master-wip
> >>- Commit Author: Ryan Eatmon <reatmon@ti.com>
> >>- Commit Subject: layer.conf: Update the layers to support wrynose
> >>- Commit SHA: 0dde7f7b5ac2b93fabf28f6de445fa5d2067ee93
> >>
> >>Patches
> >>----------------------------------------
> >>All patches applied
> >>
> >>
> >>
> >>=========================================================
> >>   check-yocto-repo: PASS
> >>=========================================================
> >>master
> >>=====================
> >>PASS
> >>
> >>
> >>
> >>=========================================================
> >>   yocto-check-layers: FAIL
> >>=========================================================
> >>master - FAIL
> >>=====================
> >>ERROR: Layer meta-arm is not compatible with the core layer which only
> >>supports these series: wrynose (layer is compatible with whinlatter)
> >
> >And we are going to suffer from other layers catching up for a while...
> 
> I'm locking down oe-layersetup temporarily...

+1

This will help with CI/CD. I'll try to communicate this to others when I can.
diff mbox series

Patch

diff --git a/meta-beagle/conf/layer.conf b/meta-beagle/conf/layer.conf
index 87a12268..5ef549d9 100644
--- a/meta-beagle/conf/layer.conf
+++ b/meta-beagle/conf/layer.conf
@@ -8,7 +8,7 @@  BBFILE_COLLECTIONS += "meta-beagle"
 BBFILE_PATTERN_meta-beagle := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-beagle = "6"
 
-LAYERSERIES_COMPAT_meta-beagle = "whinlatter"
+LAYERSERIES_COMPAT_meta-beagle = "whinlatter wrynose"
 
 LAYERDEPENDS_meta-beagle = " \
     meta-ti-bsp \
diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
index f78da573..86744b2f 100644
--- a/meta-ti-bsp/conf/layer.conf
+++ b/meta-ti-bsp/conf/layer.conf
@@ -9,7 +9,7 @@  BBFILE_COLLECTIONS += "meta-ti-bsp"
 BBFILE_PATTERN_meta-ti-bsp := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-ti-bsp = "6"
 
-LAYERSERIES_COMPAT_meta-ti-bsp = "whinlatter"
+LAYERSERIES_COMPAT_meta-ti-bsp = "whinlatter wrynose"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
index af82e95b..23d54095 100644
--- a/meta-ti-extras/conf/layer.conf
+++ b/meta-ti-extras/conf/layer.conf
@@ -9,7 +9,7 @@  BBFILE_COLLECTIONS += "meta-ti-extras"
 BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-ti-extras = "6"
 
-LAYERSERIES_COMPAT_meta-ti-extras = "whinlatter"
+LAYERSERIES_COMPAT_meta-ti-extras = "whinlatter wrynose"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"