summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/angstrom-2006.9.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/angstrom-2006.9.conf')
-rw-r--r--meta/conf/distro/angstrom-2006.9.conf126
1 files changed, 126 insertions, 0 deletions
diff --git a/meta/conf/distro/angstrom-2006.9.conf b/meta/conf/distro/angstrom-2006.9.conf
new file mode 100644
index 0000000000..5c1ed1296d
--- /dev/null
+++ b/meta/conf/distro/angstrom-2006.9.conf
@@ -0,0 +1,126 @@
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 = "2006.9"
10DISTRO_VERSION = "test-${DATE}"
11
12include conf/distro/angstrom.conf
13
14DISTRO_TYPE = "debug"
15#DISTRO_TYPE = "release"
16#!!!!! DON'T FORGET TO ENABLE ZAPROOTPASSWD !!!!!
17
18
19FEED_URIS += " \
20 base##${ANGSTROM_URI}/unstable/feed/base/"
21# base##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/base \
22# ${MACHINE}##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/${MACHINE} \
23# updates##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/updates"
24
25SRCDATE = "20060518"
26#SRCDATE_handhelds-pxa-2.6 = "20060516"
27
28CVS_TARBALL_STASH = "\
29http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/ \
30http://www.oesources.org/source/current/"
31
32# Opie
33#use 1337 mt version of opie to have a webbrowser
34PALMTOP_USE_MULTITHREADED_QT = "yes"
35QTE_VERSION = "2.3.10"
36OPIE_VERSION = "1.2.2"
37include conf/distro/preferred-opie-versions.inc
38
39# GPE
40include conf/distro/preferred-gpe-versions-2.8.inc
41
42#zap extra stuff taking place in $MACHINE.conf
43GPE_EXTRA_INSTALL = ""
44
45# E
46include conf/distro/preferred-e-versions.inc
47
48PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive"
49PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus"
50PREFERRED_PROVIDER_libx11 = "diet-x11"
51
52
53#Make sure we use 2.6 on machines with a 2.4/2.6 selector
54KERNEL = "kernel26"
55ZKERNEL_VERSION = "2.6"
56
57PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
58PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross"
59PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross"
60
61PREFERRED_PROVIDER_virtual/libiconv = "glibc"
62PREFERRED_PROVIDER_virtual/libintl = "glibc"
63
64#EABI stuff
65PREFERRED_PROVIDER_virtual/arm-angstrom-linux-gnueabi-libc-for-gcc = "glibc-intermediate"
66PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate"
67
68
69#use EABI toolchain
70PREFERRED_VERSION_gcc ?= "4.1.1"
71PREFERRED_VERSION_gcc-cross ?= "4.1.1"
72PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1"
73PREFERRED_VERSION_binutils ?= "2.16.91.0.7"
74PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.7"
75PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99"
76PREFERRED_VERSION_glibc ?= "2.4"
77PREFERRED_VERSION_glibc-intermediate ?= "2.4"
78
79# To use an EABI compatible version 3 series gcc, either uncomment
80# the lines below or set them in local.conf:
81#
82# PREFERRED_VERSION_gcc-cross = "3.4.4+csl-arm-2005q3"
83# PREFERRED_VERSION_gcc-cross-initial = "3.4.4+csl-arm-2005q3"
84
85
86PREFERRED_VERSION_orinoco-modules_h3600 = "0.13e"
87PREFERRED_VERSION_orinoco-modules_h3900 = "0.13e"
88PREFERRED_VERSION_dbus ?= "0.61"
89PREFERRED_VERSION_gstreamer ?= "0.10.6"
90
91PREFERRED_PROVIDER_hostap-conf ?= "hostap-conf"
92PREFERRED_PROVIDER_hostap-modules_h2200 ?= "hostap-modules"
93PREFERRED_PROVIDER_hostap-modules_hx4700 ?= "hostap-modules"
94PREFERRED_VERSION_hostap-modules ?= "0.4.7"
95
96#Down here we put stuff we want to install into machines without polluting conf/machine/ with distro stuff
97# c7x0, akita, spitz, nokia770, h2200, h6300, ipaq-pxa270, simpad
98
99#### Bootstrap options ####
100
101PCMCIA_MANAGER_c7x0 = "pcmciautils"
102PCMCIA_MANAGER_akita = "pcmciautils"
103PCMCIA_MANAGER_spitz = "pcmciautils"
104PCMCIA_MANAGER_nokia770 = "pcmciautils"
105PCMCIA_MANAGER_h2200 = "pcmciautils"
106PCMCIA_MANAGER_h6300 = "pcmciautils"
107PCMCIA_MANAGER_ipaq-pxa270 = "pcmciautils"
108
109
110
111#### GPE section ###
112
113#Install libgtkinput in devices without a keyboard
114GPE_EXTRA_INSTALL_append_ipaq-pxa270 = " libgtkinput"
115GPE_EXTRA_INSTALL_append_h2200 = " libgtkinput"
116GPE_EXTRA_INSTALL_append_h6300 = " libgtkinput"
117GPE_EXTRA_INSTALL_append_simpad = " libgtkinput"
118GPE_EXTRA_INSTALL_append_nokia770 = " libgtkinput"
119
120#As soon as a kill switch is in place we can add it to devices with a keyboard
121#GPE_EXTRA_INSTALL_append_c7x0 = " libgtkinput"
122#GPE_EXTRA_INSTALL_append_tosa = " libgtkinput"
123#GPE_EXTRA_INSTALL_append_akita = " libgtkinput"
124#GPE_EXTRA_INSTALL_append_spitz = " libgtkinput"
125
126