summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-15 16:54:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-15 17:21:35 +0100
commit20269c371eaca7e655d983b8f55e5b3cb021c071 (patch)
tree69392c259bc90f468f29f87467f2afd7abaa8906 /meta-yocto
parent3e178a69c24ccc4e23a90a9dfe94809d2934b520 (diff)
downloadpoky-20269c371eaca7e655d983b8f55e5b3cb021c071.tar.gz
poky.conf: add Poky 1.4 and CentOS 6.4 to SANITY_TESTED_DISTROS
* CentOS 6.4 is the latest stable release; users of previous versions get automatically upgraded as part of normal distro updates. * Add Poky 1.4 for the build appliance (From meta-yocto rev: f6acd5f3d566d7339ddf40c1001f7a5cfa93abb6) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/distro/poky.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index f04557e4b3..52c45f6fce 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -74,6 +74,7 @@ SANITY_TESTED_DISTROS ?= " \
74 Yocto-1.2 \n \ 74 Yocto-1.2 \n \
75 Poky-1.2 \n \ 75 Poky-1.2 \n \
76 Poky-1.3 \n \ 76 Poky-1.3 \n \
77 Poky-1.4 \n \
77 Ubuntu-10.04 \n \ 78 Ubuntu-10.04 \n \
78 Ubuntu-11.10 \n \ 79 Ubuntu-11.10 \n \
79 Ubuntu-12.04 \n \ 80 Ubuntu-12.04 \n \
@@ -85,6 +86,7 @@ SANITY_TESTED_DISTROS ?= " \
85 CentOS-5.7 \n \ 86 CentOS-5.7 \n \
86 CentOS-5.8 \n \ 87 CentOS-5.8 \n \
87 CentOS-6.3 \n \ 88 CentOS-6.3 \n \
89 CentOS-6.4 \n \
88 Debian-6.0 \n \ 90 Debian-6.0 \n \
89 Debian-7.0 \n \ 91 Debian-7.0 \n \
90 SUSE-LINUX-11.4 \n \ 92 SUSE-LINUX-11.4 \n \