All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] poky.conf: update SANITY_TESTED_DISTROS
@ 2013-03-01 10:57 Martin Jansa
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2013-03-01 10:57 UTC (permalink / raw)
  To: poky

* use DistributorId-Release
* please test values for Yocto, Poky, CentOS and openSUSE

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-yocto/conf/distro/poky.conf | 40 +++++++++++++++++++---------------------
 1 file changed, 19 insertions(+), 21 deletions(-)

diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index c48b492..62ad819 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -69,27 +69,25 @@ CONNECTIVITY_CHECK_URIS ?= " \
              http://bugzilla.yoctoproject.org/report.cgi"
 
 SANITY_TESTED_DISTROS ?= " \
-            Yocto (Built by Poky 7.0) 1.2 \n \
-            Poky 7.0 (Yocto Project 1.2 Reference Distro) 1.2 \n \
-            Poky 8.0 (Yocto Project 1.3 Reference Distro) 1.3 \n \
-            Ubuntu 10.04.4 LTS \n \
-            Ubuntu 11.10 \n \
-            Ubuntu 12.04 LTS \n \
-            Ubuntu 12.04.2 LTS \n \
-            Ubuntu 12.04.1 LTS \n \
-            Ubuntu 12.10 \n \
-            Fedora release 16 (Verne) \n \
-            Fedora release 17 (Beefy Miracle) \n \
-            Fedora release 18 (Spherical Cow) \n \
-            CentOS release 5.6 (Final) \n \
-            CentOS release 5.7 (Final) \n \
-            CentOS release 5.8 (Final) \n \
-            CentOS release 6.3 (Final) \n \
-            Debian GNU/Linux 6.0.6 (squeeze) \n \
-            Debian GNU/Linux 7.0 (wheezy) \n \
-            openSUSE 11.4 \n \
-            openSUSE 12.1 \n \
-            openSUSE 12.2 \n \
+            Yocto-1.2 \n \
+            Poky-1.2 \n \
+            Poky-1.3 \n \
+            Ubuntu-10.04 \n \
+            Ubuntu-11.10 \n \
+            Ubuntu-12.04 \n \
+            Ubuntu-12.10 \n \
+            Fedora-16 \n \
+            Fedora-17 \n \
+            Fedora-18 \n \
+            CentOS-5.6 \n \
+            CentOS-5.7 \n \
+            CentOS-5.8 \n \
+            CentOS-6.3 \n \
+            Debian-6.0 \n \
+            Debian-7.0 \n \
+            openSUSE-11.4 \n \
+            openSUSE-12.1 \n \
+            openSUSE-12.2 \n \
 	    "
 
 # Default hash policy for distro
-- 
1.8.1.4



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

* [PATCH] poky.conf: update SANITY_TESTED_DISTROS
@ 2013-04-11  9:32 Trevor Woerner
  0 siblings, 0 replies; 5+ messages in thread
From: Trevor Woerner @ 2013-04-11  9:32 UTC (permalink / raw)
  To: poky

Include release 12.3 of openSUSE as sanity tested. For each of the provided
qemu targets I have been able to "bitbake world" and "runqemu".

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 meta-yocto/conf/distro/poky.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 538f343..02ab400 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -89,6 +89,7 @@ SANITY_TESTED_DISTROS ?= " \
             SUSE-LINUX-11.4 \n \
             SUSE-LINUX-12.1 \n \
             SUSE-LINUX-12.2 \n \
+            openSUSE-project-12.3 \n \
 	    "
 
 # Default hash policy for distro
-- 
1.8.2.61.g7b9a419



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

* [PATCH] poky.conf: update SANITY_TESTED_DISTROS
@ 2013-05-09 10:38 Paul Eggleton
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2013-05-09 10:38 UTC (permalink / raw)
  To: poky

In line with our policy of supporting the current and previous
releases of host distributions (and additionally the latest LTS release
of Ubuntu):

