All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][master][PATCH] layer.conf: Update LAYERSERIES_COMPAT for mickledore
@ 2023-01-04 21:17 Ryan Eatmon
  2023-01-04 22:00 ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Ryan Eatmon @ 2023-01-04 21:17 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

oe-core switched to mickedore [1]

[1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-distro/conf/layer.conf | 2 +-
 meta-arago-extras/conf/layer.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf
index 5de46fc9..1ffcd2fb 100644
--- a/meta-arago-distro/conf/layer.conf
+++ b/meta-arago-distro/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-distro"
 BBFILE_PATTERN_meta-arago-distro := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-arago-distro = "10"
 
-LAYERSERIES_COMPAT_meta-arago-distro = "kirkstone langdale"
+LAYERSERIES_COMPAT_meta-arago-distro = "mickledore"
 
 LAYERDEPENDS_meta-arago-distro = " \
     core \
diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf
index e2c8119f..9cdfcb32 100644
--- a/meta-arago-extras/conf/layer.conf
+++ b/meta-arago-extras/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-extras"
 BBFILE_PATTERN_meta-arago-extras := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-arago-extras = "10"
 
-LAYERSERIES_COMPAT_meta-arago-extras = "kirkstone langdale"
+LAYERSERIES_COMPAT_meta-arago-extras = "mickledore"
 
 # Set a variable to get to the top of the metadata location
 ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}'
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [meta-arago][master][PATCH] layer.conf: Update LAYERSERIES_COMPAT for mickledore
  2023-01-04 21:17 [meta-arago][master][PATCH] layer.conf: Update LAYERSERIES_COMPAT for mickledore Ryan Eatmon
@ 2023-01-04 22:00 ` Denys Dmytriyenko
  2023-01-04 22:15   ` Ryan Eatmon
  0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2023-01-04 22:00 UTC (permalink / raw)
  To: reatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

On Wed, Jan 04, 2023 at 03:17:11PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote:
> oe-core switched to mickedore [1]
> 
> [1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f
> 
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
>  meta-arago-distro/conf/layer.conf | 2 +-
>  meta-arago-extras/conf/layer.conf | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf
> index 5de46fc9..1ffcd2fb 100644
> --- a/meta-arago-distro/conf/layer.conf
> +++ b/meta-arago-distro/conf/layer.conf
> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-distro"
>  BBFILE_PATTERN_meta-arago-distro := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_meta-arago-distro = "10"
>  
> -LAYERSERIES_COMPAT_meta-arago-distro = "kirkstone langdale"
> +LAYERSERIES_COMPAT_meta-arago-distro = "mickledore"

Do you want to keep existing compatibility around for a bit longer?

>  
>  LAYERDEPENDS_meta-arago-distro = " \
>      core \
> diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf
> index e2c8119f..9cdfcb32 100644
> --- a/meta-arago-extras/conf/layer.conf
> +++ b/meta-arago-extras/conf/layer.conf
> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-extras"
>  BBFILE_PATTERN_meta-arago-extras := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_meta-arago-extras = "10"
>  
> -LAYERSERIES_COMPAT_meta-arago-extras = "kirkstone langdale"
> +LAYERSERIES_COMPAT_meta-arago-extras = "mickledore"
>  
>  # Set a variable to get to the top of the metadata location
>  ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}'
> -- 
> 2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-arago][master][PATCH] layer.conf: Update LAYERSERIES_COMPAT for mickledore
  2023-01-04 22:00 ` Denys Dmytriyenko
@ 2023-01-04 22:15   ` Ryan Eatmon
  2023-01-04 22:44     ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Ryan Eatmon @ 2023-01-04 22:15 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago



