All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-yocto][PATCH v2] poky.conf: supported distro warning update
@ 2012-10-01 17:06 Paul Eggleton
  2012-10-02 14:57 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2012-10-01 17:06 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.6 (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..6cd29ba 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.6 (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] 2+ messages in thread

* Re: [meta-yocto][PATCH v2] poky.conf: supported distro warning update
  2012-10-01 17:06 [meta-yocto][PATCH v2] poky.conf: supported distro warning update Paul Eggleton
@ 2012-10-02 14:57 ` Saul Wold
  0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-10-02 14:57 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: poky

On 10/01/2012 10:06 AM, Paul Eggleton 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.6 (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..6cd29ba 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.6 (squeeze) \n \
>               openSUSE 11.4 \n \
>               openSUSE 12.1 \n \
> +            openSUSE 12.2 \n \
>   	    "
>
>   # Default hash policy for distro
>

Merged into Poky Master

Thanks
	Sau!



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

end of thread, other threads:[~2012-10-02 14:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01 17:06 [meta-yocto][PATCH v2] poky.conf: supported distro warning update Paul Eggleton
2012-10-02 14:57 ` Saul Wold

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.