[poky] [PATCH] poky.conf: mark all CentOS 6 versions as compatible
Paul Eggleton
paul.eggleton at linux.intel.com
Wed Jan 7 06:33:31 PST 2015
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 version.)
Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
---
meta-yocto/conf/distro/poky.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 71b3b14..e074cf2 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -80,7 +80,7 @@ SANITY_TESTED_DISTROS ?= " \
Ubuntu-14.04 \n \
Ubuntu-14.10 \n \
Fedora-20 \n \
- CentOS-6.5 \n \
+ CentOS-6.* \n \
Debian-7.* \n \
Debian-8.* \n \
openSUSE-project-12.3 \n \
--
1.9.3
More information about the poky
mailing list