Message ID | 20251001141723.267866-1-richard.purdie@linuxfoundation.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | poky: Update SANITY_TESTED_DISTROS | expand |
Hello, A typo in the commit description, Fedora 42 and not 52. On Wed, 1 Oct 2025 at 15:17 Richard Purdie via lists.yoctoproject.org <richard.purdie=linuxfoundation.org@lists.yoctoproject.org> wrote: > Add Fedora 52, Debian 13 and Ubuntu 25.04, drop Ubuntu 24.10. > > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> > --- > meta-poky/conf/distro/poky.conf | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/meta-poky/conf/distro/poky.conf > b/meta-poky/conf/distro/poky.conf > index 3a17748fdba..8c291d305e9 100644 > --- a/meta-poky/conf/distro/poky.conf > +++ b/meta-poky/conf/distro/poky.conf > @@ -35,13 +35,15 @@ SANITY_TESTED_DISTROS ?= " \ > poky-5.2 \n \ > ubuntu-22.04 \n \ > ubuntu-24.04 \n \ > - ubuntu-24.10 \n \ > + ubuntu-25.04 \n \ > fedora-39 \n \ > fedora-40 \n \ > fedora-41 \n \ > + fedora-42 \n \ > centosstream-9 \n \ > debian-11 \n \ > debian-12 \n \ > + debian-13 \n \ > opensuseleap-15.5 \n \ > opensuseleap-15.6 \n \ > almalinux-8.8 \n \ > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#13759): > https://lists.yoctoproject.org/g/poky/message/13759 > Mute This Topic: https://lists.yoctoproject.org/mt/115534299/1955228 > Group Owner: poky+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [ > bhstalel@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 3a17748fdba..8c291d305e9 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -35,13 +35,15 @@ SANITY_TESTED_DISTROS ?= " \ poky-5.2 \n \ ubuntu-22.04 \n \ ubuntu-24.04 \n \ - ubuntu-24.10 \n \ + ubuntu-25.04 \n \ fedora-39 \n \ fedora-40 \n \ fedora-41 \n \ + fedora-42 \n \ centosstream-9 \n \ debian-11 \n \ debian-12 \n \ + debian-13 \n \ opensuseleap-15.5 \n \ opensuseleap-15.6 \n \ almalinux-8.8 \n \
Add Fedora 52, Debian 13 and Ubuntu 25.04, drop Ubuntu 24.10. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- meta-poky/conf/distro/poky.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)