All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-poky][PATCH] poky.conf: Debian 8 is no longer supported
@ 2019-12-16  4:06 Adrian Bunk
  2019-12-16 23:55 ` [poky] " Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Adrian Bunk @ 2019-12-16  4:06 UTC (permalink / raw)
  To: poky

Upstream LTS EOL will be June 2020,
and Python 3.4 is now too old for bitbake.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
 meta-poky/conf/distro/poky.conf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index 8a0f28a863..995dd826ac 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -59,7 +59,6 @@ SANITY_TESTED_DISTROS ?= " \
             fedora-29 \n \
             fedora-30 \n \
             centos-7 \n \
-            debian-8 \n \
             debian-9 \n \
             debian-10 \n \
             opensuseleap-15.1 \n \
-- 
2.17.1


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

* Re: [poky] [meta-poky][PATCH] poky.conf: Debian 8 is no longer supported
  2019-12-16  4:06 [meta-poky][PATCH] poky.conf: Debian 8 is no longer supported Adrian Bunk
@ 2019-12-16 23:55 ` Richard Purdie
  2019-12-17  0:06   ` Armpit
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2019-12-16 23:55 UTC (permalink / raw)
  To: Adrian Bunk, poky

On Mon, 2019-12-16 at 06:06 +0200, Adrian Bunk wrote:
> Upstream LTS EOL will be June 2020,
> and Python 3.4 is now too old for bitbake.
> 
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> ---
>  meta-poky/conf/distro/poky.conf | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/meta-poky/conf/distro/poky.conf b/meta-
> poky/conf/distro/poky.conf
> index 8a0f28a863..995dd826ac 100644
> --- a/meta-poky/conf/distro/poky.conf
> +++ b/meta-poky/conf/distro/poky.conf
> @@ -59,7 +59,6 @@ SANITY_TESTED_DISTROS ?= " \
>              fedora-29 \n \
>              fedora-30 \n \
>              centos-7 \n \
> -            debian-8 \n \
>              debian-9 \n \
>              debian-10 \n \
>              opensuseleap-15.1 \n \

We still have such a worker in the autobuilder right now as it can work
using our buildtools tarball...

Cheers,

Richard


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

* Re: [poky] [meta-poky][PATCH] poky.conf: Debian 8 is no longer supported
  2019-12-16 23:55 ` [poky] " Richard Purdie
@ 2019-12-17  0:06   ` Armpit
  2019-12-17  3:27     ` Adrian Bunk
  0 siblings, 1 reply; 5+ messages in thread
From: Armpit @ 2019-12-17  0:06 UTC (permalink / raw)
  To: Richard Purdie, Adrian Bunk, poky

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



On 12/16/19 3:55 PM, Richard Purdie wrote:
> On Mon, 2019-12-16 at 06:06 +0200, Adrian Bunk wrote:
>> Upstream LTS EOL will be June 2020,
>> and Python 3.4 is now too old for bitbake.
>>
>> Signed-off-by: Adrian Bunk <bunk@stusta.de>
>> ---
>>  meta-poky/conf/distro/poky.conf | 1 -
>>  1 file changed, 1 deletion(-)
>>
>> diff --git a/meta-poky/conf/distro/poky.conf b/meta-
>> poky/conf/distro/poky.conf
>> index 8a0f28a863..995dd826ac 100644
>> --- a/meta-poky/conf/distro/poky.conf
>> +++ b/meta-poky/conf/distro/poky.conf
>> @@ -59,7 +59,6 @@ SANITY_TESTED_DISTROS ?= " \
>>              fedora-29 \n \
>>              fedora-30 \n \
>>              centos-7 \n \
>> -            debian-8 \n \
>>              debian-9 \n \
>>              debian-10 \n \
>>              opensuseleap-15.1 \n \
> We still have such a worker in the autobuilder right now as it can work
> using our buildtools tarball...

Is there a recommend process we should consult when adding or
subtracting host support for the project?

