diff options
author | Joshua Lock <joshua.g.lock@intel.com> | 2017-02-15 13:38:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-15 19:27:14 -0800 |
commit | e8b1864f70f99c007e81549270970f0837f1551a (patch) | |
tree | 37bfb760dee3126546a77e03fad824109b39d48a /meta-poky/conf/distro/poky.conf | |
parent | 3b93282a59c954a8ee10af5be5e026db277d8f53 (diff) | |
download | poky-e8b1864f70f99c007e81549270970f0837f1551a.tar.gz |
poky.conf: prune SANITY_TESTED_DISTROS
Remove several old/untested distros from the list:
* poky-1.8 and poky-2.0 are no longer supported releases
* ubuntu-14.04 is an LTS but we plan to remove it from the
project's autobuilder cluster as the kernel is old and
it doesn't use systemd -- therefore this will no longer
be tested.
* ubuntu-14.10 and ubuntu-15.10 are no longer supported
* fedora-22 and fedora-23 are EOL
* opensuse-13.2 is discontinued
Add opensuse-42.2, it's the openSUSE version we run on the Yocto
Project autobuilder cluster.
The distro support plan is documented on the Yocto Project wiki:
https://wiki.yoctoproject.org/wiki/Distro_Testing_Plan
they are easily summarised as:
- Fedora: most recent 2 releases
- Ubuntu: most recent LTS and latest release, unless they are the same
in which case the most recent 2 releases
- CentOS: latest release
- openSUSE: latest release
(From meta-yocto rev: ba5ad19cbe9066823fe3a3b432a893f4cf67be47)
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf/distro/poky.conf')
-rw-r--r-- | meta-poky/conf/distro/poky.conf | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 8fa391458b..94f2577e88 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf | |||
@@ -70,24 +70,17 @@ https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" | |||
70 | CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/" | 70 | CONNECTIVITY_CHECK_URIS ?= "https://www.example.com/" |
71 | 71 | ||
72 | SANITY_TESTED_DISTROS ?= " \ | 72 | SANITY_TESTED_DISTROS ?= " \ |
73 | poky-1.8 \n \ | ||
74 | poky-2.0 \n \ | ||
75 | poky-2.1 \n \ | 73 | poky-2.1 \n \ |
76 | poky-2.2 \n \ | 74 | poky-2.2 \n \ |
77 | ubuntu-14.04 \n \ | ||
78 | ubuntu-14.10 \n \ | ||
79 | ubuntu-15.04 \n \ | 75 | ubuntu-15.04 \n \ |
80 | ubuntu-15.10 \n \ | ||
81 | ubuntu-16.04 \n \ | 76 | ubuntu-16.04 \n \ |
82 | ubuntu-16.10 \n \ | 77 | ubuntu-16.10 \n \ |
83 | fedora-22 \n \ | ||
84 | fedora-23 \n \ | ||
85 | fedora-24 \n \ | 78 | fedora-24 \n \ |
86 | fedora-25 \n \ | 79 | fedora-25 \n \ |
87 | centos-7 \n \ | 80 | centos-7 \n \ |
88 | debian-8 \n \ | 81 | debian-8 \n \ |
89 | opensuse-13.2 \n \ | ||
90 | opensuse-42.1 \n \ | 82 | opensuse-42.1 \n \ |
83 | opensuse-42.2 \n \ | ||
91 | " | 84 | " |
92 | # | 85 | # |
93 | # OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in | 86 | # OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in |