All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister
@ 2021-06-04  3:06 kai
  2021-06-04  3:22 ` Bruce Ashfield
  0 siblings, 1 reply; 7+ messages in thread
From: kai @ 2021-06-04  3:06 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: yocto

From: Kai Kang <kai.kang@windriver.com>

Replace hardknott with honister in layer.conf which aligns with
oe-core.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 007f578..8ae67ba 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -15,6 +15,6 @@ BBFILE_PRIORITY_realtime = "5"
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
 LAYERVERSION_realtime = "1"
-LAYERSERIES_COMPAT_realtime = "hardknott"
+LAYERSERIES_COMPAT_realtime = "honister"
 LAYERDEPENDS_realtime = "core openembedded-layer"
 LAYERRECOMMENDS_realtime = "meta-realtime-dl (= 3.2)"
-- 
2.17.1


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

* Re: [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister
  2021-06-04  3:06 [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister kai
@ 2021-06-04  3:22 ` Bruce Ashfield
  2021-06-04  3:35   ` kai
  0 siblings, 1 reply; 7+ messages in thread
From: Bruce Ashfield @ 2021-06-04  3:22 UTC (permalink / raw)
  To: Kang Kai; +Cc: Yocto Project Discussion

On Thu, Jun 3, 2021 at 11:06 PM <kai.kang@windriver.com> wrote:
>
> From: Kai Kang <kai.kang@windriver.com>
>
> Replace hardknott with honister in layer.conf which aligns with
> oe-core.
>

I had added this back in April, but apparently didn't push the change.

I also noticed that I've been updating the wrong branch with compatibility.

That should all be fixed now.

Bruce

> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> ---
>  conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 007f578..8ae67ba 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -15,6 +15,6 @@ BBFILE_PRIORITY_realtime = "5"
>  # This should only be incremented on significant changes that will
>  # cause compatibility issues with other layers
>  LAYERVERSION_realtime = "1"
> -LAYERSERIES_COMPAT_realtime = "hardknott"
> +LAYERSERIES_COMPAT_realtime = "honister"
>  LAYERDEPENDS_realtime = "core openembedded-layer"
>  LAYERRECOMMENDS_realtime = "meta-realtime-dl (= 3.2)"
> --
> 2.17.1
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

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

* Re: [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister
  2021-06-04  3:22 ` Bruce Ashfield
@ 2021-06-04  3:35   ` kai
  2021-06-04 12:27     ` Bruce Ashfield
  0 siblings, 1 reply; 7+ messages in thread
From: kai @ 2021-06-04  3:35 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: Yocto Project Discussion

On 6/4/21 11:22 AM, Bruce Ashfield wrote:
> On Thu, Jun 3, 2021 at 11:06 PM <kai.kang@windriver.com> wrote:
>> From: Kai Kang <kai.kang@windriver.com>
>>
>> Replace hardknott with honister in layer.conf which aligns with
>> oe-core.
>>
> I had added this back in April, but apparently didn't push the change.
>
> I also noticed that I've been updating the wrong branch with compatibility.
>
> That should all be fixed now.

Hi Bruce,

Thanks. I have seen your commits.

But 3 items in LAYERSERIES_COMPAT_realtime will cause layer index show 
warning:

   WARNING: YPCompatibleVersion.name: dunfell gatesgarth hardknott: 
length 28 exceeds maximum (25), truncating

Could we only keep the latest LAYERSERIES_CORENAMES (honister) in branch 
master, please?

Or it set in oe-core's layer.conf:

LAYERSERIES_CORENAMES = "hardknott honister"

we just align with it to keep the latest 2, please?

Regards,
Kai

>
> Bruce
>
>> Signed-off-by: Kai Kang <kai.kang@windriver.com>
>> ---
>>   conf/layer.conf | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/conf/layer.conf b/conf/layer.conf
>> index 007f578..8ae67ba 100644
>> --- a/conf/layer.conf
>> +++ b/conf/layer.conf
>> @@ -15,6 +15,6 @@ BBFILE_PRIORITY_realtime = "5"
>>   # This should only be incremented on significant changes that will
>>   # cause compatibility issues with other layers
>>   LAYERVERSION_realtime = "1"
>> -LAYERSERIES_COMPAT_realtime = "hardknott"
>> +LAYERSERIES_COMPAT_realtime = "honister"
>>   LAYERDEPENDS_realtime = "core openembedded-layer"
>>   LAYERRECOMMENDS_realtime = "meta-realtime-dl (= 3.2)"
>> --
>> 2.17.1
>>
>

