| Message ID | 20260106152046.578426-1-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [whinlatter] CI: use whinlatter branches | expand |
Le mar. 6 janv. 2026 à 16:21, Ross Burton via lists.yoctoproject.org <ross.burton=arm.com@lists.yoctoproject.org> a écrit : > Signed-off-by: Ross Burton <ross.burton@arm.com> > --- > ci/base.yml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/ci/base.yml b/ci/base.yml > index 87192fba26..41300c5a0f 100644 > --- a/ci/base.yml > +++ b/ci/base.yml > @@ -7,11 +7,12 @@ distro: poky > > defaults: > repos: > - branch: master > + branch: whinlatter > > repos: > bitbake: > url: https://git.openembedded.org/bitbake > + branch: "2.14" > FYI, whinlatter is based on 2.16 > layers: > bitbake: disabled > > -- > 2.43.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#6813): > https://lists.yoctoproject.org/g/meta-arm/message/6813 > Mute This Topic: https://lists.yoctoproject.org/mt/117106390/4316185 > Group Owner: meta-arm+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/meta-arm/unsub [ > yoann.congal@smile.fr] > -=-=-=-=-=-=-=-=-=-=-=- > >
On 6 Jan 2026, at 15:33, Yoann Congal <yoann.congal@smile.fr> wrote: > > FYI, whinlatter is based on 2.16 > Oh, that’s fun, I wonder how it built ;) Ross
diff --git a/ci/base.yml b/ci/base.yml index 87192fba26..41300c5a0f 100644 --- a/ci/base.yml +++ b/ci/base.yml @@ -7,11 +7,12 @@ distro: poky defaults: repos: - branch: master + branch: whinlatter repos: bitbake: url: https://git.openembedded.org/bitbake + branch: "2.14" layers: bitbake: disabled
Signed-off-by: Ross Burton <ross.burton@arm.com> --- ci/base.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)