* Add Ubuntu 13.04 (released on 25th April)
* Remove Fedora 16
* Remove 5.x versions of CentOS
* Remove OpenSUSE 11.4 and 12.1
* Remove pre-1.3 versions of Poky

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta-yocto/conf/distro/poky.conf | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 0e143ee..044d051 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -70,26 +70,17 @@ CONNECTIVITY_CHECK_URIS ?= " \
              http://bugzilla.yoctoproject.org/report.cgi"
 
 SANITY_TESTED_DISTROS ?= " \
-            Yocto-1.2 \n \
-            Poky-1.2 \n \
             Poky-1.3 \n \
             Poky-1.4 \n \
-            Ubuntu-10.04 \n \
-            Ubuntu-11.10 \n \
             Ubuntu-12.04 \n \
             Ubuntu-12.10 \n \
-            Fedora-16 \n \
+            Ubuntu-13.04 \n \
             Fedora-17 \n \
             Fedora-18 \n \
-            CentOS-5.6 \n \
-            CentOS-5.7 \n \
-            CentOS-5.8 \n \
             CentOS-6.3 \n \
             CentOS-6.4 \n \
             Debian-6.0 \n \
             Debian-7.0 \n \
-            SUSE-LINUX-11.4 \n \
-            SUSE-LINUX-12.1 \n \
             SUSE-LINUX-12.2 \n \
             openSUSE-project-12.3 \n \
 	    "
-- 
1.8.1.2



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

* [PATCH] poky.conf: Update SANITY_TESTED_DISTROS
@ 2014-04-09 15:11 Alexandru Palalau
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandru Palalau @ 2014-04-09 15:11 UTC (permalink / raw)
  To: poky

Removed Ubuntu 12.10, Ubuntu 13.04 and Fedora 18 from SANITY_TESTED_DISTROS
Added Ubuntu 14.04. Tests were done for Ubuntu 14.04 beta.

Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
---
 meta-yocto/conf/distro/poky.conf | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 7cf35d0..2eb6045 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -76,10 +76,8 @@ SANITY_TESTED_DISTROS ?= " \
             Poky-1.5 \n \
             Poky-1.6 \n \
             Ubuntu-12.04 \n \
-            Ubuntu-12.10 \n \
-            Ubuntu-13.04 \n \
             Ubuntu-13.10 \n \
-            Fedora-18 \n \
+            Ubuntu-14.04 \n \
             Fedora-19 \n \
             Fedora-20 \n \
             CentOS-6.4 \n \
-- 
1.8.3.1



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

* [PATCH] poky.conf: Update SANITY_TESTED_DISTROS
@ 2014-04-10  8:14 Alexandru Palalau
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandru Palalau @ 2014-04-10  8:14 UTC (permalink / raw)
  To: poky

Added openSUSE-project-13.1 to SANITY_TESTED_DISTROS

Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
---
 meta-yocto/conf/distro/poky.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 2eb6045..786a6b0 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -89,6 +89,7 @@ SANITY_TESTED_DISTROS ?= " \
             Debian-7.4 \n \
             SUSE-LINUX-12.2 \n \
             openSUSE-project-12.3 \n \
+            openSUSE-project-13.1 \n \
             "
 
 # Default hash policy for distro
-- 
1.8.3.1



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

end of thread, other threads:[~2014-04-10  8:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-09 10:38 [PATCH] poky.conf: update SANITY_TESTED_DISTROS Paul Eggleton
  -- strict thread matches above, loose matches on Subject: below --
2014-04-10  8:14 [PATCH] poky.conf: Update SANITY_TESTED_DISTROS Alexandru Palalau
2014-04-09 15:11 Alexandru Palalau
2013-04-11  9:32 [PATCH] poky.conf: update SANITY_TESTED_DISTROS Trevor Woerner
2013-03-01 10:57 Martin Jansa

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.