From: "Krzysztof Kozlowski" <krzk@kernel.org>
To: poky@lists.yoctoproject.org
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Subject: [RFC] poky.conf: Drop CentOS 7 from supported distributions
Date: Mon, 23 Mar 2020 16:33:36 +0100 [thread overview]
Message-ID: <20200323153336.15859-1-krzk@kernel.org> (raw)
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
next reply other threads:[~2020-03-23 15:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-23 15:33 Krzysztof Kozlowski [this message]
2020-03-23 15:51 ` [poky] [RFC] poky.conf: Drop CentOS 7 from supported distributions Richard Purdie
2020-03-24 7:53 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200323153336.15859-1-krzk@kernel.org \
--to=krzk@kernel.org \
--cc=poky@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.