All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] poky.conf: Drop CentOS 7 from supported distributions
@ 2020-03-23 15:33 Krzysztof Kozlowski
  2020-03-23 15:51 ` [poky] " Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2020-03-23 15:33 UTC (permalink / raw)
  To: poky; +Cc: Krzysztof Kozlowski

Since Yocto v3.0, the extensible SDK cannot be built on CentOS 7 because
of old tar:

    $ bitbake xxx-image -c populate_sdk_ext
    Your version of tar is older than 1.28 and does not have the support
    needed to enable reproducible builds. Please install a newer version of
    tar (you could use the projects buildtools-tarball from our last
    release).

Drop it then from officially supported distributions.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 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 8111f19caa58..9a26df1d525c 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -58,7 +58,6 @@ SANITY_TESTED_DISTROS ?= " \
             fedora-28 \n \
             fedora-29 \n \
             fedora-30 \n \
-            centos-7 \n \
             debian-8 \n \
             debian-9 \n \
             debian-10 \n \
-- 
2.17.1


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

* Re: [poky] [RFC] poky.conf: Drop CentOS 7 from supported distributions
  2020-03-23 15:33 [RFC] poky.conf: Drop CentOS 7 from supported distributions Krzysztof Kozlowski
@ 2020-03-23 15:51 ` Richard Purdie
  2020-03-24  7:53   ` Krzysztof Kozlowski
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2020-03-23 15:51 UTC (permalink / raw)
  To: Krzysztof Kozlowski, poky

On Mon, 2020-03-23 at 16:33 +0100, Krzysztof Kozlowski wrote:
> Since Yocto v3.0, the extensible SDK cannot be built on CentOS 7 because
> of old tar:
> 
>     $ bitbake xxx-image -c populate_sdk_ext
>     Your version of tar is older than 1.28 and does not have the support
>     needed to enable reproducible builds. Please install a newer version of
>     tar (you could use the projects buildtools-tarball from our last
>     release).
> 
> Drop it then from officially supported distributions.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  meta-poky/conf/distro/poky.conf | 1 -
>  1 file changed, 1 deletion(-)

The plan is to suggest people use buildtools-tarball on such systems
and there are open bugs for this.

Cheers,

Richard


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

* Re: [poky] [RFC] poky.conf: Drop CentOS 7 from supported distributions
  2020-03-23 15:51 ` [poky] " Richard Purdie
@ 2020-03-24  7:53   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2020-03-24  7:53 UTC (permalink / raw)
  To: Richard Purdie; +Cc: poky

On Mon, Mar 23, 2020 at 03:51:48PM +0000, Richard Purdie wrote:
> On Mon, 2020-03-23 at 16:33 +0100, Krzysztof Kozlowski wrote:
> > Since Yocto v3.0, the extensible SDK cannot be built on CentOS 7 because
> > of old tar:
> > 
> >     $ bitbake xxx-image -c populate_sdk_ext
> >     Your version of tar is older than 1.28 and does not have the support
> >     needed to enable reproducible builds. Please install a newer version of
> >     tar (you could use the projects buildtools-tarball from our last
> >     release).
> > 
> > Drop it then from officially supported distributions.
> > 
> > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> > ---
> >  meta-poky/conf/distro/poky.conf | 1 -
> >  1 file changed, 1 deletion(-)
> 
> The plan is to suggest people use buildtools-tarball on such systems
> and there are open bugs for this.

Yes, I understand the suggestion but the message is hidden behind
big-red-error with last lines:
    Exception: FileNotFoundError: [Errno 2] No such file or directory: 'build/tmp/work/col_vf50_proceq-poky-linux-gnueabi/console-proceq-image/1.0-r0/sdk-ext/image//opt
    /eagle/3.0.2/conf/local.conf.bak' ->
'build/tmp/work/col_vf50_proceq-poky-linux-gnueabi/console-proceq-image/1.0-r0/sdk-ext/image//opt/eagle/3.0.2/conf/local.conf'

So the user might not even spot the suggestion.  The second point is
that if by default distribution cannot compile one of basic features of
Yocto, then I doubt that it has the same level of support as others.

Best regards,
Krzysztof

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

end of thread, other threads:[~2020-03-24  7:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-23 15:33 [RFC] poky.conf: Drop CentOS 7 from supported distributions Krzysztof Kozlowski
2020-03-23 15:51 ` [poky] " Richard Purdie
2020-03-24  7:53   ` Krzysztof Kozlowski

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.