-- 
Kai Kang
Wind River Linux


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

* Re: [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister
  2021-06-04  3:35   ` kai
@ 2021-06-04 12:27     ` Bruce Ashfield
  2021-06-04 12:36       ` Bruce Ashfield
       [not found]       ` <1685614D8890E95D.26755@lists.yoctoproject.org>
  0 siblings, 2 replies; 7+ messages in thread
From: Bruce Ashfield @ 2021-06-04 12:27 UTC (permalink / raw)
  To: Kai; +Cc: Yocto Project Discussion

On Thu, Jun 3, 2021 at 11:35 PM Kai <kai.kang@windriver.com> wrote:
>
> On 6/4/21 11:22 AM, Bruce Ashfield wrote:
> > On Thu, Jun 3, 2021 at 11:06 PM <kai.kang@windriver.com> wrote:
> >> From: Kai Kang <kai.kang@windriver.com>
> >>
> >> Replace hardknott with honister in layer.conf which aligns with
> >> oe-core.
> >>
> > I had added this back in April, but apparently didn't push the change.
> >
> > I also noticed that I've been updating the wrong branch with compatibility.
> >
> > That should all be fixed now.
>
> Hi Bruce,
>
> Thanks. I have seen your commits.
>
> But 3 items in LAYERSERIES_COMPAT_realtime will cause layer index show
> warning:
>
>    WARNING: YPCompatibleVersion.name: dunfell gatesgarth hardknott:
> length 28 exceeds maximum (25), truncating
>
> Could we only keep the latest LAYERSERIES_CORENAMES (honister) in branch
> master, please?

Nope. It is compatible with those releases, so they need to stay. I
see no valid reason to be limited to a certain number of characters.

>
> Or it set in oe-core's layer.conf:
>
> LAYERSERIES_CORENAMES = "hardknott honister"
>
> we just align with it to keep the latest 2, please?

That is just as arbitrary, I'll keep it as-is.

Bruce

>
> Regards,
> Kai
>
> >
> > Bruce
> >
> >> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> >> ---
> >>   conf/layer.conf | 2 +-
> >>   1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/conf/layer.conf b/conf/layer.conf
> >> index 007f578..8ae67ba 100644
> >> --- a/conf/layer.conf
> >> +++ b/conf/layer.conf
> >> @@ -15,6 +15,6 @@ BBFILE_PRIORITY_realtime = "5"
> >>   # This should only be incremented on significant changes that will
> >>   # cause compatibility issues with other layers
> >>   LAYERVERSION_realtime = "1"
> >> -LAYERSERIES_COMPAT_realtime = "hardknott"
> >> +LAYERSERIES_COMPAT_realtime = "honister"
> >>   LAYERDEPENDS_realtime = "core openembedded-layer"
> >>   LAYERRECOMMENDS_realtime = "meta-realtime-dl (= 3.2)"
> >> --
> >> 2.17.1
> >>
> >
>
> --
> Kai Kang
> Wind River Linux
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

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

* Re: [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister
  2021-06-04 12:27     ` Bruce Ashfield
@ 2021-06-04 12:36       ` Bruce Ashfield
       [not found]       ` <1685614D8890E95D.26755@lists.yoctoproject.org>
  1 sibling, 0 replies; 7+ messages in thread
From: Bruce Ashfield @ 2021-06-04 12:36 UTC (permalink / raw)
  To: Kai; +Cc: Yocto Project Discussion

On Fri, Jun 4, 2021 at 8:27 AM Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
>
> On Thu, Jun 3, 2021 at 11:35 PM Kai <kai.kang@windriver.com> wrote:
> >
> > On 6/4/21 11:22 AM, Bruce Ashfield wrote:
> > > On Thu, Jun 3, 2021 at 11:06 PM <kai.kang@windriver.com> wrote:
> > >> From: Kai Kang <kai.kang@windriver.com>
> > >>
> > >> Replace hardknott with honister in layer.conf which aligns with
> > >> oe-core.
> > >>
> > > I had added this back in April, but apparently didn't push the change.
> > >
> > > I also noticed that I've been updating the wrong branch with compatibility.
> > >
> > > That should all be fixed now.
> >
> > Hi Bruce,
> >
> > Thanks. I have seen your commits.
> >
> > But 3 items in LAYERSERIES_COMPAT_realtime will cause layer index show
> > warning:
> >
> >    WARNING: YPCompatibleVersion.name: dunfell gatesgarth hardknott:
> > length 28 exceeds maximum (25), truncating
> >
> > Could we only keep the latest LAYERSERIES_CORENAMES (honister) in branch
> > master, please?
>
> Nope. It is compatible with those releases, so they need to stay. I
> see no valid reason to be limited to a certain number of characters.
>
> >
> > Or it set in oe-core's layer.conf:
> >
> > LAYERSERIES_CORENAMES = "hardknott honister"
> >
> > we just align with it to keep the latest 2, please?
>
> That is just as arbitrary, I'll keep it as-is.

I took a quick look, is this warning coming from the layer index ?
That would be important information to convey when sending changes
like this.

That being said, it is a longer fix to get that warning changed, and
I'd rather not break the index, so I dropped to only the last two
releases.

But I do recommend that the layer index be changed (if that is the
cause of the warning), since we shouldn't be adapting to the index ..
it should be adapting to layers.

Bruce

>
> Bruce
>
> >
> > Regards,
> > Kai
> >
> > >
> > > Bruce
> > >
> > >> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> > >> ---
> > >>   conf/layer.conf | 2 +-
> > >>   1 file changed, 1 insertion(+), 1 deletion(-)
> > >>
> > >> diff --git a/conf/layer.conf b/conf/layer.conf
> > >> index 007f578..8ae67ba 100644
> > >> --- a/conf/layer.conf
> > >> +++ b/conf/layer.conf
> > >> @@ -15,6 +15,6 @@ BBFILE_PRIORITY_realtime = "5"
> > >>   # This should only be incremented on significant changes that will
> > >>   # cause compatibility issues with other layers
> > >>   LAYERVERSION_realtime = "1"
> > >> -LAYERSERIES_COMPAT_realtime = "hardknott"
> > >> +LAYERSERIES_COMPAT_realtime = "honister"
> > >>   LAYERDEPENDS_realtime = "core openembedded-layer"
> > >>   LAYERRECOMMENDS_realtime = "meta-realtime-dl (= 3.2)"
> > >> --
> > >> 2.17.1
> > >>
> > >
> >
> > --
> > Kai Kang
> > Wind River Linux
> >
>
>
> --
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

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

* Re: [yocto] [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister
       [not found]       ` <1685614D8890E95D.26755@lists.yoctoproject.org>
@ 2021-06-04 12:40         ` Bruce Ashfield
  2021-06-08 19:29           ` Randy MacLeod
  0 siblings, 1 reply; 7+ messages in thread
From: Bruce Ashfield @ 2021-06-04 12:40 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: Kai, Yocto Project Discussion

On Fri, Jun 4, 2021 at 8:37 AM Bruce Ashfield via
lists.yoctoproject.org
<bruce.ashfield=gmail.com@lists.yoctoproject.org> wrote:
>
> On Fri, Jun 4, 2021 at 8:27 AM Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
> >
> > On Thu, Jun 3, 2021 at 11:35 PM Kai <kai.kang@windriver.com> wrote:
> > >
> > > On 6/4/21 11:22 AM, Bruce Ashfield wrote:
> > > > On Thu, Jun 3, 2021 at 11:06 PM <kai.kang@windriver.com> wrote:
> > > >> From: Kai Kang <kai.kang@windriver.com>
> > > >>
> > > >> Replace hardknott with honister in layer.conf which aligns with
> > > >> oe-core.
> > > >>
> > > > I had added this back in April, but apparently didn't push the change.
> > > >
> > > > I also noticed that I've been updating the wrong branch with compatibility.
> > > >
> > > > That should all be fixed now.
> > >
> > > Hi Bruce,
> > >
> > > Thanks. I have seen your commits.
> > >
> > > But 3 items in LAYERSERIES_COMPAT_realtime will cause layer index show
> > > warning:
> > >
> > >    WARNING: YPCompatibleVersion.name: dunfell gatesgarth hardknott:
> > > length 28 exceeds maximum (25), truncating
> > >
> > > Could we only keep the latest LAYERSERIES_CORENAMES (honister) in branch
> > > master, please?
> >
> > Nope. It is compatible with those releases, so they need to stay. I
> > see no valid reason to be limited to a certain number of characters.
> >
> > >
> > > Or it set in oe-core's layer.conf:
> > >
> > > LAYERSERIES_CORENAMES = "hardknott honister"
> > >
> > > we just align with it to keep the latest 2, please?
> >
> > That is just as arbitrary, I'll keep it as-is.
>
> I took a quick look, is this warning coming from the layer index ?
> That would be important information to convey when sending changes
> like this.

Apologies on this, I see in the follow up email you did mention the
layerindex .. I read completely over that, and had to search up the
warning myself. (my fault, not yours).

>
> That being said, it is a longer fix to get that warning changed, and
> I'd rather not break the index, so I dropped to only the last two
> releases.
>
> But I do recommend that the layer index be changed (if that is the
> cause of the warning), since we shouldn't be adapting to the index ..
> it should be adapting to layers.

This point still stands though :D

Bruce

>
> Bruce
>
> >
> > Bruce
> >
> > >
> > > Regards,
> > > Kai
> > >
> > > >
> > > > Bruce
> > > >
> > > >> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> > > >> ---
> > > >>   conf/layer.conf | 2 +-
> > > >>   1 file changed, 1 insertion(+), 1 deletion(-)
> > > >>
> > > >> diff --git a/conf/layer.conf b/conf/layer.conf
> > > >> index 007f578..8ae67ba 100644
> > > >> --- a/conf/layer.conf
> > > >> +++ b/conf/layer.conf
> > > >> @@ -15,6 +15,6 @@ BBFILE_PRIORITY_realtime = "5"
> > > >>   # This should only be incremented on significant changes that will
> > > >>   # cause compatibility issues with other layers
> > > >>   LAYERVERSION_realtime = "1"
> > > >> -LAYERSERIES_COMPAT_realtime = "hardknott"
> > > >> +LAYERSERIES_COMPAT_realtime = "honister"
> > > >>   LAYERDEPENDS_realtime = "core openembedded-layer"
> > > >>   LAYERRECOMMENDS_realtime = "meta-realtime-dl (= 3.2)"
> > > >> --
> > > >> 2.17.1
> > > >>
> > > >
> > >
> > > --
> > > Kai Kang
> > > Wind River Linux
> > >
> >
> >
> > --
> > - Thou shalt not follow the NULL pointer, for chaos and madness await
> > thee at its end
> > - "Use the force Harry" - Gandalf, Star Trek II
>
>
>
> --
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II
>
> 
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

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

* Re: [yocto] [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister
  2021-06-04 12:40         ` [yocto] " Bruce Ashfield
@ 2021-06-08 19:29           ` Randy MacLeod
  0 siblings, 0 replies; 7+ messages in thread
From: Randy MacLeod @ 2021-06-08 19:29 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: Kai, Yocto Project Discussion

On 2021-06-04 8:40 a.m., Bruce Ashfield wrote:
> On Fri, Jun 4, 2021 at 8:37 AM Bruce Ashfield via
> lists.yoctoproject.org
> <bruce.ashfield=gmail.com@lists.yoctoproject.org> wrote:
>>
>> On Fri, Jun 4, 2021 at 8:27 AM Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
>>>
>>> On Thu, Jun 3, 2021 at 11:35 PM Kai <kai.kang@windriver.com> wrote:
>>>>
>>>> On 6/4/21 11:22 AM, Bruce Ashfield wrote:
>>>>> On Thu, Jun 3, 2021 at 11:06 PM <kai.kang@windriver.com> wrote:
>>>>>> From: Kai Kang <kai.kang@windriver.com>
>>>>>>
>>>>>> Replace hardknott with honister in layer.conf which aligns with
>>>>>> oe-core.
>>>>>>
>>>>> I had added this back in April, but apparently didn't push the change.
>>>>>
>>>>> I also noticed that I've been updating the wrong branch with compatibility.
>>>>>
>>>>> That should all be fixed now.
>>>>
>>>> Hi Bruce,
>>>>
>>>> Thanks. I have seen your commits.
>>>>
>>>> But 3 items in LAYERSERIES_COMPAT_realtime will cause layer index show
>>>> warning:
>>>>
>>>>     WARNING: YPCompatibleVersion.name: dunfell gatesgarth hardknott:
>>>> length 28 exceeds maximum (25), truncating
>>>>
>>>> Could we only keep the latest LAYERSERIES_CORENAMES (honister) in branch
>>>> master, please?
>>>
>>> Nope. It is compatible with those releases, so they need to stay. I
>>> see no valid reason to be limited to a certain number of characters.
>>>
>>>>
>>>> Or it set in oe-core's layer.conf:
>>>>
>>>> LAYERSERIES_CORENAMES = "hardknott honister"
>>>>
>>>> we just align with it to keep the latest 2, please?
>>>
>>> That is just as arbitrary, I'll keep it as-is.
>>
>> I took a quick look, is this warning coming from the layer index ?
>> That would be important information to convey when sending changes
>> like this.
> 
> Apologies on this, I see in the follow up email you did mention the
> layerindex .. I read completely over that, and had to search up the
> warning myself. (my fault, not yours).
> 
>>
>> That being said, it is a longer fix to get that warning changed, and
>> I'd rather not break the index, so I dropped to only the last two
>> releases.
>>
>> But I do recommend that the layer index be changed (if that is the
>> cause of the warning), since we shouldn't be adapting to the index ..
>> it should be adapting to layers.
> 
> This point still stands though :D

Created:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=14426

Layerindex should allow longer compatible version names


../Randy


> 
> Bruce
> 
>>
>> Bruce
>>
>>>
>>> Bruce
>>>
>>>>
>>>> Regards,
>>>> Kai
>>>>
>>>>>
>>>>> Bruce
>>>>>
>>>>>> Signed-off-by: Kai Kang <kai.kang@windriver.com>
>>>>>> ---
>>>>>>    conf/layer.conf | 2 +-
>>>>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>>>>
>>>>>> diff --git a/conf/layer.conf b/conf/layer.conf
>>>>>> index 007f578..8ae67ba 100644
>>>>>> --- a/conf/layer.conf
>>>>>> +++ b/conf/layer.conf
>>>>>> @@ -15,6 +15,6 @@ BBFILE_PRIORITY_realtime = "5"
>>>>>>    # This should only be incremented on significant changes that will
>>>>>>    # cause compatibility issues with other layers
>>>>>>    LAYERVERSION_realtime = "1"
>>>>>> -LAYERSERIES_COMPAT_realtime = "hardknott"
>>>>>> +LAYERSERIES_COMPAT_realtime = "honister"
>>>>>>    LAYERDEPENDS_realtime = "core openembedded-layer"
>>>>>>    LAYERRECOMMENDS_realtime = "meta-realtime-dl (= 3.2)"
>>>>>> --
>>>>>> 2.17.1
>>>>>>
>>>>>
>>>>
>>>> --
>>>> Kai Kang
>>>> Wind River Linux
>>>>
>>>
>>>
>>> --
>>> - Thou shalt not follow the NULL pointer, for chaos and madness await
>>> thee at its end
>>> - "Use the force Harry" - Gandalf, Star Trek II
>>
>>
>>
>> --
>> - Thou shalt not follow the NULL pointer, for chaos and madness await
>> thee at its end
>> - "Use the force Harry" - Gandalf, Star Trek II
>>
>>
>>
> 
> 
> 
> 
> 
> 


-- 
# Randy MacLeod
# Wind River Linux

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

end of thread, other threads:[~2021-06-08 19:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-04  3:06 [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister kai
2021-06-04  3:22 ` Bruce Ashfield
2021-06-04  3:35   ` kai
2021-06-04 12:27     ` Bruce Ashfield
2021-06-04 12:36       ` Bruce Ashfield
     [not found]       ` <1685614D8890E95D.26755@lists.yoctoproject.org>
2021-06-04 12:40         ` [yocto] " Bruce Ashfield
2021-06-08 19:29           ` Randy MacLeod

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.