summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
https://eula-downloads.yoctoproject.org/index.php \
http://bugzilla.yoctoproject.org/report.cgi"
+SANITY_TESTED_DISTROS ?= " \
+ Yocto (Built by Poky 7.0) 1.2 \n \
+ Ubuntu 10.04.4 LTS \n \
+ Ubuntu 11.10 \n \
+ Ubuntu 12.04 \n \
+ Fedora release 15 (Lovelock) \n \
+ Fedora release 16 (Verne) \n \
+ Fedora release 17 (Beefy Miracle) \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 \
+ openSUSE 11.4 \n \
+ openSUSE 12.1 \n \
+ "
+
# Default hash policy for distro
BB_SIGNATURE_HANDLER ?= 'OEBasicHash'
#