diff options
author | Joshua Lock <joshua.g.lock@intel.com> | 2017-11-03 13:45:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-03 16:54:26 +0000 |
commit | 976ee9a60ab786ae07057577975e3b91e388cd47 (patch) | |
tree | b6253ffd6b34c5f322dd99af3c3975a93d792dd3 /meta-poky | |
parent | 11dbb98836768b71945817881709c5437d6eec6b (diff) | |
download | openembedded-core-contrib-976ee9a60ab786ae07057577975e3b91e388cd47.tar.gz |
poky: remove old Fedora releases from SANITY_TESTED_DISTROS
* Fedora 24 reached end-of-life on 2017-08-08 and hasn't been tested in
some time.
* Fedora 25 reaches end-of-life in Q4 2017 and is exhibiting a bug which
makes it an extremely unreliable host OS for workers on the Yocto
Autobuilder. For that reason we'll no longer be using this distro on the
Yocto Autobuilder and thus cannot claim the distro is sanity tested.
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r-- | meta-poky/conf/distro/poky.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 6d365e01176..dda7f4f9383 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -70,8 +70,6 @@ SANITY_TESTED_DISTROS ?= " \ ubuntu-16.04 \n \ ubuntu-16.10 \n \ ubuntu-17.04 \n \ - fedora-24 \n \ - fedora-25 \n \ fedora-26 \n \ centos-7 \n \ debian-8 \n \ |