diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-23 11:39:18 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-23 11:39:18 +0000 |
commit | 6c3d3eff91f011675be178c3b8d45cfa21f8a504 (patch) | |
tree | f049583438869fab4bbfbc11afe446ab765d675e /meta | |
parent | 4168666192868b2d9809436157ce154844ddf8cc (diff) | |
download | poky-6c3d3eff91f011675be178c3b8d45cfa21f8a504.tar.gz |
Poky does not support Ångström - dropping configs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1766 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/angstrom-2007.1.conf | 219 | ||||
-rw-r--r-- | meta/conf/distro/include/angstrom.inc | 51 |
2 files changed, 0 insertions, 270 deletions
diff --git a/meta/conf/distro/angstrom-2007.1.conf b/meta/conf/distro/angstrom-2007.1.conf deleted file mode 100644 index f593194ba6..0000000000 --- a/meta/conf/distro/angstrom-2007.1.conf +++ /dev/null | |||
@@ -1,219 +0,0 @@ | |||
1 | #@-------------------------------------------------------------------- | ||
2 | #@TYPE: Distribution | ||
3 | #@NAME: Angstrom <http://www.angstrom-distribution.org> | ||
4 | #@DESCRIPTION: The Linux Distribution for Kernel 2.6 based devices | ||
5 | #@MAINTAINER: Koen Kooi <koen@dominion.kabel.utwente.nl> | ||
6 | #@MAINTAINER: Michael 'Mickey' Lauer <mickey@Vanille.de> | ||
7 | #@-------------------------------------------------------------------- | ||
8 | |||
9 | #DISTRO_VERSION = "2007.1" | ||
10 | DISTRO_VERSION = "test-${DATE}" | ||
11 | DISTRO_REVISION = "10" | ||
12 | |||
13 | require conf/distro/include/angstrom.inc | ||
14 | require conf/distro/include/sane-srcdates.inc | ||
15 | |||
16 | DISTRO_TYPE = "debug" | ||
17 | #DISTRO_TYPE = "release" | ||
18 | |||
19 | #Set the right arch for the feeds | ||
20 | #Alphabetically sorted | ||
21 | |||
22 | FEED_ARCH ?= "${TARGET_ARCH}" | ||
23 | |||
24 | #armv4t machines | ||
25 | |||
26 | FEED_ARCH_ep93xx = "armv4t" | ||
27 | FEED_ARCH_h6300 = "armv4t" | ||
28 | |||
29 | #armv5t machines | ||
30 | |||
31 | FEED_ARCH_a780 = "armv5te" | ||
32 | FEED_ARCH_akita = "armv5te" | ||
33 | FEED_ARCH_c7x0 = "armv5te" | ||
34 | FEED_ARCH_h2200 = "armv5te" | ||
35 | FEED_ARCH_h4000 = "armv5te" | ||
36 | FEED_ARCH_h5xxx = "armv5te" | ||
37 | FEED_ARCH_htcuniversal = "armv5te" | ||
38 | FEED_ARCH_hx2000 = "armv5te" | ||
39 | FEED_ARCH_hx4700 = "armv5te" | ||
40 | FEED_ARCH_ixp4xx = "armv5te" | ||
41 | FEED_ARCH_magician = "armv5te" | ||
42 | FEED_ARCH_netbook-pro = "armv5te" | ||
43 | FEED_ARCH_nokia770 = "armv5te" | ||
44 | FEED_ARCH_poodle = "armv5te" | ||
45 | FEED_ARCH_spitz = "armv5te" | ||
46 | FEED_ARCH_tosa = "armv5te" | ||
47 | |||
48 | #i686 machines | ||
49 | |||
50 | FEED_ARCH_guinness = "i686" | ||
51 | |||
52 | FEED_URIS += " \ | ||
53 | no-arch##${ANGSTROM_URI}/unstable/feed/all \ | ||
54 | base##${ANGSTROM_URI}/unstable/feed/${FEED_ARCH}/base \ | ||
55 | perl##${ANGSTROM_URI}/unstable/feed/${FEED_ARCH}/perl \ | ||
56 | python##${ANGSTROM_URI}/unstable/feed/${FEED_ARCH}/python \ | ||
57 | debug##${ANGSTROM_URI}/unstable/feed/${FEED_ARCH}/debug \ | ||
58 | ${MACHINE}##${ANGSTROM_URI}/unstable/feed/${FEED_ARCH}/machine/${MACHINE}" | ||
59 | # base##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/${FEED_ARCH}/base \ | ||
60 | # ${MACHINE}##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/${FEED_ARCH}/machine/${MACHINE} \ | ||
61 | # updates##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/${FEED_ARCH}/updates" | ||
62 | |||
63 | |||
64 | # We will lock down a SRCDATE when we go into release mode | ||
65 | #SRCDATE = "20061029" | ||
66 | |||
67 | PREFERRED_VERSION_linux-handhelds-2.6 = "2.6.16-hh7" | ||
68 | PREFERRED_VERSION_linux-handhelds-2.6_htcuniversal = "2.6.17-hh2" | ||
69 | |||
70 | |||
71 | SRCDATE_gconf-dbus = "20060719" | ||
72 | SRCDATE_gnome-vfs-dbus = "20060803" | ||
73 | |||
74 | CVS_TARBALL_STASH = "\ | ||
75 | http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/ \ | ||
76 | " | ||
77 | |||
78 | # GPE | ||
79 | require conf/distro/include/preferred-gpe-versions-2.8.inc | ||
80 | |||
81 | PREFERRED_PROVIDER_dbus-glib = "dbus-glib" | ||
82 | PREFERRED_PROVIDER_virtual/libsdl ?= "libsdl-x11" | ||
83 | PREFERRED_PROVIDER_virtual/libxine ?= "libxine-x11" | ||
84 | |||
85 | |||
86 | PREFERRED_VERSION_fontconfig = "2.3.95" | ||
87 | PREFERRED_VERSION_freetype = "2.2.1" | ||
88 | #fix screen corruption issues | ||
89 | PREFERRED_VERSION_cairo = "1.3.2" | ||
90 | |||
91 | #Small machines prefer kdrive, but we might ship full Xorg in other images | ||
92 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive" | ||
93 | PREFERRED_PROVIDER_xserver ?= "xserver-kdrive" | ||
94 | |||
95 | require conf/distro/include/preferred-xorg-versions-X11R7.1.inc | ||
96 | |||
97 | PREFERRED_VERSION_xserver-kdrive = "X11R7.1-1.1.0" | ||
98 | PREFERRED_VERSION_gtk+ = "2.10.6" | ||
99 | |||
100 | #zap extra stuff taking place in $MACHINE.conf | ||
101 | GPE_EXTRA_INSTALL = "" | ||
102 | |||
103 | |||
104 | # E | ||
105 | require conf/distro/include/preferred-e-versions.inc | ||
106 | |||
107 | #Make sure we use 2.6 on machines with a 2.4/2.6 selector | ||
108 | KERNEL = "kernel26" | ||
109 | MACHINE_KERNEL_VERSION = "2.6" | ||
110 | |||
111 | PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap" | ||
112 | |||
113 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" | ||
114 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" | ||
115 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" | ||
116 | |||
117 | # Virtuals: | ||
118 | PREFERRED_PROVIDER_virtual/db ?= "db" | ||
119 | PREFERRED_PROVIDER_virtual/db-native ?= "db-native" | ||
120 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive" | ||
121 | |||
122 | # Others: | ||
123 | PREFERRED_PROVIDER_virtual/libx11 ?= "diet-x11" | ||
124 | PREFERRED_PROVIDER_gconf ?= "gconf-dbus" | ||
125 | PREFERRED_PROVIDER_gnome-vfs ?= "gnome-vfs" | ||
126 | PREFERRED_PROVIDER_tslib ?= "tslib" | ||
127 | PREFERRED_PROVIDER_tslib-conf ?= "tslib" | ||
128 | PREFERRED_PROVIDER_libgpewidget ?= "libgpewidget" | ||
129 | PREFERRED_PROVIDER_ntp = "ntp" | ||
130 | PREFERRED_PROVIDER_hotplug = "udev" | ||
131 | PREFERRED_PROVIDER_libxss = "libxss" | ||
132 | |||
133 | #Machine related toolchain stuff | ||
134 | ARCH_BYTE_SEX_ixp4xx = "le" | ||
135 | |||
136 | |||
137 | #EABI stuff | ||
138 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}-libc-for-gcc = "glibc-intermediate" | ||
139 | PREFERRED_PROVIDER_virtual/arm-angstrom-linux-gnueabi-libc-for-gcc = "glibc-intermediate" | ||
140 | PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate" | ||
141 | |||
142 | #shouldn't that be uclibc-initial???? | ||
143 | PREFERRED_PROVIDER_virtual/arm-angstrom-linux-uclibcgnueabi-libc-for-gcc = "uclibc-initial" | ||
144 | |||
145 | #use EABI toolchain | ||
146 | PREFERRED_VERSION_gcc ?= "4.1.1" | ||
147 | PREFERRED_VERSION_gcc-cross ?= "4.1.1" | ||
148 | PREFERRED_VERSION_gcc-cross-sdk ?= "4.1.1" | ||
149 | PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1" | ||
150 | |||
151 | PREFERRED_VERSION_binutils ?= "2.17.50.0.5" | ||
152 | PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.5" | ||
153 | PREFERRED_VERSION_binutils-cross-sdk ?= "2.17.50.0.5" | ||
154 | |||
155 | PREFERRED_VERSION_linux-libc-headers_guinness ?= "2.6.18" | ||
156 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" | ||
157 | |||
158 | PREFERRED_VERSION_glibc ?= "2.5" | ||
159 | PREFERRED_VERSION_glibc-intermediate ?= "2.5" | ||
160 | |||
161 | # To use an EABI compatible version 3 series gcc, either uncomment | ||
162 | # the lines below or set them in local.conf: | ||
163 | # | ||
164 | # PREFERRED_VERSION_gcc-cross = "3.4.4+csl-arm-2005q3" | ||
165 | # PREFERRED_VERSION_gcc-cross-initial = "3.4.4+csl-arm-2005q3" | ||
166 | |||
167 | |||
168 | # Busybox <1.1.0 doesn't have EABI support | ||
169 | PREFERRED_VERSION_busybox = "1.2.1" | ||
170 | |||
171 | PREFERRED_VERSION_orinoco-modules_h3600 = "0.13e" | ||
172 | PREFERRED_VERSION_orinoco-modules_h3900 = "0.13e" | ||
173 | |||
174 | PREFERRED_VERSION_dbus ?= "1.0.1" | ||
175 | PREFERRED_VERSION_dbus-glib ?= "0.71" | ||
176 | |||
177 | PREFERRED_VERSION_gstreamer ?= "0.10.6" | ||
178 | |||
179 | PREFERRED_PROVIDER_hostap-conf ?= "hostap-conf" | ||
180 | PREFERRED_PROVIDER_hostap-modules_h2200 ?= "hostap-modules" | ||
181 | PREFERRED_PROVIDER_hostap-modules_hx4700 ?= "hostap-modules" | ||
182 | PREFERRED_VERSION_hostap-modules ?= "0.4.7" | ||
183 | PREFERRED_VERSION_hostap-utils ?= "0.4.7" | ||
184 | |||
185 | #Down here we put stuff we want to install into machines without polluting conf/machine/ with distro stuff | ||
186 | # c7x0, akita, spitz, nokia770, h2200, h6300, hx4700, simpad | ||
187 | |||
188 | |||
189 | # add altboot to compatible models, will be replaced with angstrom-bootmanager | ||
190 | #EXTRA_STUFF_append_c7x0 = "altboot" | ||
191 | #EXTRA_STUFF_append_akita = "altboot" | ||
192 | #EXTRA_STUFF_append_spitz = "altboot" | ||
193 | #EXTRA_STUFF_append_poodle = "altboot" | ||
194 | #EXTRA_STUFF_append_tosa = "altboot" | ||
195 | |||
196 | |||
197 | # do some task-base stuff here | ||
198 | |||
199 | # We want to ship extra debug utils in the rootfs when doing a debug build | ||
200 | DEBUG_APPS ?= "" | ||
201 | DEBUG_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "tslib-tests tslib-calibrate gdb strace procps",d)}' | ||
202 | |||
203 | #this should go away soon | ||
204 | EXTRA_STUFF ?= "" | ||
205 | |||
206 | |||
207 | # Angstrom want to ship some extra stuff. This should be moved into task-base eventually | ||
208 | DISTRO_EXTRA_RDEPENDS = "\ | ||
209 | update-modules module-init-tools modutils-initscripts \ | ||
210 | sysvinit initscripts sysvinit-pidof \ | ||
211 | psplash \ | ||
212 | netbase dropbear \ | ||
213 | angstrom-version \ | ||
214 | ipkg ipkg-collateral \ | ||
215 | util-linux-mount util-linux-umount \ | ||
216 | ${EXTRA_STUFF} \ | ||
217 | ${DEBUG_APPS} \ | ||
218 | " | ||
219 | |||
diff --git a/meta/conf/distro/include/angstrom.inc b/meta/conf/distro/include/angstrom.inc deleted file mode 100644 index 3bf87abdb6..0000000000 --- a/meta/conf/distro/include/angstrom.inc +++ /dev/null | |||
@@ -1,51 +0,0 @@ | |||
1 | #@TYPE: Distribution | ||
2 | #@NAME: Angstrom | ||
3 | #@DESCRIPTION: Distribution configuration for Angstrom | ||
4 | |||
5 | DISTRO = "angstrom" | ||
6 | DISTRO_NAME = "Angstrom" | ||
7 | |||
8 | TARGET_VENDOR = "-angstrom" | ||
9 | MACHINE_TASK_PROVIDER = "task-base" | ||
10 | |||
11 | # Can be "glibc" and "uclibc" | ||
12 | ANGSTROM_MODE ?= "glibc" | ||
13 | |||
14 | DEPLOY_DIR = "${TMPDIR}/deploy/${ANGSTROM_MODE}" | ||
15 | require conf/distro/include/angstrom-${ANGSTROM_MODE}.inc | ||
16 | |||
17 | #Use this variable in feeds and other parts that need a URI | ||
18 | ANGSTROM_URI = "http://www.angstrom-distribution.org" | ||
19 | |||
20 | #Set the default maintainer to angstrom-dev | ||
21 | MAINTAINER = "Angstrom Developers <angstrom-distro-devel@linuxtogo.org>" | ||
22 | |||
23 | #use ipkg package format with debian style naming | ||
24 | #use multimachine buildrules | ||
25 | INHERIT += "package_ipk debian multimachine sanity" | ||
26 | |||
27 | #Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable | ||
28 | PREFERRED_PROVIDER_qemu-native = "qemu-native" | ||
29 | ENABLE_BINARY_LOCALE_GENERATION ?= "1" | ||
30 | |||
31 | #qemu doesn't like armv6/eabi/vfp | ||
32 | ENABLE_BINARY_LOCALE_GENERATION_mx31ads = "0" | ||
33 | |||
34 | #ARM EABI is softfloat by default, but let's make sure :) | ||
35 | #make it overridable for platforms with FPU, like ep93xx or i.mx31 | ||
36 | TARGET_FPU_arm ?= "soft" | ||
37 | TARGET_FPU_ixp4xx ?= "soft" | ||
38 | |||
39 | |||
40 | #Make a LE jffs2 image | ||
41 | SLUGOS_IMAGESEX = "little-endian" | ||
42 | |||
43 | #Name the generated images in a sane way | ||
44 | IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}" | ||
45 | DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}" | ||
46 | |||
47 | # Angstrom *always* has some form of release config, so error out if someone thinks he knows better | ||
48 | DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}" | ||
49 | |||
50 | # We want images supporting the following features (for task-base) | ||
51 | DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost" | ||