[v2] CI: use kirkstone branch, not master

Message ID 20220427203120.2116813-1-ross.burton@arm.com
State New
Headers show
Series [v2] CI: use kirkstone branch, not master | expand

Commit Message

Ross Burton April 27, 2022, 8:31 p.m. UTC
Until we have released and branched meta-arm we're tracking kirkstone, not
master.  oe-core has branched and master is changing fast, so switch
the default branch now.

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

Comments

Jon Mason April 27, 2022, 11:48 p.m. UTC | #1
On Wed, 27 Apr 2022 21:31:20 +0100, Ross Burton wrote:
> Until we have released and branched meta-arm we're tracking kirkstone, not
> master.  oe-core has branched and master is changing fast, so switch
> the default branch now.

Applied, thanks!

[1/1] CI: use kirkstone branch, not master
      commit: 84abf1d5937643ea9a2a684dea6fad5bcaa9c0ec

Best regards,

Patch

diff --git a/ci/base.yml b/ci/base.yml
index 4c997463..6cb18589 100644
--- a/ci/base.yml
+++ b/ci/base.yml
@@ -5,7 +5,7 @@  distro: poky
 
 defaults:
   repos:
-    refspec: master
+    refspec: kirkstone
 
 repos:
   meta-arm:
diff --git a/ci/clang.yml b/ci/clang.yml
index a2063f19..e5e7dd5f 100644
--- a/ci/clang.yml
+++ b/ci/clang.yml
@@ -4,6 +4,7 @@  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 1cd0e21a..8791fc3b 100644
--- a/ci/meta-virtualization.yml
+++ b/ci/meta-virtualization.yml
@@ -6,3 +6,4 @@  header:
 repos:
   meta-virtualization:
     url: git://git.yoctoproject.org/meta-virtualization
+    refspec: master