* [meta-rockchip][PATCH] layers: Bump to use kirkstone
@ 2022-02-22 2:28 Khem Raj
2022-02-22 14:16 ` Trevor Woerner
0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2022-02-22 2:28 UTC (permalink / raw)
To: yocto; +Cc: twoerner, Khem Raj
its not going to be backward ABI compatible with honister due to variable renaming.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index 25b0a99..a2661f9 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,7 +14,7 @@ BBFILE_PRIORITY_rockchip = "1"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_rockchip = "1"
-LAYERSERIES_COMPAT_rockchip = "honister"
+LAYERSERIES_COMPAT_rockchip = "kirkstone"
LAYERDEPENDS_rockchip = "core meta-arm"
BBFILES_DYNAMIC += " \
--
2.35.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-rockchip][PATCH] layers: Bump to use kirkstone
2022-02-22 2:28 [meta-rockchip][PATCH] layers: Bump to use kirkstone Khem Raj
@ 2022-02-22 14:16 ` Trevor Woerner
2022-03-03 7:33 ` [yocto] " Martin Jansa
0 siblings, 1 reply; 4+ messages in thread
From: Trevor Woerner @ 2022-02-22 14:16 UTC (permalink / raw)
To: Khem Raj; +Cc: yocto
On Mon 2022-02-21 @ 06:28:47 PM, Khem Raj wrote:
> its not going to be backward ABI compatible with honister due to variable renaming.
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> conf/layer.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to meta-rockchip master and kirkstone.
Thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [yocto] [meta-rockchip][PATCH] layers: Bump to use kirkstone
2022-02-22 14:16 ` Trevor Woerner
@ 2022-03-03 7:33 ` Martin Jansa
2022-03-03 12:53 ` Trevor Woerner
0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2022-03-03 7:33 UTC (permalink / raw)
To: Trevor Woerner; +Cc: Khem Raj, yocto
[-- Attachment #1: Type: text/plain, Size: 1080 bytes --]
Hi,
can you please create honister branch.
I think 17703ee37b46d15ec369588fbb86dde336df6028 commit (just before this
kirkstone change was applied) would be reasonable branching point.
Now there isn't any branch compatible with Honister release.
Thanks
On Tue, Feb 22, 2022 at 3:16 PM Trevor Woerner <twoerner@gmail.com> wrote:
> On Mon 2022-02-21 @ 06:28:47 PM, Khem Raj wrote:
> > its not going to be backward ABI compatible with honister due to
> variable renaming.
> >
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > ---
> > conf/layer.conf | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Applied to meta-rockchip master and kirkstone.
> Thanks!
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#56239):
> https://lists.yoctoproject.org/g/yocto/message/56239
> Mute This Topic: https://lists.yoctoproject.org/mt/89309323/3617156
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [
> Martin.Jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
[-- Attachment #2: Type: text/html, Size: 2017 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [yocto] [meta-rockchip][PATCH] layers: Bump to use kirkstone
2022-03-03 7:33 ` [yocto] " Martin Jansa
@ 2022-03-03 12:53 ` Trevor Woerner
0 siblings, 0 replies; 4+ messages in thread
From: Trevor Woerner @ 2022-03-03 12:53 UTC (permalink / raw)
To: Martin Jansa; +Cc: Khem Raj, Yocto-mailing-list
[-- Attachment #1: Type: text/plain, Size: 1219 bytes --]
On Thu, Mar 3, 2022 at 2:33 AM Martin Jansa <martin.jansa@gmail.com> wrote:
> Hi,
>
> can you please create honister branch.
>
> I think 17703ee37b46d15ec369588fbb86dde336df6028 commit (just before this
> kirkstone change was applied) would be reasonable branching point.
>
> Now there isn't any branch compatible with Honister release.
>
Done, thanks!
>
> Thanks
>
> On Tue, Feb 22, 2022 at 3:16 PM Trevor Woerner <twoerner@gmail.com> wrote:
>
>> On Mon 2022-02-21 @ 06:28:47 PM, Khem Raj wrote:
>> > its not going to be backward ABI compatible with honister due to
>> variable renaming.
>> >
>> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> > ---
>> > conf/layer.conf | 2 +-
>> > 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> Applied to meta-rockchip master and kirkstone.
>> Thanks!
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#56239):
>> https://lists.yoctoproject.org/g/yocto/message/56239
>> Mute This Topic: https://lists.yoctoproject.org/mt/89309323/3617156
>> Group Owner: yocto+owner@lists.yoctoproject.org
>> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [
>> Martin.Jansa@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
>>
[-- Attachment #2: Type: text/html, Size: 2630 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-03-03 12:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-22 2:28 [meta-rockchip][PATCH] layers: Bump to use kirkstone Khem Raj
2022-02-22 14:16 ` Trevor Woerner
2022-03-03 7:33 ` [yocto] " Martin Jansa
2022-03-03 12:53 ` Trevor Woerner
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.