All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] poky: add Ubuntu 19.04 as a supported distribution
@ 2019-10-09 13:03 Ross Burton
  2019-10-09 13:31 ` Adrian Bunk
  0 siblings, 1 reply; 6+ messages in thread
From: Ross Burton @ 2019-10-09 13:03 UTC (permalink / raw)
  To: poky

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 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 f999992c90a..e3df6be2ac5 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -54,6 +54,7 @@ SANITY_TESTED_DISTROS ?= " \
             poky-2.7 \n \
             ubuntu-16.04 \n \
             ubuntu-18.04 \n \
+            ubuntu-19.04 \n \
             fedora-28 \n \
             fedora-29 \n \
             fedora-30 \n \
-- 
2.20.1



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

* Re: [PATCH] poky: add Ubuntu 19.04 as a supported distribution
  2019-10-09 13:03 [PATCH] poky: add Ubuntu 19.04 as a supported distribution Ross Burton
@ 2019-10-09 13:31 ` Adrian Bunk
  2019-10-09 14:49   ` Alexander Kanavin
  2019-10-09 15:20   ` Ross Burton
  0 siblings, 2 replies; 6+ messages in thread
From: Adrian Bunk @ 2019-10-09 13:31 UTC (permalink / raw)
  To: Ross Burton; +Cc: poky

On Wed, Oct 09, 2019 at 02:03:28PM +0100, Ross Burton wrote:
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
>  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 f999992c90a..e3df6be2ac5 100644
> --- a/meta-poky/conf/distro/poky.conf
> +++ b/meta-poky/conf/distro/poky.conf
> @@ -54,6 +54,7 @@ SANITY_TESTED_DISTROS ?= " \
>              poky-2.7 \n \
>              ubuntu-16.04 \n \
>              ubuntu-18.04 \n \
> +            ubuntu-19.04 \n \
>...

I am not convinced that declaring (and testing?) support for
non-LTS Ubuntu releases is a good idea.

Ubuntu 19.04 will be EOL in January, and 19.10 will be released in a week.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



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

* Re: [PATCH] poky: add Ubuntu 19.04 as a supported distribution
  2019-10-09 13:31 ` Adrian Bunk
@ 2019-10-09 14:49   ` Alexander Kanavin
  2019-10-09 15:22     ` Ross Burton
  2019-10-09 15:20   ` Ross Burton
  1 sibling, 1 reply; 6+ messages in thread
From: Alexander Kanavin @ 2019-10-09 14:49 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Poky Project

