summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2013-01-30 14:39:15 +0800
committerMatthew McClintock <msm@freescale.com>2013-01-30 17:18:02 -0600
commitfac682c762ea50d729f685eae76d40dc24681311 (patch)
treea7d743363ce26f9bb3dfa2b6e96278f871051953 /conf
parentdbe39d541198434359fa04ffcf0bbea2c366c8f8 (diff)
downloadmeta-fsl-ppc-fac682c762ea50d729f685eae76d40dc24681311.tar.gz
Remove distro conf which are BSP/SDK specific
Remove conf/distro/fsl.conf Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/fsl.conf94
1 files changed, 0 insertions, 94 deletions
diff --git a/conf/distro/fsl.conf b/conf/distro/fsl.conf
deleted file mode 100644
index a18c8cc..0000000
--- a/conf/distro/fsl.conf
+++ /dev/null
@@ -1,94 +0,0 @@
1DISTRO = "fsl"
2DISTRO_NAME = "Yocto (Built by Poky 7.0)"
3DISTRO_VERSION = "1.2"
4SDK_VENDOR = "-fslsdk"
5SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
6
7MAINTAINER = "Matthew McClintock <msm@freescale.com>"
8
9TARGET_VENDOR = "-fsl"
10TARGET_VENDOR_virtclass-multilib-lib32 = "-fsl"
11TARGET_VENDOR_virtclass-multilib-lib64 = "-fsl"
12
13LOCALCONF_VERSION = "1"
14LAYER_CONF_VERSION ?= "6"
15
16DISTRO_FEATURES_append = " largefile multiarch"
17
18SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TUNE_PKGARCH}"
19SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
20
21DISTRO_EXTRA_RDEPENDS += "packagegroup-core-boot"
22DISTRO_EXTRA_RRECOMMENDS += ""
23
24POKYQEMUDEPS = "${@base_contains("INCOMPATIBLE_LICENSE", "GPLv3", "", "qemu-config",d)}"
25DISTRO_EXTRA_RDEPENDS_append_qemuarm = " ${POKYQEMUDEPS}"
26DISTRO_EXTRA_RDEPENDS_append_qemumips = " ${POKYQEMUDEPS}"
27DISTRO_EXTRA_RDEPENDS_append_qemuppc = " ${POKYQEMUDEPS}"
28DISTRO_EXTRA_RDEPENDS_append_qemux86 = " ${POKYQEMUDEPS}"
29DISTRO_EXTRA_RDEPENDS_append_qemux86-64 = " ${POKYQEMUDEPS}"
30
31TCLIBCAPPEND = ""
32
33PREMIRRORS ?= "\
34bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
35cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
36git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
37hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
38osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
39p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
40svk://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
41svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
42
43MIRRORS =+ "\
44ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
45http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
46https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
47
48# The CONNECTIVITY_CHECK_URI's are used to test whether we can succesfully
49# fetch from the network (and warn you if not). To disable the test set
50# the variable to be empty.
51CONNECTIVITY_CHECK_URIS ?= "git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD \
52 https://eula-downloads.yoctoproject.org/index.php \
53 http://bugzilla.yoctoproject.org/report.cgi"
54
55SANITY_TESTED_DISTROS ?= " \
56 Yocto (Built by Poky 7.0) 1.2 \n \
57 Ubuntu 10.04.4 LTS \n \
58 Ubuntu 11.10 \n \
59 Ubuntu 12.04 LTS \n \
60 Ubuntu 12.04.1 LTS \n \
61 Fedora release 13 (Goddard) \n \
62 Fedora release 15 (Lovelock) \n \
63 Fedora release 16 (Verne) \n \
64 Fedora release 17 (Beefy Miracle) \n \
65 CentOS release 5.5 (Final) \n \
66 CentOS release 5.6 (Final) \n \
67 CentOS release 5.7 (Final) \n \
68 CentOS release 5.8 (Final) \n \
69 CentOS release 6.2 (Final) \n \
70 CentOS release 6.3 (Final) \n \
71 Debian GNU/Linux 6.0.4 (squeeze) \n \
72 openSUSE 11.4 \n \
73 openSUSE 12.1 \n \
74 "
75
76# Default hash policy for distro
77BB_SIGNATURE_HANDLER ?= 'OEBasicHash'
78#
79# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
80# an incompatible way. Such changes should usually be detailed in the commit
81# that breaks the format and have been previously discussed on the mailing list
82# with general agreement from the core team.
83#
84OELAYOUT_ABI = "8"
85
86INHERIT += "own-mirrors"
87SOURCE_MIRROR_URL ?= "http://autobuilder.yoctoproject.org/sources/"
88
89IMAGE_CLASSES = "image_types_uboot"
90
91PREFERRED_VERSION_u-boot-mkimage-native_powerpc = "2011.06"
92PREFERRED_PROVIDER_virtual/libx11 = "libx11"
93
94CCACHE = ""