* Re: [docs] [PATCH] [dunfell] ref-manual: ref-system-requirements.rst: align with poky.conf [not found] <177516732202084A.7114@lists.yoctoproject.org> @ 2023-07-25 10:48 ` Michael Opdenacker 2023-07-25 14:59 ` Richard Purdie 0 siblings, 1 reply; 3+ messages in thread From: Michael Opdenacker @ 2023-07-25 10:48 UTC (permalink / raw) To: docs Hello, On 25.07.23 at 12:45, Michael Opdenacker via lists.yoctoproject.org wrote: > From: Michael Opdenacker <michael.opdenacker@bootlin.com> > > Align with the contents of meta-poky/conf/distro/poky.conf > which represent the distro versions currently tested. > > Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> > --- > documentation/ref-manual/ref-system-requirements.rst | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/documentation/ref-manual/ref-system-requirements.rst b/documentation/ref-manual/ref-system-requirements.rst > index ac963dcdb9..6e1ad8ee21 100644 > --- a/documentation/ref-manual/ref-system-requirements.rst > +++ b/documentation/ref-manual/ref-system-requirements.rst > @@ -47,10 +47,6 @@ distributions: > > - Ubuntu 22.04 > > -- Fedora 28 > - > -- Fedora 29 > - > - Fedora 30 > > - Fedora 31 > @@ -67,6 +63,8 @@ distributions: > > - CentOS 7.x > > +- CentOS 8.x > + > - Debian GNU/Linux 8.x (Jessie) > > - Debian GNU/Linux 9.x (Stretch) I could further reduce the list by removing the distros that we are still supposed to test (such as Ubuntu 19.04), but that we obviously cannot support any more as they have reached their end of life. Any thoughts? Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [docs] [PATCH] [dunfell] ref-manual: ref-system-requirements.rst: align with poky.conf 2023-07-25 10:48 ` [docs] [PATCH] [dunfell] ref-manual: ref-system-requirements.rst: align with poky.conf Michael Opdenacker @ 2023-07-25 14:59 ` Richard Purdie 2023-07-25 17:47 ` Michael Opdenacker 0 siblings, 1 reply; 3+ messages in thread From: Richard Purdie @ 2023-07-25 14:59 UTC (permalink / raw) To: michael.opdenacker, docs On Tue, 2023-07-25 at 12:48 +0200, Michael Opdenacker via lists.yoctoproject.org wrote: > Hello, > > On 25.07.23 at 12:45, Michael Opdenacker via lists.yoctoproject.org wrote: > > From: Michael Opdenacker <michael.opdenacker@bootlin.com> > > > > Align with the contents of meta-poky/conf/distro/poky.conf > > which represent the distro versions currently tested. > > > > Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> > > --- > > documentation/ref-manual/ref-system-requirements.rst | 6 ++---- > > 1 file changed, 2 insertions(+), 4 deletions(-) > > > > diff --git a/documentation/ref-manual/ref-system-requirements.rst b/documentation/ref-manual/ref-system-requirements.rst > > index ac963dcdb9..6e1ad8ee21 100644 > > --- a/documentation/ref-manual/ref-system-requirements.rst > > +++ b/documentation/ref-manual/ref-system-requirements.rst > > @@ -47,10 +47,6 @@ distributions: > > > > - Ubuntu 22.04 > > > > -- Fedora 28 > > - > > -- Fedora 29 > > - > > - Fedora 30 > > > > - Fedora 31 > > @@ -67,6 +63,8 @@ distributions: > > > > - CentOS 7.x > > > > +- CentOS 8.x > > + > > - Debian GNU/Linux 8.x (Jessie) > > > > - Debian GNU/Linux 9.x (Stretch) > > > I could further reduce the list by removing the distros that we are > still supposed to test (such as Ubuntu 19.04), but that we obviously > cannot support any more as they have reached their end of life. > Any thoughts? I think for the older releases, they should document what we tested when they originally shipped. We could note that it was originally tested with them but they're EOL? Cheers, Richard ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [docs] [PATCH] [dunfell] ref-manual: ref-system-requirements.rst: align with poky.conf 2023-07-25 14:59 ` Richard Purdie @ 2023-07-25 17:47 ` Michael Opdenacker 0 siblings, 0 replies; 3+ messages in thread From: Michael Opdenacker @ 2023-07-25 17:47 UTC (permalink / raw) To: Richard Purdie; +Cc: docs Hi Richard, On 25.07.23 at 16:59, Richard Purdie wrote: > On Tue, 2023-07-25 at 12:48 +0200, Michael Opdenacker via > lists.yoctoproject.org wrote: >> Hello, >> >> On 25.07.23 at 12:45, Michael Opdenacker via lists.yoctoproject.org wrote: >>> From: Michael Opdenacker <michael.opdenacker@bootlin.com> >>> >>> Align with the contents of meta-poky/conf/distro/poky.conf >>> which represent the distro versions currently tested. >>> >>> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> >>> --- >>> documentation/ref-manual/ref-system-requirements.rst | 6 ++---- >>> 1 file changed, 2 insertions(+), 4 deletions(-) >>> >>> diff --git a/documentation/ref-manual/ref-system-requirements.rst b/documentation/ref-manual/ref-system-requirements.rst >>> index ac963dcdb9..6e1ad8ee21 100644 >>> --- a/documentation/ref-manual/ref-system-requirements.rst >>> +++ b/documentation/ref-manual/ref-system-requirements.rst >>> @@ -47,10 +47,6 @@ distributions: >>> >>> - Ubuntu 22.04 >>> >>> -- Fedora 28 >>> - >>> -- Fedora 29 >>> - >>> - Fedora 30 >>> >>> - Fedora 31 >>> @@ -67,6 +63,8 @@ distributions: >>> >>> - CentOS 7.x >>> >>> +- CentOS 8.x >>> + >>> - Debian GNU/Linux 8.x (Jessie) >>> >>> - Debian GNU/Linux 9.x (Stretch) >> >> I could further reduce the list by removing the distros that we are >> still supposed to test (such as Ubuntu 19.04), but that we obviously >> cannot support any more as they have reached their end of life. >> Any thoughts? > I think for the older releases, they should document what we tested > when they originally shipped. We could note that it was originally > tested with them but they're EOL? Good idea. I could do that with all the releases we support, and effectively, we don't loose the information about initially supported distros. This will help when people get back to a project after a few months or years, and their distro version is no longer supported by the distro vendor. Thanks Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-07-25 17:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <177516732202084A.7114@lists.yoctoproject.org>
2023-07-25 10:48 ` [docs] [PATCH] [dunfell] ref-manual: ref-system-requirements.rst: align with poky.conf Michael Opdenacker
2023-07-25 14:59 ` Richard Purdie
2023-07-25 17:47 ` Michael Opdenacker
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox