Message ID | 20231221111536.750434-1-michael.opdenacker@bootlin.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [dunfell,v2] poky.conf: update SANITY_TESTED_DISTROS to match autobuilder | expand |
On 21.12.23 at 12:15, michael.opdenacker@bootlin.com wrote: > From: Michael Opdenacker <michael.opdenacker@bootlin.com> > > Adding new active workers on > https://autobuilder.yoctoproject.org/typhoon/#/workers > > Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> > > --- > Changes in V2: > - Keep the originally tested distros when the release was first published. > --- > 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 5fabf67..2b186fe 100644 > --- a/meta-poky/conf/distro/poky.conf > +++ b/meta-poky/conf/distro/poky.conf > @@ -47,6 +47,7 @@ SANITY_TESTED_DISTROS ?= " \ > ubuntu-20.04 \n \ > ubuntu-22.04 \n \ > fedora-37 \n \ > + fedora-38 \n \ > debian-11 \n \ > opensuseleap-15.3 \n \ > almalinux-8.8 \n \ Actually, following our discussion, SANITY_TESTED_DISTROS is still missing many distro versions which were supported with the initial Dunfell releases. As explained on https://docs.yoctoproject.org/ref-manual/variables.html#term-SANITY_TESTED_DISTROS, people will get an error message if they upgrade Dunfell without upgrading their distro. Shall I send a V3 including an extra commit that restores such distros? I still have the relevant information in the documentation. Cheers Michael.
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 5fabf67..2b186fe 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -47,6 +47,7 @@ SANITY_TESTED_DISTROS ?= " \ ubuntu-20.04 \n \ ubuntu-22.04 \n \ fedora-37 \n \ + fedora-38 \n \ debian-11 \n \ opensuseleap-15.3 \n \ almalinux-8.8 \n \