DISTRO = "fsl"
-DISTRO_NAME = "Yocto (Built by Poky 6.0)"
-DISTRO_VERSION = "1.1"
+DISTRO_NAME = "Yocto (Built by Poky 7.0)"
+DISTRO_VERSION = "1.2"
SDK_VENDOR = "-fslsdk"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
QEMU_TARGETS ?= "ppc"
PREMIRRORS ?= "\
-bzr://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
-cvs://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
-git://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
-hg://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
-osc://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
-p4://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
-svk://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
-svn://.*/.* http://autobuilder.yoctoproject.org/sources/ \n"
+bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
+cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
+git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
+hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
+osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
+p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
+svk://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
+svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
MIRRORS =+ "\
-ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
-http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
-https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n"
+ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
+http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
+https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
+
+# The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully
+# fetch from the network (and warn you if not). To disable the test set
+# the variable to be empty.
+CONNECTIVITY_CHECK_URIS ?= "git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD \
+ 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'
+#
+# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
+# an incompatible way. Such changes should usually be detailed in the commit
+# that breaks the format and have been previously discussed on the mailing list
+# with general agreement from the core team.
+#
+OELAYOUT_ABI = "8"
IMAGE_CLASSES = "image_types_uboot"
SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
CCACHE = ""
+
+