All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-yocto][PATCH] poky.conf: supported distro warning update
@ 2012-10-01 16:41 Paul Eggleton
  2012-10-01 16:54 ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2012-10-01 16:41 UTC (permalink / raw)
  To: poky

* Remove Fedora 15 (no longer supported by Fedora project)
* Add upcoming Fedora 18
* Add upcoming Ubuntu 12.10
* Add CentOS 5.8 & 6.3
* Add new Poky distro name format (self-hosted / build appliance) for
  Yocto Project 1.2 / 1.3
* Update Debian squeeze to 6.0.5 (automatic update from earlier 6.0.x)
* Add openSUSE 12.2

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

diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index de82543..89600a1 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -68,19 +68,24 @@ CONNECTIVITY_CHECK_URIS ?= "git://git.yoctoproject.org/yocto-firewall-test;proto
 
 SANITY_TESTED_DISTROS ?= " \
             Yocto (Built by Poky 7.0) 1.2 \n \
+            Poky 7.0 (Yocto Project 1.2 Reference Distro) \n \
+            Poky 8.0 (Yocto Project 1.3 Reference Distro) \n \
             Ubuntu 10.04.4 LTS \n \
             Ubuntu 11.10 \n \
             Ubuntu 12.04 LTS \n \
             Ubuntu 12.04.1 LTS \n \
-            Fedora release 15 (Lovelock) \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 6.2 (Final) \n \
-            Debian GNU/Linux 6.0.4 (squeeze) \n \
+            CentOS release 5.8 (Final) \n \
+            CentOS release 6.3 (Final) \n \
+            Debian GNU/Linux 6.0.5 (squeeze) \n \
             openSUSE 11.4 \n \
             openSUSE 12.1 \n \
+            openSUSE 12.2 \n \
 	    "
 
 # Default hash policy for distro
-- 
1.7.9.5



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

* Re: [meta-yocto][PATCH] poky.conf: supported distro warning update
  2012-10-01 16:41 [meta-yocto][PATCH] poky.conf: supported distro warning update Paul Eggleton
@ 2012-10-01 16:54 ` Burton, Ross
  2012-10-01 16:58   ` Paul Eggleton
  0 siblings, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2012-10-01 16:54 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: poky

On 1 October 2012 17:41, Paul Eggleton <paul.eggleton@linux.intel.com> wrote:
> * Remove Fedora 15 (no longer supported by Fedora project)
> * Add upcoming Fedora 18
> * Add upcoming Ubuntu 12.10
> * Add CentOS 5.8 & 6.3
> * Add new Poky distro name format (self-hosted / build appliance) for
>   Yocto Project 1.2 / 1.3
> * Update Debian squeeze to 6.0.5 (automatic update from earlier 6.0.x)

6.0.6 was literally just released. :)

Ross


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

* Re: [meta-yocto][PATCH] poky.conf: supported distro warning update
  2012-10-01 16:54 ` Burton, Ross
@ 2012-10-01 16:58   ` Paul Eggleton
  2012-10-01 16:59     ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2012-10-01 16:58 UTC (permalink / raw)
  To: Burton, Ross; +Cc: poky

On Monday 01 October 2012 17:54:16 Burton, Ross wrote:
> On 1 October 2012 17:41, Paul Eggleton <paul.eggleton@linux.intel.com> 
wrote:
> > * Remove Fedora 15 (no longer supported by Fedora project)
> > * Add upcoming Fedora 18
> > * Add upcoming Ubuntu 12.10
> > * Add CentOS 5.8 & 6.3
> > * Add new Poky distro name format (self-hosted / build appliance) for
> > 
> >   Yocto Project 1.2 / 1.3
> > 
> > * Update Debian squeeze to 6.0.5 (automatic update from earlier 6.0.x)
> 
> 6.0.6 was literally just released. :)

Well knock me down with a feather. ;)

Patch v2 on the way I guess...

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [meta-yocto][PATCH] poky.conf: supported distro warning update
  2012-10-01 16:58   ` Paul Eggleton
@ 2012-10-01 16:59     ` Burton, Ross
  0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2012-10-01 16:59 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: poky

On 1 October 2012 17:58, Paul Eggleton <paul.eggleton@linux.intel.com> wrote:
>> 6.0.6 was literally just released. :)
>
> Well knock me down with a feather. ;)

I know, people wait years for a Debian release... ;)

Ross


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

end of thread, other threads:[~2012-10-01 17:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01 16:41 [meta-yocto][PATCH] poky.conf: supported distro warning update Paul Eggleton
2012-10-01 16:54 ` Burton, Ross
2012-10-01 16:58   ` Paul Eggleton
2012-10-01 16:59     ` Burton, Ross

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.