diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-01-09 10:28:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-12 13:31:08 +0000 |
commit | c45589a55c67bfd0bf9da5050141f4d18835e113 (patch) | |
tree | abcfd26fe79e59e28880901cc340b8f519986505 /meta-yocto/conf | |
parent | 876370419a50264a28feb4278f8c465b0019e709 (diff) | |
download | poky-c45589a55c67bfd0bf9da5050141f4d18835e113.tar.gz |
poky.conf: mark all CentOS 6/7 versions as compatible
It's rather unlikely with a distribution such as CentOS that they would
introduce changes that would cause us issues that we would not be
prepared to fix; therefore use a wildcard to suppress the warning (in
any case, CentOS 6.6 is now the current 6.x version.)
Also add CentOS 7 as we are running regular builds on CentOS 7 machines
as part of the autobuilder infrastructure.
(From meta-yocto rev: 7eba5a772bb9e78288b4d8034d2f1925228a6343)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 71b3b14404..80dc853b5a 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -80,7 +80,8 @@ SANITY_TESTED_DISTROS ?= " \ | |||
80 | Ubuntu-14.04 \n \ | 80 | Ubuntu-14.04 \n \ |
81 | Ubuntu-14.10 \n \ | 81 | Ubuntu-14.10 \n \ |
82 | Fedora-20 \n \ | 82 | Fedora-20 \n \ |
83 | CentOS-6.5 \n \ | 83 | CentOS-6.* \n \ |
84 | CentOS-7.* \n \ | ||
84 | Debian-7.* \n \ | 85 | Debian-7.* \n \ |
85 | Debian-8.* \n \ | 86 | Debian-8.* \n \ |
86 | openSUSE-project-12.3 \n \ | 87 | openSUSE-project-12.3 \n \ |