All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] CI: use kirkstone branches for meta-clang and meta-virtualization
@ 2022-05-10 10:15 Ross Burton
  2022-05-10 16:42 ` [meta-arm] " Denys Dmytriyenko
  2022-05-10 19:13 ` Jon Mason
  0 siblings, 2 replies; 4+ messages in thread
From: Ross Burton @ 2022-05-10 10:15 UTC (permalink / raw)
  To: meta-arm; +Cc: nd

These branches have kirkstone branches now, so use them.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/clang.yml               | 1 -
 ci/meta-virtualization.yml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/ci/clang.yml b/ci/clang.yml
index e5e7dd5f..a2063f19 100644
--- a/ci/clang.yml
+++ b/ci/clang.yml
@@ -4,7 +4,6 @@ header:
 repos:
   meta-clang:
     url: https://github.com/kraj/meta-clang
-    refspec: master
 
 local_conf_header:
   clang: |
diff --git a/ci/meta-virtualization.yml b/ci/meta-virtualization.yml
index 8791fc3b..1cd0e21a 100644
--- a/ci/meta-virtualization.yml
+++ b/ci/meta-virtualization.yml
@@ -6,4 +6,3 @@ header:
 repos:
   meta-virtualization:
     url: git://git.yoctoproject.org/meta-virtualization
-    refspec: master
-- 
2.25.1



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

* Re: [meta-arm] [PATCH] CI: use kirkstone branches for meta-clang and meta-virtualization
  2022-05-10 10:15 [PATCH] CI: use kirkstone branches for meta-clang and meta-virtualization Ross Burton
@ 2022-05-10 16:42 ` Denys Dmytriyenko
  2022-05-10 16:43   ` Ross Burton
  2022-05-10 19:13 ` Jon Mason
  1 sibling, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2022-05-10 16:42 UTC (permalink / raw)
  To: Ross Burton; +Cc: meta-arm, nd

On Tue, May 10, 2022 at 11:15:08AM +0100, Ross Burton wrote:
> These branches have kirkstone branches now, so use them.

Did you mean "these *layers* have kirsktone branches now"?


> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
>  ci/clang.yml               | 1 -
>  ci/meta-virtualization.yml | 1 -
>  2 files changed, 2 deletions(-)
> 
> diff --git a/ci/clang.yml b/ci/clang.yml
> index e5e7dd5f..a2063f19 100644
> --- a/ci/clang.yml
> +++ b/ci/clang.yml
> @@ -4,7 +4,6 @@ header:
>  repos:
>    meta-clang:
>      url: https://github.com/kraj/meta-clang
> -    refspec: master
>  
>  local_conf_header:
>    clang: |
> diff --git a/ci/meta-virtualization.yml b/ci/meta-virtualization.yml
> index 8791fc3b..1cd0e21a 100644
> --- a/ci/meta-virtualization.yml
> +++ b/ci/meta-virtualization.yml
> @@ -6,4 +6,3 @@ header:
>  repos:
>    meta-virtualization:
>      url: git://git.yoctoproject.org/meta-virtualization
> -    refspec: master
> -- 
> 2.25.1
> 


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

* Re: [meta-arm] [PATCH] CI: use kirkstone branches for meta-clang and meta-virtualization
  2022-05-10 16:42 ` [meta-arm] " Denys Dmytriyenko
@ 2022-05-10 16:43   ` Ross Burton
  0 siblings, 0 replies; 4+ messages in thread
From: Ross Burton @ 2022-05-10 16:43 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arm, nd

[-- Attachment #1: Type: text/plain, Size: 1324 bytes --]

Yes, I did 😊

From: Denys Dmytriyenko <denis@denix.org>
Date: Tuesday, 10 May 2022 at 17:43
To: Ross Burton <Ross.Burton@arm.com>
Cc: meta-arm@lists.yoctoproject.org <meta-arm@lists.yoctoproject.org>, nd <nd@arm.com>
Subject: Re: [meta-arm] [PATCH] CI: use kirkstone branches for meta-clang and meta-virtualization
On Tue, May 10, 2022 at 11:15:08AM +0100, Ross Burton wrote:
> These branches have kirkstone branches now, so use them.

Did you mean "these *layers* have kirsktone branches now"?


> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
>  ci/clang.yml               | 1 -
>  ci/meta-virtualization.yml | 1 -
>  2 files changed, 2 deletions(-)
>
> diff --git a/ci/clang.yml b/ci/clang.yml
> index e5e7dd5f..a2063f19 100644
> --- a/ci/clang.yml
> +++ b/ci/clang.yml
> @@ -4,7 +4,6 @@ header:
>  repos:
>    meta-clang:
>      url: https://github.com/kraj/meta-clang
> -    refspec: master
>
>  local_conf_header:
>    clang: |
> diff --git a/ci/meta-virtualization.yml b/ci/meta-virtualization.yml
> index 8791fc3b..1cd0e21a 100644
> --- a/ci/meta-virtualization.yml
> +++ b/ci/meta-virtualization.yml
> @@ -6,4 +6,3 @@ header:
>  repos:
>    meta-virtualization:
>      url: git://git.yoctoproject.org/meta-virtualization
> -    refspec: master
> --
> 2.25.1
>

[-- Attachment #2: Type: text/html, Size: 3893 bytes --]

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

* Re: [PATCH] CI: use kirkstone branches for meta-clang and meta-virtualization
  2022-05-10 10:15 [PATCH] CI: use kirkstone branches for meta-clang and meta-virtualization Ross Burton
  2022-05-10 16:42 ` [meta-arm] " Denys Dmytriyenko
@ 2022-05-10 19:13 ` Jon Mason
  1 sibling, 0 replies; 4+ messages in thread
From: Jon Mason @ 2022-05-10 19:13 UTC (permalink / raw)
  To: meta-arm, Ross Burton; +Cc: nd

On Tue, 10 May 2022 11:15:08 +0100, Ross Burton wrote:
> These branches have kirkstone branches now, so use them.

Applied, thanks!

[1/1] CI: use kirkstone branches for meta-clang and meta-virtualization
      commit: b838d40efe06c839d58cf39b785175d0ba7518c6

Best regards,
-- 
Jon Mason <jon.mason@arm.com>


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

end of thread, other threads:[~2022-05-10 19:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10 10:15 [PATCH] CI: use kirkstone branches for meta-clang and meta-virtualization Ross Burton
2022-05-10 16:42 ` [meta-arm] " Denys Dmytriyenko
2022-05-10 16:43   ` Ross Burton
2022-05-10 19:13 ` Jon Mason

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.