summaryrefslogtreecommitdiffstats
path: root/openembedded/conf/distro
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-03-23 22:30:35 +0000
committerRichard Purdie <richard@openedhand.com>2006-03-23 22:30:35 +0000
commitb3f42b759915ee078b192c43b37a86a219d15ebf (patch)
tree4378dddb69c532781870fc683f24a498e7fb52d3 /openembedded/conf/distro
parentf7f54600f1ce3763705c6c6337bea052f77c5e33 (diff)
downloadpoky-b3f42b759915ee078b192c43b37a86a219d15ebf.tar.gz
Sync conf files with OE - includes adding zaurusd to images and fixing PCMCIA_MANAGER handling
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@327 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/distro')
-rw-r--r--openembedded/conf/distro/angstrom-2006.9.conf92
-rw-r--r--openembedded/conf/distro/angstrom.conf48
-rw-r--r--openembedded/conf/distro/preferred-e-versions.inc8
3 files changed, 148 insertions, 0 deletions
diff --git a/openembedded/conf/distro/angstrom-2006.9.conf b/openembedded/conf/distro/angstrom-2006.9.conf
new file mode 100644
index 0000000000..ce11ddf08c
--- /dev/null
+++ b/openembedded/conf/distro/angstrom-2006.9.conf
@@ -0,0 +1,92 @@
1#DISTRO_VERSION = "2006.9"
2DISTRO_VERSION = "test-${DATE}"
3
4include conf/distro/angstrom.conf
5
6
7DISTRO_TYPE = "debug"
8#DISTRO_TYPE = "release"
9#!!!!! DON'T FORGET TO ENABLE ZAPROOTPASSWD !!!!!
10
11
12FEED_URIS += " \
13 base##${ANGSTROM_URI}/unstable/feed/base/"
14# base##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/base \
15# ${MACHINE}##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/${MACHINE} \
16# updates##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/updates"
17
18#CVSDATE = 20050331
19
20
21# Opie
22include conf/distro/preferred-opie-versions.inc
23
24# GPE
25include conf/distro/preferred-gpe-versions-2.8.inc
26
27# E
28include conf/distro/preferred-e-versions.inc
29
30PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie"
31PREFERRED_VERSION_qte = "2.3.10"
32
33
34PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive"
35PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus"
36PREFERRED_PROVIDER_libx11 = "diet-x11"
37
38
39PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
40PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross"
41PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross"
42
43PREFERRED_PROVIDER_virtual/libiconv = "glibc"
44PREFERRED_PROVIDER_virtual/libintl = "glibc"
45
46#EABI stuff
47PREFERRED_PROVIDER_virtual/arm-none-linux-gnueabi-libc-for-gcc = "glibc-intermediate"
48PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate"
49
50
51#use EABI toolchain
52PREFERRED_VERSION_gcc ?= "4.1.0"
53PREFERRED_VERSION_gcc-cross ?= "4.1.0"
54PREFERRED_VERSION_gcc-cross-initial ?= "4.1.0"
55PREFERRED_VERSION_binutils ?= "2.16.91.0.6"
56PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.6"
57PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99"
58PREFERRED_VERSION_glibc ?= "2.4"
59PREFERRED_VERSION_glibc-intermediate ?= "2.4"
60
61
62PREFERRED_VERSION_orinoco-modules_h3600 = "0.13e"
63PREFERRED_VERSION_orinoco-modules_h3900 = "0.13e"
64PREFERRED_VERSION_dbus = "0.61"
65
66
67#Down here we put stuff we want to install into machines without polluting conf/machine/ with distro stuff
68
69#### Bootstrap options ####
70
71PCMCIA_MANAGER_c7x0 = "pcmciautils"
72PCMCIA_MANAGER_akita = "pcmciautils"
73PCMCIA_MANAGER_spitz = "pcmciautils"
74PCMCIA_MANAGER_borzoi = "pcmciautils"
75PCMCIA_MANAGER_nokia770 = "pcmciautils"
76PCMCIA_MANAGER_ipaq-pxa270 = "pcmciautils"
77
78#### GPE section ###
79
80#Install libgtkinput in devices without a keyboard
81GPE_EXTRA_INSTALL_append_ipaq-pxa270 = " libgtkinput"
82GPE_EXTRA_INSTALL_append_h2200 = " libgtkinput"
83GPE_EXTRA_INSTALL_append_simpad = " libgtkinput"
84GPE_EXTRA_INSTALL_append_nokia770 = " libgtkinput"
85#As soon as a kill switch is in place we can add it to devices with a keyboard
86#GPE_EXTRA_INSTALL_append_c7x0 = " libgtkinput"
87#GPE_EXTRA_INSTALL_append_tosa = " libgtkinput"
88#GPE_EXTRA_INSTALL_append_akita = " libgtkinput"
89#GPE_EXTRA_INSTALL_append_spitz = " libgtkinput"
90#GPE_EXTRA_INSTALL_append_borzoi = " libgtkinput"
91
92
diff --git a/openembedded/conf/distro/angstrom.conf b/openembedded/conf/distro/angstrom.conf
new file mode 100644
index 0000000000..e9e05201e8
--- /dev/null
+++ b/openembedded/conf/distro/angstrom.conf
@@ -0,0 +1,48 @@
1#@TYPE: Distribution
2#@NAME: Angstrom
3#@DESCRIPTION: Distribution configuration for Angstrom
4
5DISTRO = "angstrom"
6DISTRO_NAME = "Angstrom"
7
8#we'll use this till we get a real domain
9ANGSTROM_URI = "http://ewi546.ewi.utwente.nl/angstrom"
10
11#Set the default maintainer to angstrom-dev
12MAINTAINER = "Angstrom Developers <angstrom-dev@handhelds.org>"
13
14#use ipkg package format with debian style naming
15INHERIT += "package_ipk debian"
16
17#use multimachine buildrules
18include conf/distro/include/multimachine.conf
19
20#Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable
21ENABLE_BINARY_LOCALE_GENERATION ?= ""
22
23
24#Use the ARM EABI when building for an ARM cpu. We can't use overrides
25#here because this breaks all places where ":=" is used.
26TARGET_VENDOR = "${@['','-none'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
27TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
28
29#mess with compiler flags to use -Os instead of -O2
30#Please see http://free-electrons.com/doc/embedded_linux_optimizations/img47.html for some more info
31FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os"
32BUILD_OPTIMIZATION = "-Os"
33
34#EABI is softfloat by default, but let's make sure :)
35TARGET_FPU = "soft"
36
37PARALLEL_INSTALL_MODULES = "1"
38
39#Always ship these packages
40BOOTSTRAP_EXTRA_DEPENDS += "angstrom-version dropbear sysvinit"
41BOOTSTRAP_EXTRA_RDEPENDS += "angstrom-version dropbear sysvinit"
42
43#Name the generated images in a sane way
44IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}"
45DEPLOY_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
48DISTRO_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')}"
diff --git a/openembedded/conf/distro/preferred-e-versions.inc b/openembedded/conf/distro/preferred-e-versions.inc
index e4571f1ae6..53f363bf3d 100644
--- a/openembedded/conf/distro/preferred-e-versions.inc
+++ b/openembedded/conf/distro/preferred-e-versions.inc
@@ -25,3 +25,11 @@ PREFERRED_VERSION_imlib2-x11 = "1.2.1.010"
25PREFERRED_VERSION_imlib2-native = "1.2.1.010" 25PREFERRED_VERSION_imlib2-native = "1.2.1.010"
26PREFERRED_VERSION_e-wm = "0.16.999.023" 26PREFERRED_VERSION_e-wm = "0.16.999.023"
27PREFERRED_VERSION_entrance = "0.9.0.005" 27PREFERRED_VERSION_entrance = "0.9.0.005"
28
29PREFERRED_PROVIDER_virtual/evas = "evas-x11"
30PREFERRED_PROVIDER_virtual/ecore = "ecore-x11"
31PREFERRED_PROVIDER_virtual/imlib2 = "imlib2-x11"
32
33PREFERRED_VERSION_gnome-vfs-dbus = "svn"
34
35PREFERRED_VERSION_gcc = "3.4.4"