All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto-docs][dunfell] ref-system-requirements.rst: Add Fedora 33 to list of supported distros
       [not found] <cover.1620838359.git.steve@sakoman.com>
@ 2021-05-12 16:54 ` Steve Sakoman
  2021-05-14  9:19   ` [docs] " Michael Opdenacker
  0 siblings, 1 reply; 4+ messages in thread
From: Steve Sakoman @ 2021-05-12 16:54 UTC (permalink / raw)
  To: docs

Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 documentation/ref-manual/ref-system-requirements.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/documentation/ref-manual/ref-system-requirements.rst b/documentation/ref-manual/ref-system-requirements.rst
index 65234d072..bb688772f 100644
--- a/documentation/ref-manual/ref-system-requirements.rst
+++ b/documentation/ref-manual/ref-system-requirements.rst
@@ -55,6 +55,8 @@ distributions:
 
 -  Fedora 32
 
+-  Fedora 33
+
 -  CentOS 7.x
 
 -  Debian GNU/Linux 8.x (Jessie)
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [docs] [yocto-docs][dunfell] ref-system-requirements.rst: Add Fedora 33 to list of supported distros
  2021-05-12 16:54 ` [yocto-docs][dunfell] ref-system-requirements.rst: Add Fedora 33 to list of supported distros Steve Sakoman
@ 2021-05-14  9:19   ` Michael Opdenacker
  2021-05-14 16:09     ` Steve Sakoman
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Opdenacker @ 2021-05-14  9:19 UTC (permalink / raw)
  To: Steve Sakoman, docs

Hi Steve,

On 5/12/21 6:54 PM, Steve Sakoman wrote:
> Signed-off-by: Steve Sakoman <steve@sakoman.com>
> ---
>  documentation/ref-manual/ref-system-requirements.rst | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/documentation/ref-manual/ref-system-requirements.rst b/documentation/ref-manual/ref-system-requirements.rst
> index 65234d072..bb688772f 100644
> --- a/documentation/ref-manual/ref-system-requirements.rst
> +++ b/documentation/ref-manual/ref-system-requirements.rst
> @@ -55,6 +55,8 @@ distributions:
>  
>  -  Fedora 32
>  
> +-  Fedora 33
> +


If Fedora 33 is supported in our LTS, shouldn't we support it too in the
next release? I could propose the same update to the "master" branch of
yocto-docs...

Thanks in advance,

Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [docs] [yocto-docs][dunfell] ref-system-requirements.rst: Add Fedora 33 to list of supported distros
  2021-05-14  9:19   ` [docs] " Michael Opdenacker
@ 2021-05-14 16:09     ` Steve Sakoman
  2021-05-14 16:45       ` Michael Opdenacker
  0 siblings, 1 reply; 4+ messages in thread
From: Steve Sakoman @ 2021-05-14 16:09 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: YP docs mailing list

On Thu, May 13, 2021 at 11:19 PM Michael Opdenacker
<michael.opdenacker@bootlin.com> wrote:
>
> Hi Steve,
>
> On 5/12/21 6:54 PM, Steve Sakoman wrote:
> > Signed-off-by: Steve Sakoman <steve@sakoman.com>
> > ---
> >  documentation/ref-manual/ref-system-requirements.rst | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/documentation/ref-manual/ref-system-requirements.rst b/documentation/ref-manual/ref-system-requirements.rst
> > index 65234d072..bb688772f 100644
> > --- a/documentation/ref-manual/ref-system-requirements.rst
> > +++ b/documentation/ref-manual/ref-system-requirements.rst
> > @@ -55,6 +55,8 @@ distributions:
> >
> >  -  Fedora 32
> >
> > +-  Fedora 33
> > +
>
>
> If Fedora 33 is supported in our LTS, shouldn't we support it too in the
> next release? I could propose the same update to the "master" branch of
> yocto-docs...

I suspect master has more changes than just this one!  Taking a quick look at:

https://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto/tree/meta-poky/conf/distro/poky.conf

shows that there are some additions as well as at least one deletion.

So, yes, master should be updated to reflect the current requirements
in poky.conf

It may well be that gatesgarth/hardknott aren't quite correct either.

Steve

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [docs] [yocto-docs][dunfell] ref-system-requirements.rst: Add Fedora 33 to list of supported distros
  2021-05-14 16:09     ` Steve Sakoman
@ 2021-05-14 16:45       ` Michael Opdenacker
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Opdenacker @ 2021-05-14 16:45 UTC (permalink / raw)
  To: Steve Sakoman; +Cc: YP docs mailing list

Hi Steve,

On 5/14/21 6:09 PM, Steve Sakoman wrote:
> On Thu, May 13, 2021 at 11:19 PM Michael Opdenacker
> <michael.opdenacker@bootlin.com> wrote:
>> Hi Steve,
>>
>> On 5/12/21 6:54 PM, Steve Sakoman wrote:
>>> Signed-off-by: Steve Sakoman <steve@sakoman.com>
>>> ---
>>>  documentation/ref-manual/ref-system-requirements.rst | 2 ++
>>>  1 file changed, 2 insertions(+)
>>>
>>> diff --git a/documentation/ref-manual/ref-system-requirements.rst b/documentation/ref-manual/ref-system-requirements.rst
>>> index 65234d072..bb688772f 100644
>>> --- a/documentation/ref-manual/ref-system-requirements.rst
>>> +++ b/documentation/ref-manual/ref-system-requirements.rst
>>> @@ -55,6 +55,8 @@ distributions:
>>>
>>>  -  Fedora 32
>>>
>>> +-  Fedora 33
>>> +
>>
>> If Fedora 33 is supported in our LTS, shouldn't we support it too in the
>> next release? I could propose the same update to the "master" branch of
>> yocto-docs...
> I suspect master has more changes than just this one!  Taking a quick look at:
>
> https://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto/tree/meta-poky/conf/distro/poky.conf
>
> shows that there are some additions as well as at least one deletion.


Oops, indeed! Thanks for the reference.

>
> So, yes, master should be updated to reflect the current requirements
> in poky.conf
>
> It may well be that gatesgarth/hardknott aren't quite correct either.


Sure, I'll propose updates to both.

Thanks again,

Cheers,

Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-14 16:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <cover.1620838359.git.steve@sakoman.com>
2021-05-12 16:54 ` [yocto-docs][dunfell] ref-system-requirements.rst: Add Fedora 33 to list of supported distros Steve Sakoman
2021-05-14  9:19   ` [docs] " Michael Opdenacker
2021-05-14 16:09     ` Steve Sakoman
2021-05-14 16:45       ` Michael Opdenacker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.