On 1/4/2023 4:00 PM, Denys Dmytriyenko wrote:
> On Wed, Jan 04, 2023 at 03:17:11PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote:
>> oe-core switched to mickedore [1]
>>
>> [1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f
>>
>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>> ---
>>   meta-arago-distro/conf/layer.conf | 2 +-
>>   meta-arago-extras/conf/layer.conf | 2 +-
>>   2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf
>> index 5de46fc9..1ffcd2fb 100644
>> --- a/meta-arago-distro/conf/layer.conf
>> +++ b/meta-arago-distro/conf/layer.conf
>> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-distro"
>>   BBFILE_PATTERN_meta-arago-distro := "^${LAYERDIR}/"
>>   BBFILE_PRIORITY_meta-arago-distro = "10"
>>   
>> -LAYERSERIES_COMPAT_meta-arago-distro = "kirkstone langdale"
>> +LAYERSERIES_COMPAT_meta-arago-distro = "mickledore"
> 
> Do you want to keep existing compatibility around for a bit longer?

Is it worth keeping it around?  All of our testing is being done with 
master for everything.  How many people do you think are using an older 
version of bitbake with the latest master of meta-ti/meta-arago?  I 
would think they are likely pointing to latest of everything if they are 
doing anything.


>>   
>>   LAYERDEPENDS_meta-arago-distro = " \
>>       core \
>> diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf
>> index e2c8119f..9cdfcb32 100644
>> --- a/meta-arago-extras/conf/layer.conf
>> +++ b/meta-arago-extras/conf/layer.conf
>> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-extras"
>>   BBFILE_PATTERN_meta-arago-extras := "^${LAYERDIR}/"
>>   BBFILE_PRIORITY_meta-arago-extras = "10"
>>   
>> -LAYERSERIES_COMPAT_meta-arago-extras = "kirkstone langdale"
>> +LAYERSERIES_COMPAT_meta-arago-extras = "mickledore"
>>   
>>   # Set a variable to get to the top of the metadata location
>>   ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}'
>> -- 
>> 2.17.1
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#14154): https://lists.yoctoproject.org/g/meta-arago/message/14154
> Mute This Topic: https://lists.yoctoproject.org/mt/96060010/6551054
> Group Owner: meta-arago+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [reatmon@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 
> 

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-arago][master][PATCH] layer.conf: Update LAYERSERIES_COMPAT for mickledore
  2023-01-04 22:15   ` Ryan Eatmon
@ 2023-01-04 22:44     ` Denys Dmytriyenko
  2023-01-05 16:12       ` Ryan Eatmon
  0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2023-01-04 22:44 UTC (permalink / raw)
  To: Ryan Eatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

On Wed, Jan 04, 2023 at 04:15:48PM -0600, Ryan Eatmon wrote:
> 
> 
> On 1/4/2023 4:00 PM, Denys Dmytriyenko wrote:
> >On Wed, Jan 04, 2023 at 03:17:11PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote:
> >>oe-core switched to mickedore [1]
> >>
> >>[1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f
> >>
> >>Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> >>---
> >>  meta-arago-distro/conf/layer.conf | 2 +-
> >>  meta-arago-extras/conf/layer.conf | 2 +-
> >>  2 files changed, 2 insertions(+), 2 deletions(-)
> >>
> >>diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf
> >>index 5de46fc9..1ffcd2fb 100644
> >>--- a/meta-arago-distro/conf/layer.conf
> >>+++ b/meta-arago-distro/conf/layer.conf
> >>@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-distro"
> >>  BBFILE_PATTERN_meta-arago-distro := "^${LAYERDIR}/"
> >>  BBFILE_PRIORITY_meta-arago-distro = "10"
> >>-LAYERSERIES_COMPAT_meta-arago-distro = "kirkstone langdale"
> >>+LAYERSERIES_COMPAT_meta-arago-distro = "mickledore"
> >
> >Do you want to keep existing compatibility around for a bit longer?
> 
> Is it worth keeping it around?  All of our testing is being done
> with master for everything.  How many people do you think are using
> an older version of bitbake with the latest master of
> meta-ti/meta-arago?  I would think they are likely pointing to
> latest of everything if they are doing anything.

You have to provide *some* branch that is compatible with langdale for people 
who has their products based on langdale release and wanting to use meta-ti 
and/or meta-arago. It could be master, or it could be a separately langdale 
branch, if you are willing to do that instead.

I see you already merged Khem's v1 patch to meta-ti, which means there's 
currently NO branches compatible with langdale! Even though TI does not 
officially test and support langdale, you should not actively prevent people 
from using it in their products with meta-ti, per the earlier message:
https://lists.yoctoproject.org/g/meta-ti/message/15137


> >>  LAYERDEPENDS_meta-arago-distro = " \
> >>      core \
> >>diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf
> >>index e2c8119f..9cdfcb32 100644
> >>--- a/meta-arago-extras/conf/layer.conf
> >>+++ b/meta-arago-extras/conf/layer.conf
> >>@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-extras"
> >>  BBFILE_PATTERN_meta-arago-extras := "^${LAYERDIR}/"
> >>  BBFILE_PRIORITY_meta-arago-extras = "10"
> >>-LAYERSERIES_COMPAT_meta-arago-extras = "kirkstone langdale"
> >>+LAYERSERIES_COMPAT_meta-arago-extras = "mickledore"
> >>  # Set a variable to get to the top of the metadata location
> >>  ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}'
> >>-- 
> >>2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-arago][master][PATCH] layer.conf: Update LAYERSERIES_COMPAT for mickledore
  2023-01-04 22:44     ` Denys Dmytriyenko
@ 2023-01-05 16:12       ` Ryan Eatmon
  2023-01-09 17:06         ` Denys Dmytriyenko
  0 siblings, 1 reply; 6+ messages in thread
From: Ryan Eatmon @ 2023-01-05 16:12 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago



On 1/4/2023 16:44, Denys Dmytriyenko wrote:
> On Wed, Jan 04, 2023 at 04:15:48PM -0600, Ryan Eatmon wrote:
>>
>>
>> On 1/4/2023 4:00 PM, Denys Dmytriyenko wrote:
>>> On Wed, Jan 04, 2023 at 03:17:11PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote:
>>>> oe-core switched to mickedore [1]
>>>>
>>>> [1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f
>>>>
>>>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>>>> ---
>>>>   meta-arago-distro/conf/layer.conf | 2 +-
>>>>   meta-arago-extras/conf/layer.conf | 2 +-
>>>>   2 files changed, 2 insertions(+), 2 deletions(-)
>>>>
>>>> diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf
>>>> index 5de46fc9..1ffcd2fb 100644
>>>> --- a/meta-arago-distro/conf/layer.conf
>>>> +++ b/meta-arago-distro/conf/layer.conf
>>>> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-distro"
>>>>   BBFILE_PATTERN_meta-arago-distro := "^${LAYERDIR}/"
>>>>   BBFILE_PRIORITY_meta-arago-distro = "10"
>>>> -LAYERSERIES_COMPAT_meta-arago-distro = "kirkstone langdale"
>>>> +LAYERSERIES_COMPAT_meta-arago-distro = "mickledore"
>>>
>>> Do you want to keep existing compatibility around for a bit longer?
>>
>> Is it worth keeping it around?  All of our testing is being done
>> with master for everything.  How many people do you think are using
>> an older version of bitbake with the latest master of
>> meta-ti/meta-arago?  I would think they are likely pointing to
>> latest of everything if they are doing anything.
> 
> You have to provide *some* branch that is compatible with langdale for people
> who has their products based on langdale release and wanting to use meta-ti
> and/or meta-arago. It could be master, or it could be a separately langdale
> branch, if you are willing to do that instead.
> 
> I see you already merged Khem's v1 patch to meta-ti, which means there's
> currently NO branches compatible with langdale! Even though TI does not
> officially test and support langdale, you should not actively prevent people
> from using it in their products with meta-ti, per the earlier message:
> https://lists.yoctoproject.org/g/meta-ti/message/15137


Ok.  I see what you are saying and we should support both of them.  I'll 
get that fixed.


> 
>>>>   LAYERDEPENDS_meta-arago-distro = " \
>>>>       core \
>>>> diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf
>>>> index e2c8119f..9cdfcb32 100644
>>>> --- a/meta-arago-extras/conf/layer.conf
>>>> +++ b/meta-arago-extras/conf/layer.conf
>>>> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-extras"
>>>>   BBFILE_PATTERN_meta-arago-extras := "^${LAYERDIR}/"
>>>>   BBFILE_PRIORITY_meta-arago-extras = "10"
>>>> -LAYERSERIES_COMPAT_meta-arago-extras = "kirkstone langdale"
>>>> +LAYERSERIES_COMPAT_meta-arago-extras = "mickledore"
>>>>   # Set a variable to get to the top of the metadata location
>>>>   ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}'
>>>> -- 
>>>> 2.17.1

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-arago][master][PATCH] layer.conf: Update LAYERSERIES_COMPAT for mickledore
  2023-01-05 16:12       ` Ryan Eatmon
@ 2023-01-09 17:06         ` Denys Dmytriyenko
  0 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2023-01-09 17:06 UTC (permalink / raw)
  To: reatmon; +Cc: Praneeth Bajjuri, meta-arago

