summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-04-18 11:03:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-18 11:57:25 +0100
commitd73e41f4375f8f6056f01f1475aca20545c02ad4 (patch)
tree2b2e9e0b80d7b6ffec7940381e8060c28f80d996 /meta-yocto
parent5b78c7d559dd96b414727b85205958bd3f2ece2e (diff)
downloadpoky-d73e41f4375f8f6056f01f1475aca20545c02ad4.tar.gz
conf/distro/poky.conf: set SANITY_TESTED_DISTROS
Specify a list of tested host distributions, based on those tested prior to the Yocto Project 1.2 release. This will enable a warning to be printed upon starting bitbake if the host distribution is not one on the list. Note: this warning is intended to help new users; if you are receiving this warning and wish to disable it, just add SANITY_TESTED_DISTROS = "" to your local.conf. Fixes [YOCTO #1096]. 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.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index e51ccdf07d..cd5c54614e 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -65,6 +65,22 @@ CONNECTIVITY_CHECK_URIS ?= "git://git.yoctoproject.org/yocto-firewall-test;proto
65 https://eula-downloads.yoctoproject.org/index.php \ 65 https://eula-downloads.yoctoproject.org/index.php \
66 http://bugzilla.yoctoproject.org/report.cgi" 66 http://bugzilla.yoctoproject.org/report.cgi"
67 67
68SANITY_TESTED_DISTROS ?= " \
69 Yocto (Built by Poky 7.0) 1.2 \n \
70 Ubuntu 10.04.4 LTS \n \
71 Ubuntu 11.10 \n \
72 Ubuntu 12.04 \n \
73 Fedora release 15 (Lovelock) \n \
74 Fedora release 16 (Verne) \n \
75 Fedora release 17 (Beefy Miracle) \n \
76 CentOS release 5.6 (Final) \n \
77 CentOS release 5.7 (Final) \n \
78 CentOS release 6.2 (Final) \n \
79 Debian GNU/Linux 6.0.4 (squeeze) \n \
80 openSUSE 11.4 \n \
81 openSUSE 12.1 \n \
82 "
83
68# Default hash policy for distro 84# Default hash policy for distro
69BB_SIGNATURE_HANDLER ?= 'OEBasicHash' 85BB_SIGNATURE_HANDLER ?= 'OEBasicHash'
70# 86#