Message ID | 20220117133824.465198-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | CI: track honister branch for clang and zephyr | expand |
This was for honister. Because it fixes CI, I've already pushed it. Ross On Mon, 17 Jan 2022 at 13:38, Ross Burton via lists.yoctoproject.org <ross=burtonini.com@lists.yoctoproject.org> wrote: > > These layers now have honister branches, so track those instead of master. > > Signed-off-by: Ross Burton <ross.burton@arm.com> > --- > ci/clang.yml | 1 - > ci/meta-zephyr.yml | 1 - > 2 files changed, 2 deletions(-) > > diff --git a/ci/clang.yml b/ci/clang.yml > index 063f72d9..f3524473 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-zephyr.yml b/ci/meta-zephyr.yml > index d8fae2ef..2b9d19e5 100644 > --- a/ci/meta-zephyr.yml > +++ b/ci/meta-zephyr.yml > @@ -6,4 +6,3 @@ header: > repos: > meta-zephyr: > url: https://git.yoctoproject.org/git/meta-zephyr > - refspec: master > -- > 2.25.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#2835): https://lists.yoctoproject.org/g/meta-arm/message/2835 > Mute This Topic: https://lists.yoctoproject.org/mt/88483579/1676615 > Group Owner: meta-arm+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/meta-arm/unsub [ross@burtonini.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/ci/clang.yml b/ci/clang.yml index 063f72d9..f3524473 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-zephyr.yml b/ci/meta-zephyr.yml index d8fae2ef..2b9d19e5 100644 --- a/ci/meta-zephyr.yml +++ b/ci/meta-zephyr.yml @@ -6,4 +6,3 @@ header: repos: meta-zephyr: url: https://git.yoctoproject.org/git/meta-zephyr - refspec: master
These layers now have honister branches, so track those instead of master. Signed-off-by: Ross Burton <ross.burton@arm.com> --- ci/clang.yml | 1 - ci/meta-zephyr.yml | 1 - 2 files changed, 2 deletions(-)