| Message ID | 20260611132836.489169-1-yoann.congal@smile.fr (mailing list archive) |
|---|---|
| State | New |
| Headers | show |
| Series | [scarthgap] poky.conf: add Ubuntu 26.04 to SANITY_TESTED_DISTROS | expand |
Hi Yoann, Can you consider sending a patch to the scarthgap docs once that's merged? I believe documentation/ref-manual/system-requirements.rst should be modified to list the newly supported distro (but haven't checked if there are other places where changes need to be made as well). Cheers, Quentin On 6/11/26 3:28 PM, Yoann Congal via lists.yoctoproject.org wrote: > From: Yoann Congal <yoann.congal@smile.fr> > > A Ubuntu 26.04 worker is available on autobuilder and ran successfully: > * bringup-fast https://autobuilder.yoctoproject.org/valkyrie/#/builders/97/builds/22 > * bringup https://autobuilder.yoctoproject.org/valkyrie/#/builders/96/builds/34 > This one was from the -nut branch but it did not change during merge > > Signed-off-by: Yoann Congal <yoann.congal@smile.fr> > --- > meta-poky/conf/distro/poky.conf | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf > index a7dc4046..177e5e04 100644 > --- a/meta-poky/conf/distro/poky.conf > +++ b/meta-poky/conf/distro/poky.conf > @@ -39,6 +39,7 @@ SANITY_TESTED_DISTROS ?= " \ > ubuntu-22.04 \n \ > ubuntu-23.04 \n \ > ubuntu-24.04 \n \ > + ubuntu-26.04 \n \ > fedora-38 \n \ > fedora-39 \n \ > fedora-40 \n \ > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#13921): https://lists.yoctoproject.org/g/poky/message/13921 > Mute This Topic: https://lists.yoctoproject.org/mt/119756398/6293953 > Group Owner: poky+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [quentin.schulz@cherry.de] > -=-=-=-=-=-=-=-=-=-=-=- >
On Thu Jun 11, 2026 at 3:44 PM CEST, Quentin Schulz wrote: > Hi Yoann, > > Can you consider sending a patch to the scarthgap docs once that's merged? > > I believe documentation/ref-manual/system-requirements.rst should be > modified to list the newly supported distro (but haven't checked if > there are other places where changes need to be made as well). Sure! Since system-requirements.rst list is generated from yocto-autobuilder2, I'll wait for this to merge first and then, send the doc patch. Regards, > > Cheers, > Quentin > > On 6/11/26 3:28 PM, Yoann Congal via lists.yoctoproject.org wrote: >> From: Yoann Congal <yoann.congal@smile.fr> >> >> A Ubuntu 26.04 worker is available on autobuilder and ran successfully: >> * bringup-fast https://autobuilder.yoctoproject.org/valkyrie/#/builders/97/builds/22 >> * bringup https://autobuilder.yoctoproject.org/valkyrie/#/builders/96/builds/34 >> This one was from the -nut branch but it did not change during merge >> >> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> >> --- >> meta-poky/conf/distro/poky.conf | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf >> index a7dc4046..177e5e04 100644 >> --- a/meta-poky/conf/distro/poky.conf >> +++ b/meta-poky/conf/distro/poky.conf >> @@ -39,6 +39,7 @@ SANITY_TESTED_DISTROS ?= " \ >> ubuntu-22.04 \n \ >> ubuntu-23.04 \n \ >> ubuntu-24.04 \n \ >> + ubuntu-26.04 \n \ >> fedora-38 \n \ >> fedora-39 \n \ >> fedora-40 \n \ >> >> >> >> -=-=-=-=-=-=-=-=-=-=-=- >> Links: You receive all messages sent to this group. >> View/Reply Online (#13921): https://lists.yoctoproject.org/g/poky/message/13921 >> Mute This Topic: https://lists.yoctoproject.org/mt/119756398/6293953 >> Group Owner: poky+owner@lists.yoctoproject.org >> Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [quentin.schulz@cherry.de] >> -=-=-=-=-=-=-=-=-=-=-=- >>
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index a7dc4046..177e5e04 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -39,6 +39,7 @@ SANITY_TESTED_DISTROS ?= " \ ubuntu-22.04 \n \ ubuntu-23.04 \n \ ubuntu-24.04 \n \ + ubuntu-26.04 \n \ fedora-38 \n \ fedora-39 \n \ fedora-40 \n \