diff mbox series

[master] meta-ti: layer.conf: add compatibility with the new whinlatter release

Message ID 20250622170731.11233-1-hiagofranco@gmail.com
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series [master] meta-ti: layer.conf: add compatibility with the new whinlatter release | expand

Commit Message

Hiago De Franco June 22, 2025, 5:07 p.m. UTC
From: Hiago De Franco <hiago.franco@toradex.com>

Update all layers with the new Yocto release, fixing the current build
error:

ERROR: Layer meta-ti-bsp is not compatible with the core layer which
only supports these series: whinlatter (layer is compatible with styhead
walnascar)

Signed-off-by: Hiago De Franco <hiago.franco@toradex.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

Ryan Eatmon June 22, 2025, 9:01 p.m. UTC | #1
Thank you for the patch.  There is a third layer in meta-ti that is 
missing from this patch.  I'll send a more comprehensive version.


On 6/22/2025 12:07 PM, Hiago De Franco via lists.yoctoproject.org wrote:
> From: Hiago De Franco <hiago.franco@toradex.com>
> 
> Update all layers with the new Yocto release, fixing the current build
> error:
> 
> ERROR: Layer meta-ti-bsp is not compatible with the core layer which
> only supports these series: whinlatter (layer is compatible with styhead
> walnascar)
> 
> Signed-off-by: Hiago De Franco <hiago.franco@toradex.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 b5d3eaaa770c..d036bb08b36a 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 = "styhead walnascar"
> +LAYERSERIES_COMPAT_meta-beagle = "walnascar whinlatter"
>   
>   LAYERDEPENDS_meta-beagle = " \
>       meta-ti-bsp \
> diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
> index 6d2b0a9a14b0..481daf2cc997 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 = "styhead walnascar"
> +LAYERSERIES_COMPAT_meta-ti-bsp = "walnascar whinlatter"
>   
>   LICENSE_PATH += "${LAYERDIR}/licenses"
>   
> diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
> index bd13967322fc..d340c414fc60 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 = "styhead walnascar"
> +LAYERSERIES_COMPAT_meta-ti-extras = "walnascar whinlatter"
>   
>   LICENSE_PATH += "${LAYERDIR}/licenses"
>   
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#18664): https://lists.yoctoproject.org/g/meta-ti/message/18664
> Mute This Topic: https://lists.yoctoproject.org/mt/113774522/6551054
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [reatmon@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Ryan Eatmon June 22, 2025, 9:03 p.m. UTC | #2
My bad.  I didn't see that you updated all three layers!  I need to read 
closer.  I'll take a look at this patch right away and get it on master 
to free up those builds.


On 6/22/2025 4:01 PM, Ryan Eatmon via lists.yoctoproject.org wrote:
> 
> Thank you for the patch.  There is a third layer in meta-ti that is 
> missing from this patch.  I'll send a more comprehensive version.
> 
> 
> On 6/22/2025 12:07 PM, Hiago De Franco via lists.yoctoproject.org wrote:
>> From: Hiago De Franco <hiago.franco@toradex.com>
>>
>> Update all layers with the new Yocto release, fixing the current build
>> error:
>>
>> ERROR: Layer meta-ti-bsp is not compatible with the core layer which
>> only supports these series: whinlatter (layer is compatible with styhead
>> walnascar)
>>
>> Signed-off-by: Hiago De Franco <hiago.franco@toradex.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 b5d3eaaa770c..d036bb08b36a 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 = "styhead walnascar"
>> +LAYERSERIES_COMPAT_meta-beagle = "walnascar whinlatter"
>>   LAYERDEPENDS_meta-beagle = " \
>>       meta-ti-bsp \
>> diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
>> index 6d2b0a9a14b0..481daf2cc997 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 = "styhead walnascar"
>> +LAYERSERIES_COMPAT_meta-ti-bsp = "walnascar whinlatter"
>>   LICENSE_PATH += "${LAYERDIR}/licenses"
>> diff --git a/meta-ti-extras/conf/layer.conf 
>> b/meta-ti-extras/conf/layer.conf
>> index bd13967322fc..d340c414fc60 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 = "styhead walnascar"
>> +LAYERSERIES_COMPAT_meta-ti-extras = "walnascar whinlatter"
>>   LICENSE_PATH += "${LAYERDIR}/licenses"
>>
>>
>>
>>
>>
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#18665): https://lists.yoctoproject.org/g/meta-ti/message/18665
> Mute This Topic: https://lists.yoctoproject.org/mt/113774522/6551054
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [reatmon@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Hiago De Franco June 22, 2025, 10:37 p.m. UTC | #3
On Sun, Jun 22, 2025 at 04:03:01PM -0500, Ryan Eatmon wrote:
> 
> My bad.  I didn't see that you updated all three layers!  I need to read
> closer.  I'll take a look at this patch right away and get it on master to
> free up those builds.

Thanks Ryan!

Best Regards,
Hiago

> 
> 
> On 6/22/2025 4:01 PM, Ryan Eatmon via lists.yoctoproject.org wrote:
> > 
> > Thank you for the patch.� There is a third layer in meta-ti that is
> > missing from this patch.� I'll send a more comprehensive version.
> > 
> > 
> > On 6/22/2025 12:07 PM, Hiago De Franco via lists.yoctoproject.org wrote:
> > > From: Hiago De Franco <hiago.franco@toradex.com>
> > > 
> > > Update all layers with the new Yocto release, fixing the current build
> > > error:
> > > 
> > > ERROR: Layer meta-ti-bsp is not compatible with the core layer which
> > > only supports these series: whinlatter (layer is compatible with styhead
> > > walnascar)
> > > 
> > > Signed-off-by: Hiago De Franco <hiago.franco@toradex.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 b5d3eaaa770c..d036bb08b36a 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 = "styhead walnascar"
> > > +LAYERSERIES_COMPAT_meta-beagle = "walnascar whinlatter"
> > > � LAYERDEPENDS_meta-beagle = " \
> > > ����� meta-ti-bsp \
> > > diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
> > > index 6d2b0a9a14b0..481daf2cc997 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 = "styhead walnascar"
> > > +LAYERSERIES_COMPAT_meta-ti-bsp = "walnascar whinlatter"
> > > � LICENSE_PATH += "${LAYERDIR}/licenses"
> > > diff --git a/meta-ti-extras/conf/layer.conf
> > > b/meta-ti-extras/conf/layer.conf
> > > index bd13967322fc..d340c414fc60 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 = "styhead walnascar"
> > > +LAYERSERIES_COMPAT_meta-ti-extras = "walnascar whinlatter"
> > > � LICENSE_PATH += "${LAYERDIR}/licenses"
> > > 
> > > 
> > > 
> > > 
> > > 
> > 
> > 
> > 
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#18665): https://lists.yoctoproject.org/g/meta-ti/message/18665
> > Mute This Topic: https://lists.yoctoproject.org/mt/113774522/6551054
> > Group Owner: meta-ti+owner@lists.yoctoproject.org
> > Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [reatmon@ti.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> > 
> 
> -- 
> Ryan Eatmon                reatmon@ti.com
> -----------------------------------------
> Texas Instruments, Inc.  -  LCPD  -  MGTS
Ryan Eatmon June 22, 2025, 10:39 p.m. UTC | #4
On 6/22/2025 5:37 PM, Hiago De Franco wrote:
> On Sun, Jun 22, 2025 at 04:03:01PM -0500, Ryan Eatmon wrote:
>>
>> My bad.  I didn't see that you updated all three layers!  I need to read
>> closer.  I'll take a look at this patch right away and get it on master to
>> free up those builds.
> 
> Thanks Ryan!
> 
> Best Regards,
> Hiago


Unfortunately, it looks like the builds are now gated behind the S 
variable change as well...  I don't think this is something that will 
get resolved today.  I'll keep working on this tomorrow.


>>
>>
>> On 6/22/2025 4:01 PM, Ryan Eatmon via lists.yoctoproject.org wrote:
>>>
>>> Thank you for the patch.  There is a third layer in meta-ti that is
>>> missing from this patch.  I'll send a more comprehensive version.
>>>
>>>
>>> On 6/22/2025 12:07 PM, Hiago De Franco via lists.yoctoproject.org wrote:
>>>> From: Hiago De Franco <hiago.franco@toradex.com>
>>>>
>>>> Update all layers with the new Yocto release, fixing the current build
>>>> error:
>>>>
>>>> ERROR: Layer meta-ti-bsp is not compatible with the core layer which
>>>> only supports these series: whinlatter (layer is compatible with styhead
>>>> walnascar)
>>>>
>>>> Signed-off-by: Hiago De Franco <hiago.franco@toradex.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 b5d3eaaa770c..d036bb08b36a 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 = "styhead walnascar"
>>>> +LAYERSERIES_COMPAT_meta-beagle = "walnascar whinlatter"
>>>>    LAYERDEPENDS_meta-beagle = " \
>>>>        meta-ti-bsp \
>>>> diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
>>>> index 6d2b0a9a14b0..481daf2cc997 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 = "styhead walnascar"
>>>> +LAYERSERIES_COMPAT_meta-ti-bsp = "walnascar whinlatter"
>>>>    LICENSE_PATH += "${LAYERDIR}/licenses"
>>>> diff --git a/meta-ti-extras/conf/layer.conf
>>>> b/meta-ti-extras/conf/layer.conf
>>>> index bd13967322fc..d340c414fc60 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 = "styhead walnascar"
>>>> +LAYERSERIES_COMPAT_meta-ti-extras = "walnascar whinlatter"
>>>>    LICENSE_PATH += "${LAYERDIR}/licenses"
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>> -=-=-=-=-=-=-=-=-=-=-=-
>>> Links: You receive all messages sent to this group.
>>> View/Reply Online (#18665): https://lists.yoctoproject.org/g/meta-ti/message/18665
>>> Mute This Topic: https://lists.yoctoproject.org/mt/113774522/6551054
>>> Group Owner: meta-ti+owner@lists.yoctoproject.org
>>> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [reatmon@ti.com]
>>> -=-=-=-=-=-=-=-=-=-=-=-
>>>
>>
>> -- 
>> Ryan Eatmon                reatmon@ti.com
>> -----------------------------------------
>> Texas Instruments, Inc.  -  LCPD  -  MGTS
diff mbox series

Patch

diff --git a/meta-beagle/conf/layer.conf b/meta-beagle/conf/layer.conf
index b5d3eaaa770c..d036bb08b36a 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 = "styhead walnascar"
+LAYERSERIES_COMPAT_meta-beagle = "walnascar whinlatter"
 
 LAYERDEPENDS_meta-beagle = " \
     meta-ti-bsp \
diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
index 6d2b0a9a14b0..481daf2cc997 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 = "styhead walnascar"
+LAYERSERIES_COMPAT_meta-ti-bsp = "walnascar whinlatter"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
index bd13967322fc..d340c414fc60 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 = "styhead walnascar"
+LAYERSERIES_COMPAT_meta-ti-extras = "walnascar whinlatter"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"