diff mbox series

ref-manual/system-requirements.rst: add ubuntu 25.10 to supported distros

Message ID 20251113-add-ubuntu-25-10-v1-1-092133ab6d40@bootlin.com
State Under Review
Headers show
Series ref-manual/system-requirements.rst: add ubuntu 25.10 to supported distros | expand

Commit Message

Antonin Godard Nov. 13, 2025, 9:03 a.m. UTC
After it was added to meta-yocto/meta-poky's sanity.conf.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
Note: merge when either is merged:
* https://lore.kernel.org/r/20251112224534.3094578-1-richard.purdie@linuxfoundation.org
* https://lore.kernel.org/r/20251111-contrib-mathieu-ubuntu_2510-v1-1-4e50cc96eb00@bootlin.com
---
 documentation/ref-manual/system-requirements.rst | 1 +
 1 file changed, 1 insertion(+)


---
base-commit: 1d1c26853724a5e9ba9ccd9dc7dc7524f4051fc7
change-id: 20251113-add-ubuntu-25-10-e3cd0857f347

Comments

Quentin Schulz Nov. 13, 2025, 10:07 a.m. UTC | #1
Hi Antonin,

On 11/13/25 10:03 AM, Antonin Godard via lists.yoctoproject.org wrote:
> After it was added to meta-yocto/meta-poky's sanity.conf.
> 
> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
> ---
> Note: merge when either is merged:
> * https://lore.kernel.org/r/20251112224534.3094578-1-richard.purdie@linuxfoundation.org
> * https://lore.kernel.org/r/20251111-contrib-mathieu-ubuntu_2510-v1-1-4e50cc96eb00@bootlin.com
> ---
>   documentation/ref-manual/system-requirements.rst | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
> index fcefd6c7a..0860c7a3f 100644
> --- a/documentation/ref-manual/system-requirements.rst
> +++ b/documentation/ref-manual/system-requirements.rst
> @@ -79,6 +79,7 @@ supported on the following distributions:
>   -  Ubuntu 22.04 (LTS)
>   -  Ubuntu 24.04 (LTS)
>   -  Ubuntu 25.04
> +-  Ubuntu 25.10
>   

We should probably update documentation/tools/build-docs-container to 
also be able to build for Ubuntu 25.10 (and make sure we can actually 
build stuff with it :) ).

https://lore.kernel.org/yocto-patches/CADfgfoZh_6cw3YnapQR3DfrWah3Prp1aj6-d5tJW_jJN5u28CQ@mail.gmail.com/ 
adds fedora 43 workers as well, but I guess it's too early for marking 
that as tested distro :)

Cheers,
Quentin
Antonin Godard Nov. 13, 2025, 12:03 p.m. UTC | #2
Hi,

On Thu Nov 13, 2025 at 11:07 AM CET, Quentin Schulz via lists.yoctoproject.org wrote:
> Hi Antonin,
>
> On 11/13/25 10:03 AM, Antonin Godard via lists.yoctoproject.org wrote:
>> After it was added to meta-yocto/meta-poky's sanity.conf.
>> 
>> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
>> ---
>> Note: merge when either is merged:
>> * https://lore.kernel.org/r/20251112224534.3094578-1-richard.purdie@linuxfoundation.org
>> * https://lore.kernel.org/r/20251111-contrib-mathieu-ubuntu_2510-v1-1-4e50cc96eb00@bootlin.com
>> ---
>>   documentation/ref-manual/system-requirements.rst | 1 +
>>   1 file changed, 1 insertion(+)
>> 
>> diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
>> index fcefd6c7a..0860c7a3f 100644
>> --- a/documentation/ref-manual/system-requirements.rst
>> +++ b/documentation/ref-manual/system-requirements.rst
>> @@ -79,6 +79,7 @@ supported on the following distributions:
>>   -  Ubuntu 22.04 (LTS)
>>   -  Ubuntu 24.04 (LTS)
>>   -  Ubuntu 25.04
>> +-  Ubuntu 25.10
>>   
>
> We should probably update documentation/tools/build-docs-container to 
> also be able to build for Ubuntu 25.10 (and make sure we can actually 
> build stuff with it :) ).

Yes, thanks for reminding me, I tested it and the build worked fine with ubuntu
25.10. Patch coming.

> https://lore.kernel.org/yocto-patches/CADfgfoZh_6cw3YnapQR3DfrWah3Prp1aj6-d5tJW_jJN5u28CQ@mail.gmail.com/ 
> adds fedora 43 workers as well, but I guess it's too early for marking 
> that as tested distro :)

Ha yes indeed, they might be under test still, I'll keep an eye on that.

Thanks!
Antonin
Richard Purdie Nov. 13, 2025, 12:17 p.m. UTC | #3
On Thu, 2025-11-13 at 13:03 +0100, Antonin Godard via lists.yoctoproject.org wrote:
> Hi,
> 
> On Thu Nov 13, 2025 at 11:07 AM CET, Quentin Schulz via lists.yoctoproject.org wrote:
> > Hi Antonin,
> > 
> > On 11/13/25 10:03 AM, Antonin Godard via lists.yoctoproject.org wrote:
> > > After it was added to meta-yocto/meta-poky's sanity.conf.
> > > 
> > > Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
> > > ---
> > > Note: merge when either is merged:
> > > * https://lore.kernel.org/r/20251112224534.3094578-1-richard.purdie@linuxfoundation.org
> > > * https://lore.kernel.org/r/20251111-contrib-mathieu-ubuntu_2510-v1-1-4e50cc96eb00@bootlin.com
> > > ---
> > >   documentation/ref-manual/system-requirements.rst | 1 +
> > >   1 file changed, 1 insertion(+)
> > > 
> > > diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
> > > index fcefd6c7a..0860c7a3f 100644
> > > --- a/documentation/ref-manual/system-requirements.rst
> > > +++ b/documentation/ref-manual/system-requirements.rst
> > > @@ -79,6 +79,7 @@ supported on the following distributions:
> > >   -  Ubuntu 22.04 (LTS)
> > >   -  Ubuntu 24.04 (LTS)
> > >   -  Ubuntu 25.04
> > > +-  Ubuntu 25.10
> > >   
> > 
> > We should probably update documentation/tools/build-docs-container to 
> > also be able to build for Ubuntu 25.10 (and make sure we can actually 
> > build stuff with it :) ).
> 
> Yes, thanks for reminding me, I tested it and the build worked fine with ubuntu
> 25.10. Patch coming.
> 
> > https://lore.kernel.org/yocto-patches/CADfgfoZh_6cw3YnapQR3DfrWah3Prp1aj6-d5tJW_jJN5u28CQ@mail.gmail.com/ 
> > adds fedora 43 workers as well, but I guess it's too early for marking 
> > that as tested distro :)
> 
> Ha yes indeed, they might be under test still, I'll keep an eye on that.

Fedora 43 doesn't actually work yet. We are just testing with it to
work out what issues we have...

Cheers,

Richard
diff mbox series

Patch

diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
index fcefd6c7a..0860c7a3f 100644
--- a/documentation/ref-manual/system-requirements.rst
+++ b/documentation/ref-manual/system-requirements.rst
@@ -79,6 +79,7 @@  supported on the following distributions:
 -  Ubuntu 22.04 (LTS)
 -  Ubuntu 24.04 (LTS)
 -  Ubuntu 25.04
+-  Ubuntu 25.10
 
 The following distribution versions are still tested, even though the
 organizations publishing them no longer make updates publicly available: