All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] poky.conf: mark all CentOS 6/7 versions as compatible
@ 2015-01-09 10:28 Paul Eggleton
  2015-01-09 23:10 ` Carlos A. M. dos Santos
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2015-01-09 10:28 UTC (permalink / raw)
  To: poky

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.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta-yocto/conf/distro/poky.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 71b3b14..80dc853 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -80,7 +80,8 @@ SANITY_TESTED_DISTROS ?= " \
             Ubuntu-14.04 \n \
             Ubuntu-14.10 \n \
             Fedora-20 \n \
-            CentOS-6.5 \n \
+            CentOS-6.* \n \
+            CentOS-7.* \n \
             Debian-7.* \n \
             Debian-8.* \n \
             openSUSE-project-12.3 \n \
-- 
1.9.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] poky.conf: mark all CentOS 6/7 versions as compatible
  2015-01-09 10:28 [PATCH v2] poky.conf: mark all CentOS 6/7 versions as compatible Paul Eggleton
@ 2015-01-09 23:10 ` Carlos A. M. dos Santos
  0 siblings, 0 replies; 2+ messages in thread
From: Carlos A. M. dos Santos @ 2015-01-09 23:10 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: poky

On Fri, Jan 9, 2015 at 8:28 AM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
>
> 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.


Thank you.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-09 23:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-09 10:28 [PATCH v2] poky.conf: mark all CentOS 6/7 versions as compatible Paul Eggleton
2015-01-09 23:10 ` Carlos A. M. dos Santos

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.