diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-10-01 18:06:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-01 23:30:32 +0100 |
commit | 95c0e7827835e73f5d1ed4be9b2ba74b37b62004 (patch) | |
tree | 1e3029581693ff85a09f1226b093e48d3a9b0860 | |
parent | 7cf3214567ce2b90b2167834e860816d9363a174 (diff) | |
download | poky-95c0e7827835e73f5d1ed4be9b2ba74b37b62004.tar.gz |
poky.conf: supported distro warning update
* 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
(From meta-yocto rev: 817cb382f3f2fcd8134491578662d90bb50cd0bc)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index ab078c917d..f7b9e99c71 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 | |||
68 | 68 | ||
69 | SANITY_TESTED_DISTROS ?= " \ | 69 | SANITY_TESTED_DISTROS ?= " \ |
70 | Yocto (Built by Poky 7.0) 1.2 \n \ | 70 | Yocto (Built by Poky 7.0) 1.2 \n \ |
71 | Poky 7.0 (Yocto Project 1.2 Reference Distro) \n \ | ||
72 | Poky 8.0 (Yocto Project 1.3 Reference Distro) \n \ | ||
71 | Ubuntu 10.04.4 LTS \n \ | 73 | Ubuntu 10.04.4 LTS \n \ |
72 | Ubuntu 11.10 \n \ | 74 | Ubuntu 11.10 \n \ |
73 | Ubuntu 12.04 LTS \n \ | 75 | Ubuntu 12.04 LTS \n \ |
74 | Ubuntu 12.04.1 LTS \n \ | 76 | Ubuntu 12.04.1 LTS \n \ |
75 | Fedora release 15 (Lovelock) \n \ | 77 | Ubuntu 12.10 \n \ |
76 | Fedora release 16 (Verne) \n \ | 78 | Fedora release 16 (Verne) \n \ |
77 | Fedora release 17 (Beefy Miracle) \n \ | 79 | Fedora release 17 (Beefy Miracle) \n \ |
80 | Fedora release 18 (Spherical Cow) \n \ | ||
78 | CentOS release 5.6 (Final) \n \ | 81 | CentOS release 5.6 (Final) \n \ |
79 | CentOS release 5.7 (Final) \n \ | 82 | CentOS release 5.7 (Final) \n \ |
80 | CentOS release 6.2 (Final) \n \ | 83 | CentOS release 5.8 (Final) \n \ |
81 | Debian GNU/Linux 6.0.4 (squeeze) \n \ | 84 | CentOS release 6.3 (Final) \n \ |
85 | Debian GNU/Linux 6.0.6 (squeeze) \n \ | ||
82 | openSUSE 11.4 \n \ | 86 | openSUSE 11.4 \n \ |
83 | openSUSE 12.1 \n \ | 87 | openSUSE 12.1 \n \ |
88 | openSUSE 12.2 \n \ | ||
84 | " | 89 | " |
85 | 90 | ||
86 | # Default hash policy for distro | 91 | # Default hash policy for distro |