summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-05-15 13:25:30 -0500
committerMatthew McClintock <msm@freescale.com>2012-05-15 13:25:30 -0500
commitd1d3875391542629c8c1e2db208f2dbc67d8058c (patch)
tree2fa43847ae2424c44a8da959ed54dd9bb03a3052
parent5108b9dd5ce7bfdeb0fa1046a51930916ba319af (diff)
downloadmeta-fsl-ppc-d1d3875391542629c8c1e2db208f2dbc67d8058c.tar.gz
fsl.conf: update distro conf for denzil release
Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r--conf/distro/fsl.conf61
1 files changed, 48 insertions, 13 deletions
diff --git a/conf/distro/fsl.conf b/conf/distro/fsl.conf
index 50a8279..7cde60f 100644
--- a/conf/distro/fsl.conf
+++ b/conf/distro/fsl.conf
@@ -1,6 +1,6 @@
1DISTRO = "fsl" 1DISTRO = "fsl"
2DISTRO_NAME = "Yocto (Built by Poky 6.0)" 2DISTRO_NAME = "Yocto (Built by Poky 7.0)"
3DISTRO_VERSION = "1.1" 3DISTRO_VERSION = "1.2"
4SDK_VENDOR = "-fslsdk" 4SDK_VENDOR = "-fslsdk"
5SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" 5SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
6 6
@@ -32,19 +32,52 @@ TCLIBCAPPEND = ""
32QEMU_TARGETS ?= "ppc" 32QEMU_TARGETS ?= "ppc"
33 33
34PREMIRRORS ?= "\ 34PREMIRRORS ?= "\
35bzr://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 35bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
36cvs://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 36cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
37git://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 37git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
38hg://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 38hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
39osc://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 39osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
40p4://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 40p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
41svk://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 41svk://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
42svn://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" 42svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
43 43
44MIRRORS =+ "\ 44MIRRORS =+ "\
45ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 45ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
46http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ 46http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
47https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" 47https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
48
49# The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully
50# fetch from the network (and warn you if not). To disable the test set
51# the variable to be empty.
52CONNECTIVITY_CHECK_URIS ?= "git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD \
53 https://eula-downloads.yoctoproject.org/index.php \
54 http://bugzilla.yoctoproject.org/report.cgi"
55
56SANITY_TESTED_DISTROS ?= " \
57 Yocto (Built by Poky 7.0) 1.2 \n \
58 Ubuntu 10.04.4 LTS \n \
59 Ubuntu 11.10 \n \
60 Ubuntu 12.04 \n \
61 Fedora release 15 (Lovelock) \n \
62 Fedora release 16 (Verne) \n \
63 Fedora release 17 (Beefy Miracle) \n \
64 CentOS release 5.6 (Final) \n \
65 CentOS release 5.7 (Final) \n \
66 CentOS release 6.2 (Final) \n \
67 Debian GNU/Linux 6.0.4 (squeeze) \n \
68 openSUSE 11.4 \n \
69 openSUSE 12.1 \n \
70 "
71
72# Default hash policy for distro
73BB_SIGNATURE_HANDLER ?= 'OEBasicHash'
74#
75# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
76# an incompatible way. Such changes should usually be detailed in the commit
77# that breaks the format and have been previously discussed on the mailing list
78# with general agreement from the core team.
79#
80OELAYOUT_ABI = "8"
48 81
49IMAGE_CLASSES = "image_types_uboot" 82IMAGE_CLASSES = "image_types_uboot"
50 83
@@ -58,3 +91,5 @@ USE_VT = ""
58SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" 91SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
59 92
60CCACHE = "" 93CCACHE = ""
94
95