On Thu, Jan 05, 2023 at 10:12:59AM -0600, Ryan Eatmon via lists.yoctoproject.org wrote:
> 
> 
> On 1/4/2023 16:44, Denys Dmytriyenko wrote:
> >On Wed, Jan 04, 2023 at 04:15:48PM -0600, Ryan Eatmon wrote:
> >>
> >>
> >>On 1/4/2023 4:00 PM, Denys Dmytriyenko wrote:
> >>>On Wed, Jan 04, 2023 at 03:17:11PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote:
> >>>>oe-core switched to mickedore [1]
> >>>>
> >>>>[1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f
> >>>>
> >>>>Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> >>>>---
> >>>>  meta-arago-distro/conf/layer.conf | 2 +-
> >>>>  meta-arago-extras/conf/layer.conf | 2 +-
> >>>>  2 files changed, 2 insertions(+), 2 deletions(-)
> >>>>
> >>>>diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf
> >>>>index 5de46fc9..1ffcd2fb 100644
> >>>>--- a/meta-arago-distro/conf/layer.conf
> >>>>+++ b/meta-arago-distro/conf/layer.conf
> >>>>@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-distro"
> >>>>  BBFILE_PATTERN_meta-arago-distro := "^${LAYERDIR}/"
> >>>>  BBFILE_PRIORITY_meta-arago-distro = "10"
> >>>>-LAYERSERIES_COMPAT_meta-arago-distro = "kirkstone langdale"
> >>>>+LAYERSERIES_COMPAT_meta-arago-distro = "mickledore"
> >>>
> >>>Do you want to keep existing compatibility around for a bit longer?
> >>
> >>Is it worth keeping it around?  All of our testing is being done
> >>with master for everything.  How many people do you think are using
> >>an older version of bitbake with the latest master of
> >>meta-ti/meta-arago?  I would think they are likely pointing to
> >>latest of everything if they are doing anything.
> >
> >You have to provide *some* branch that is compatible with langdale for people
> >who has their products based on langdale release and wanting to use meta-ti
> >and/or meta-arago. It could be master, or it could be a separately langdale
> >branch, if you are willing to do that instead.
> >
> >I see you already merged Khem's v1 patch to meta-ti, which means there's
> >currently NO branches compatible with langdale! Even though TI does not
> >officially test and support langdale, you should not actively prevent people
> >from using it in their products with meta-ti, per the earlier message:
> >https://lists.yoctoproject.org/g/meta-ti/message/15137
> 
> 
> Ok.  I see what you are saying and we should support both of them.
> I'll get that fixed.

Ping. meta-ti has been failing on YP Autobuilder for almost a week now!


> >>>>  LAYERDEPENDS_meta-arago-distro = " \
> >>>>      core \
> >>>>diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf
> >>>>index e2c8119f..9cdfcb32 100644
> >>>>--- a/meta-arago-extras/conf/layer.conf
> >>>>+++ b/meta-arago-extras/conf/layer.conf
> >>>>@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-arago-extras"
> >>>>  BBFILE_PATTERN_meta-arago-extras := "^${LAYERDIR}/"
> >>>>  BBFILE_PRIORITY_meta-arago-extras = "10"
> >>>>-LAYERSERIES_COMPAT_meta-arago-extras = "kirkstone langdale"
> >>>>+LAYERSERIES_COMPAT_meta-arago-extras = "mickledore"
> >>>>  # Set a variable to get to the top of the metadata location
> >>>>  ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}'
> >>>>-- 
> >>>>2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-01-09 17:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-04 21:17 [meta-arago][master][PATCH] layer.conf: Update LAYERSERIES_COMPAT for mickledore Ryan Eatmon
2023-01-04 22:00 ` Denys Dmytriyenko
2023-01-04 22:15   ` Ryan Eatmon
2023-01-04 22:44     ` Denys Dmytriyenko
2023-01-05 16:12       ` Ryan Eatmon
2023-01-09 17:06         ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.