- armin
>
> Cheers,
>
> Richard
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#11869): https://lists.yoctoproject.org/g/poky/message/11869
> Mute This Topic: https://lists.yoctoproject.org/mt/68709532/3616698
> Group Owner: poky+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub  [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-


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

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

* Re: [poky] [meta-poky][PATCH] poky.conf: Debian 8 is no longer supported
  2019-12-17  0:06   ` Armpit
@ 2019-12-17  3:27     ` Adrian Bunk
  2019-12-17  9:44       ` Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Adrian Bunk @ 2019-12-17  3:27 UTC (permalink / raw)
  To: akuster808, Richard Purdie, poky

On Mon, Dec 16, 2019 at 04:06:22PM -0800, akuster808 wrote:
> 
> 
> On 12/16/19 3:55 PM, Richard Purdie wrote:
> > On Mon, 2019-12-16 at 06:06 +0200, Adrian Bunk wrote:
> >> Upstream LTS EOL will be June 2020,
> >> and Python 3.4 is now too old for bitbake.
> >>
> >> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> >> ---
> >>  meta-poky/conf/distro/poky.conf | 1 -
> >>  1 file changed, 1 deletion(-)
> >>
> >> diff --git a/meta-poky/conf/distro/poky.conf b/meta-
> >> poky/conf/distro/poky.conf
> >> index 8a0f28a863..995dd826ac 100644
> >> --- a/meta-poky/conf/distro/poky.conf
> >> +++ b/meta-poky/conf/distro/poky.conf
> >> @@ -59,7 +59,6 @@ SANITY_TESTED_DISTROS ?= " \
> >>              fedora-29 \n \
> >>              fedora-30 \n \
> >>              centos-7 \n \
> >> -            debian-8 \n \
> >>              debian-9 \n \
> >>              debian-10 \n \
> >>              opensuseleap-15.1 \n \
> > We still have such a worker in the autobuilder right now as it can work
> > using our buildtools tarball...
> 
> Is there a recommend process we should consult when adding or
> subtracting host support for the project?

And what does "SANITY_TESTED_DISTROS" actually mean?

If this might require the buildtools tarball, the next issue is that 
there is not yet an aarch64 buildtools tarball available in stable 
series supporting aarch64 hosts.

> - armin

cu
Adrian

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

* Re: [poky] [meta-poky][PATCH] poky.conf: Debian 8 is no longer supported
  2019-12-17  3:27     ` Adrian Bunk
@ 2019-12-17  9:44       ` Richard Purdie
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2019-12-17  9:44 UTC (permalink / raw)
  To: Adrian Bunk, akuster808, poky

On Tue, 2019-12-17 at 05:27 +0200, Adrian Bunk wrote:
> On Mon, Dec 16, 2019 at 04:06:22PM -0800, akuster808 wrote:
> > 
> > On 12/16/19 3:55 PM, Richard Purdie wrote:
> > > On Mon, 2019-12-16 at 06:06 +0200, Adrian Bunk wrote:
> > > > Upstream LTS EOL will be June 2020,
> > > > and Python 3.4 is now too old for bitbake.
> > > > 
> > > > Signed-off-by: Adrian Bunk <bunk@stusta.de>
> > > > ---
> > > >  meta-poky/conf/distro/poky.conf | 1 -
> > > >  1 file changed, 1 deletion(-)
> > > > 
> > > > diff --git a/meta-poky/conf/distro/poky.conf b/meta-
> > > > poky/conf/distro/poky.conf
> > > > index 8a0f28a863..995dd826ac 100644
> > > > --- a/meta-poky/conf/distro/poky.conf
> > > > +++ b/meta-poky/conf/distro/poky.conf
> > > > @@ -59,7 +59,6 @@ SANITY_TESTED_DISTROS ?= " \
> > > >              fedora-29 \n \
> > > >              fedora-30 \n \
> > > >              centos-7 \n \
> > > > -            debian-8 \n \
> > > >              debian-9 \n \
> > > >              debian-10 \n \
> > > >              opensuseleap-15.1 \n \
> > > We still have such a worker in the autobuilder right now as it
> > > can work
> > > using our buildtools tarball...
> > 
> > Is there a recommend process we should consult when adding or
> > subtracting host support for the project?
>
> And what does "SANITY_TESTED_DISTROS" actually mean?

It represents the list of machines we test upon, which in reality are
the workers installed in the autobuilder at this point.

The autobuilder still has a debian8 worker.

> If this might require the buildtools tarball, the next issue is that 
> there is not yet an aarch64 buildtools tarball available in stable 
> series supporting aarch64 hosts.

Should be straightforward to add one, nobody has pointed that out
before!

Cheers,

Richard



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

end of thread, other threads:[~2019-12-17  9:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-16  4:06 [meta-poky][PATCH] poky.conf: Debian 8 is no longer supported Adrian Bunk
2019-12-16 23:55 ` [poky] " Richard Purdie
2019-12-17  0:06   ` Armpit
2019-12-17  3:27     ` Adrian Bunk
2019-12-17  9:44       ` 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.