All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH yocto-autobuilder2 1/2] meta-arm has a hardknott branch now
@ 2021-04-28 15:09 Ross Burton
  2021-04-28 15:09 ` [PATCH yocto-autobuilder2 2/2] meta-arm doesn't use meta-kernel anymore Ross Burton
  2021-04-29 19:34 ` [yocto] [PATCH yocto-autobuilder2 1/2] meta-arm has a hardknott branch now Randy MacLeod
  0 siblings, 2 replies; 6+ messages in thread
From: Ross Burton @ 2021-04-28 15:09 UTC (permalink / raw)
  To: yocto

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 schedulers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/schedulers.py b/schedulers.py
index 8b166e0..93b8f34 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -206,7 +206,7 @@ def parent_scheduler(target):
                 'branch': 'hardknott',
                 'branch_poky': 'hardknott',
                 'branch_bitbake': '1.50',
-                'branch_meta-arm': 'master',
+                'branch_meta-arm': 'hardknott',
                 'branch_meta-gplv2': 'hardknott',
                 'branch_meta-intel': 'hardknott',
                 'branch_meta-mingw': 'hardknott',
-- 
2.25.1


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

* [PATCH yocto-autobuilder2 2/2] meta-arm doesn't use meta-kernel anymore
  2021-04-28 15:09 [PATCH yocto-autobuilder2 1/2] meta-arm has a hardknott branch now Ross Burton
@ 2021-04-28 15:09 ` Ross Burton
  2021-04-29 19:34 ` [yocto] [PATCH yocto-autobuilder2 1/2] meta-arm has a hardknott branch now Randy MacLeod
  1 sibling, 0 replies; 6+ messages in thread
From: Ross Burton @ 2021-04-28 15:09 UTC (permalink / raw)
  To: yocto

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 config.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/config.py b/config.py
index a723e3f..520de47 100644
--- a/config.py
+++ b/config.py
@@ -10,14 +10,14 @@ buildertorepos = {
     "a-quick": ["poky", "meta-intel", "oecore", "bitbake",
                 "meta-mingw", "meta-gplv2"],
     "a-full": ["poky", "meta-intel", "oecore", "bitbake",
-                "meta-mingw", "meta-gplv2", "meta-arm", "meta-kernel"],
+                "meta-mingw", "meta-gplv2", "meta-arm"],
     "non-gpl3": ["poky", "meta-gplv2"],
     "meta-mingw": ["poky", "meta-mingw"],
     "qa-extras": ["poky", "meta-mingw"],
     "meta-oe": ["poky", "meta-openembedded"],
     "meta-virt": ["poky", "meta-openembedded", "meta-virtualization"],
     "meta-intel": ["poky", "meta-intel"],
-    "meta-arm": ["poky", "meta-arm", "meta-kernel"],
+    "meta-arm": ["poky", "meta-arm"],
     "meta-agl-core": ["poky", "meta-agl"],
     "meta-aws": ["poky", "meta-aws", "meta-openembedded"],
     "qemuarm-oecore": ["oecore", "bitbake"],
@@ -54,7 +54,6 @@ repos = {
     "meta-gplv2": ["git://git.yoctoproject.org/meta-gplv2", "master"],
     "meta-openembedded": ["git://git.openembedded.org/meta-openembedded", "master"],
     "meta-virtualization": ["git://git.yoctoproject.org/meta-virtualization", "master"],
-    "meta-kernel": ["https://gitlab.com/openembedded/community/meta-kernel.git", "master"],
     "yocto-docs": ["git://git.yoctoproject.org/yocto-docs", "master"]
 }
 
-- 
2.25.1


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

