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

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.