[-- Attachment #1: Type: text/plain, Size: 986 bytes --]

On Wed, 9 Oct 2019 at 15:41, Adrian Bunk <bunk@stusta.de> wrote:

> > diff --git a/meta-poky/conf/distro/poky.conf
> b/meta-poky/conf/distro/poky.conf
> > index f999992c90a..e3df6be2ac5 100644
> > --- a/meta-poky/conf/distro/poky.conf
> > +++ b/meta-poky/conf/distro/poky.conf
> > @@ -54,6 +54,7 @@ SANITY_TESTED_DISTROS ?= " \
> >              poky-2.7 \n \
> >              ubuntu-16.04 \n \
> >              ubuntu-18.04 \n \
> > +            ubuntu-19.04 \n \
> >...
>
> I am not convinced that declaring (and testing?) support for
> non-LTS Ubuntu releases is a good idea.
>
> Ubuntu 19.04 will be EOL in January, and 19.10 will be released in a week.
>

I believe this list is compiled from a specific set of distributions that
are actually installed and used on the Yocto autobuilder. If ubuntu 19.04
is there, then it is added to the list. It is up to the users if they want
to use that (in a container maybe), or something else that is current.

Alex

[-- Attachment #2: Type: text/html, Size: 1368 bytes --]

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

* Re: [PATCH] poky: add Ubuntu 19.04 as a supported distribution
  2019-10-09 13:31 ` Adrian Bunk
  2019-10-09 14:49   ` Alexander Kanavin
@ 2019-10-09 15:20   ` Ross Burton
  2019-10-09 15:58     ` Richard Purdie
  1 sibling, 1 reply; 6+ messages in thread
From: Ross Burton @ 2019-10-09 15:20 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: poky

On 09/10/2019 14:31, Adrian Bunk wrote:
> On Wed, Oct 09, 2019 at 02:03:28PM +0100, Ross Burton wrote:
>> Signed-off-by: Ross Burton <ross.burton@intel.com>
>> ---
>>   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 f999992c90a..e3df6be2ac5 100644
>> --- a/meta-poky/conf/distro/poky.conf
>> +++ b/meta-poky/conf/distro/poky.conf
>> @@ -54,6 +54,7 @@ SANITY_TESTED_DISTROS ?= " \
>>               poky-2.7 \n \
>>               ubuntu-16.04 \n \
>>               ubuntu-18.04 \n \
>> +            ubuntu-19.04 \n \
>> ...
> 
> I am not convinced that declaring (and testing?) support for
> non-LTS Ubuntu releases is a good idea.
 > Ubuntu 19.04 will be EOL in January, and 19.10 will be released in a 
week.

Ah, I wasn't aware it was EOL so soon.  Maybe we should stick with LTS 
for the officially supported list after all.

Ross


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

* Re: [PATCH] poky: add Ubuntu 19.04 as a supported distribution
  2019-10-09 14:49   ` Alexander Kanavin
@ 2019-10-09 15:22     ` Ross Burton
  0 siblings, 0 replies; 6+ messages in thread
From: Ross Burton @ 2019-10-09 15:22 UTC (permalink / raw)
  To: Alexander Kanavin, Adrian Bunk; +Cc: Poky Project

On 09/10/2019 15:49, Alexander Kanavin wrote:
> I believe this list is compiled from a specific set of distributions 
> that are actually installed and used on the Yocto autobuilder. If ubuntu 
> 19.04 is there, then it is added to the list. It is up to the users if 
> they want to use that (in a container maybe), or something else that is 
> current.

A distro has to be in the autobuilder cluster to be supported, but not 
all distros on the autobuilder are supported.

We run a tumbleweed instance on the AB just to catch issues sooner, but 
don't plan to add that to the supported list just yet.

Ross


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

* Re: [PATCH] poky: add Ubuntu 19.04 as a supported distribution
  2019-10-09 15:20   ` Ross Burton
@ 2019-10-09 15:58     ` Richard Purdie
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Purdie @ 2019-10-09 15:58 UTC (permalink / raw)
  To: Ross Burton, Adrian Bunk; +Cc: poky

On Wed, 2019-10-09 at 16:20 +0100, Ross Burton wrote:
> On 09/10/2019 14:31, Adrian Bunk wrote:
> > On Wed, Oct 09, 2019 at 02:03:28PM +0100, Ross Burton wrote:
> > > Signed-off-by: Ross Burton <ross.burton@intel.com>
> > > ---
> > >   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 f999992c90a..e3df6be2ac5 100644
> > > --- a/meta-poky/conf/distro/poky.conf
> > > +++ b/meta-poky/conf/distro/poky.conf
> > > @@ -54,6 +54,7 @@ SANITY_TESTED_DISTROS ?= " \
> > >               poky-2.7 \n \
> > >               ubuntu-16.04 \n \
> > >               ubuntu-18.04 \n \
> > > +            ubuntu-19.04 \n \
> > > ...
> > 
> > I am not convinced that declaring (and testing?) support for
> > non-LTS Ubuntu releases is a good idea.
>  > Ubuntu 19.04 will be EOL in January, and 19.10 will be released in
> a 
> week.
> 
> Ah, I wasn't aware it was EOL so soon.  Maybe we should stick with
> LTS for the officially supported list after all.

The policy is to list what we've tested against which we could expect a
user to try the release with. Tumbleweed is excluded on the basis its a
rolling release so it doesn't actually mean anything version wise. It
was an experiment in the autobuilder which is having mixed results.

I'm not sure we want to start trying to second guess when EOL for
distros is and filter based on that...

Cheers,

Richard



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

end of thread, other threads:[~2019-10-09 15:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-09 13:03 [PATCH] poky: add Ubuntu 19.04 as a supported distribution Ross Burton
2019-10-09 13:31 ` Adrian Bunk
2019-10-09 14:49   ` Alexander Kanavin
2019-10-09 15:22     ` Ross Burton
2019-10-09 15:20   ` Ross Burton
2019-10-09 15:58     ` Richard Purdie

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.