* Re: [yocto] [PATCH yocto-autobuilder2 1/2] meta-arm has a hardknott branch now
  2021-04-28 15:09 [PATCH yocto-autobuilder2 1/2] meta-arm has a hardknott branch now Ross Burton
  2021-04-28 15:09 ` [PATCH yocto-autobuilder2 2/2] meta-arm doesn't use meta-kernel anymore Ross Burton
@ 2021-04-29 19:34 ` Randy MacLeod
  2021-04-29 21:25   ` Ross Burton
  1 sibling, 1 reply; 6+ messages in thread
From: Randy MacLeod @ 2021-04-29 19:34 UTC (permalink / raw)
  To: yocto

On 2021-04-28 11:09 a.m., Ross Burton wrote:
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
>   schedulers.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/schedulers.py b/schedulers.py
> index 8b166e0..93b8f34 100644
> --- a/schedulers.py
> +++ b/schedulers.py
> @@ -206,7 +206,7 @@ def parent_scheduler(target):
>                   'branch': 'hardknott',
>                   'branch_poky': 'hardknott',
>                   'branch_bitbake': '1.50',
> -                'branch_meta-arm': 'master',
> +                'branch_meta-arm': 'hardknott',

It doesn't have a yocto-3.3 tag yet...
Could you add one?

../Randy

>                   'branch_meta-gplv2': 'hardknott',
>                   'branch_meta-intel': 'hardknott',
>                   'branch_meta-mingw': 'hardknott',
> 
> 
> 
> 
> 


-- 
# Randy MacLeod
# Wind River Linux

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

* Re: [yocto] [PATCH yocto-autobuilder2 1/2] meta-arm has a hardknott branch now
  2021-04-29 19:34 ` [yocto] [PATCH yocto-autobuilder2 1/2] meta-arm has a hardknott branch now Randy MacLeod
@ 2021-04-29 21:25   ` Ross Burton
  2021-04-29 21:40     ` Armin Kuster
  0 siblings, 1 reply; 6+ messages in thread
From: Ross Burton @ 2021-04-29 21:25 UTC (permalink / raw)
  To: Randy MacLeod; +Cc: Yocto

On Thu, 29 Apr 2021 at 20:35, Randy MacLeod <randy.macleod@windriver.com> wrote:
> It doesn't have a yocto-3.3 tag yet...
> Could you add one?

When we actually release, yes.

Ross

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

* Re: [yocto] [PATCH yocto-autobuilder2 1/2] meta-arm has a hardknott branch now
  2021-04-29 21:25   ` Ross Burton
@ 2021-04-29 21:40     ` Armin Kuster
  2021-04-30 10:14       ` Ross Burton
  0 siblings, 1 reply; 6+ messages in thread
From: Armin Kuster @ 2021-04-29 21:40 UTC (permalink / raw)
  To: Ross Burton, Randy MacLeod; +Cc: Yocto



On 4/29/21 2:25 PM, Ross Burton wrote:
> On Thu, 29 Apr 2021 at 20:35, Randy MacLeod <randy.macleod@windriver.com> wrote:
>> It doesn't have a yocto-3.3 tag yet...
>> Could you add one?
> When we actually release, yes.
So do you plan on doing the dot releases too?

-armin
> Ross
>
> 
>


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

* Re: [yocto] [PATCH yocto-autobuilder2 1/2] meta-arm has a hardknott branch now
  2021-04-29 21:40     ` Armin Kuster
@ 2021-04-30 10:14       ` Ross Burton
  0 siblings, 0 replies; 6+ messages in thread
From: Ross Burton @ 2021-04-30 10:14 UTC (permalink / raw)
  To: akuster808; +Cc: Randy MacLeod, Yocto

On Thu, 29 Apr 2021 at 22:40, akuster808 <akuster808@gmail.com> wrote:
> > When we actually release, yes.
> So do you plan on doing the dot releases too?

The plan is that today-ish we roll the 3.3 release for hardknott and
also tag point releases on the stable branches too.

Ross

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

end of thread, other threads:[~2021-04-30 10:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-28 15:09 [PATCH yocto-autobuilder2 1/2] meta-arm has a hardknott branch now Ross Burton
2021-04-28 15:09 ` [PATCH yocto-autobuilder2 2/2] meta-arm doesn't use meta-kernel anymore Ross Burton
2021-04-29 19:34 ` [yocto] [PATCH yocto-autobuilder2 1/2] meta-arm has a hardknott branch now Randy MacLeod
2021-04-29 21:25   ` Ross Burton
2021-04-29 21:40     ` Armin Kuster
2021-04-30 10:14       ` Ross Burton

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.