summaryrefslogtreecommitdiffstats
path: root/openembedded/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-09-05 12:16:56 +0000
committerRichard Purdie <richard@openedhand.com>2005-09-05 12:16:56 +0000
commit3e846ba477aef514313450d4dba343e097be1418 (patch)
treeefc621e3b343883a8e4e79a63eb974257fe69707 /openembedded/conf
parentc49400dab0dbfd43842fcf6bdfc59937f4c0afe6 (diff)
downloadpoky-3e846ba477aef514313450d4dba343e097be1418.tar.gz
Updates against mainline openembedded + removal of some unneeded files
git-svn-id: https://svn.o-hand.com/repos/poky@19 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf')
-rw-r--r--openembedded/conf/distro/familiar-0.8.3.conf22
-rw-r--r--openembedded/conf/distro/familiar-distro.conf (renamed from openembedded/conf/distro/familiar.conf)0
-rw-r--r--openembedded/conf/distro/preferred-gpe-versions-2.7.inc18
-rw-r--r--openembedded/conf/machine/ipaq-pxa270.conf28
-rw-r--r--openembedded/conf/machine/nokia770.conf2
-rw-r--r--openembedded/conf/machine/zaurus-clamshell-2.6.conf8
6 files changed, 55 insertions, 23 deletions
diff --git a/openembedded/conf/distro/familiar-0.8.3.conf b/openembedded/conf/distro/familiar-0.8.3.conf
index e26468cff3..475117ceba 100644
--- a/openembedded/conf/distro/familiar-0.8.3.conf
+++ b/openembedded/conf/distro/familiar-0.8.3.conf
@@ -1,4 +1,4 @@
1include conf/distro/familiar.conf 1include conf/distro/familiar-distro.conf
2 2
3DISTRO = "familiar" 3DISTRO = "familiar"
4DISTRO_NAME = "Familiar Linux" 4DISTRO_NAME = "Familiar Linux"
@@ -17,13 +17,18 @@ PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
17PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" 17PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross"
18PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" 18PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross"
19 19
20PREFERRED_PROVIDER_virtual/libiconv=glibc
21PREFERRED_PROVIDER_virtual/libintl=glibc
22PREFERRED_PROVIDER_x11=diet-x11
23
24PREFERRED_VERSION_hostap-modules ?= "0.3.9
20 25
21# The CSL compiler is unusable because 26# The CSL compiler is unusable because
22# 1) certain programs stop to compile 27# 1) certain programs stop to compile
23# 2) more programs segfault 28# 2) more programs segfault
24PREFERRED_VERSION_gcc = "3.4.4" 29PREFERRED_VERSION_gcc ?= "3.4.4"
25PREFERRED_VERSION_gcc-cross = "3.4.4" 30PREFERRED_VERSION_gcc-cross ?= "3.4.4"
26PREFERRED_VERSION_gcc-cross-initial = "3.4.4" 31PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4"
27 32
28# 33#
29# Opie 34# Opie
@@ -41,12 +46,17 @@ include conf/distro/preferred-opie-versions.inc
41 46
42PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" 47PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive"
43PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus" 48PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus"
44#PREFERRED_PROVIDER_x11 = "diet-x11" 49PREFERRED_PROVIDER_x11 = "diet-x11"
45 50
46include conf/distro/preferred-gpe-versions-2.7.inc 51include conf/distro/preferred-gpe-versions-2.7.inc
47 52
48# 53#
49# E 54# E
50# 55#
51include conf/distro/preferred-e-versions.inc 56
57
58#23:57 < mickeyl> it's no longer necessary since our cleanup
59#23:57 < mickeyl> it may be again when we add cvs versions, but until now, just don't include it
60
61#include conf/distro/preferred-e-versions.inc
52 62
diff --git a/openembedded/conf/distro/familiar.conf b/openembedded/conf/distro/familiar-distro.conf
index 497ba6a89c..497ba6a89c 100644
--- a/openembedded/conf/distro/familiar.conf
+++ b/openembedded/conf/distro/familiar-distro.conf
diff --git a/openembedded/conf/distro/preferred-gpe-versions-2.7.inc b/openembedded/conf/distro/preferred-gpe-versions-2.7.inc
index 2d64cf2b8b..5919f351fb 100644
--- a/openembedded/conf/distro/preferred-gpe-versions-2.7.inc
+++ b/openembedded/conf/distro/preferred-gpe-versions-2.7.inc
@@ -33,22 +33,23 @@ PREFERRED_VERSION_xproto ?= "6.6.2"
33PREFERRED_VERSION_xcursor-transparent-theme ?= "0.1.1" 33PREFERRED_VERSION_xcursor-transparent-theme ?= "0.1.1"
34PREFERRED_VERSION_rxvt-unicode ?= "5.3" 34PREFERRED_VERSION_rxvt-unicode ?= "5.3"
35PREFERRED_VERSION_gtk2-theme-angelistic ?= "0.3" 35PREFERRED_VERSION_gtk2-theme-angelistic ?= "0.3"
36PREFERRED_VERSION_xst ?= "0.14" 36PREFERRED_VERSION_xst ?= "0.15"
37#PREFERRED_VERSION_xextensions ?= "0.0cvs${CVSDATE}" 37#PREFERRED_VERSION_xextensions ?= "0.0cvs${CVSDATE}"
38PREFERRED_VERSION_xprop ?= "0.0cvs${CVSDATE}" 38PREFERRED_VERSION_xprop ?= "0.0cvs${CVSDATE}"
39PREFERRED_VERSION_xhost ?= "0.0cvs20040413" 39PREFERRED_VERSION_xhost ?= "0.0cvs20040413"
40PREFERRED_VERSION_xrdb ?= "0.0cvs${CVSDATE}" 40PREFERRED_VERSION_xrdb ?= "0.0cvs${CVSDATE}"
41PREFERRED_VERSION_gpe-login ?= "0.81" 41PREFERRED_VERSION_gpe-login ?= "0.82"
42PREFERRED_VERSION_gpe-session-scripts ?= "0.63" 42PREFERRED_VERSION_gpe-session-scripts ?= "0.66"
43PREFERRED_VERSION_gpe-soundserver ?= "0.4-1" 43PREFERRED_VERSION_gpe-soundserver ?= "0.4-1"
44PREFERRED_VERSION_gpe-todo ?= "0.54" 44PREFERRED_VERSION_gpe-todo ?= "0.54"
45PREFERRED_VERSION_gpe-calendar ?= "0.63" 45PREFERRED_VERSION_gpe-calendar ?= "0.65"
46PREFERRED_VERSION_gpe-sketchbox ?= "0.2.8" 46PREFERRED_VERSION_gpe-sketchbox ?= "0.2.8"
47PREFERRED_VERSION_gpe-contacts ?= "0.41" 47PREFERRED_VERSION_gpe-contacts ?= "0.42"
48PREFERRED_VERSION_gpe-today ?= "0.08" 48PREFERRED_VERSION_gpe-today ?= "0.09"
49PREFERRED_VERSION_matchbox-panel-manager ?= "0.1" 49PREFERRED_VERSION_matchbox-panel-manager ?= "0.1"
50PREFERRED_VERSION_dbus ?= "0.23.4" 50PREFERRED_VERSION_dbus ?= "0.23.4"
51PREFERRED_VERSION_gpe-bluetooth ?= "0.43" 51PREFERRED_VERSION_gpe-beam ?= "0.2.8"
52PREFERRED_VERSION_gpe-bluetooth ?= "0.44"
52PREFERRED_VERSION_gpe-su ?= "0.18" 53PREFERRED_VERSION_gpe-su ?= "0.18"
53PREFERRED_VERSION_gpe-conf ?= "0.1.25" 54PREFERRED_VERSION_gpe-conf ?= "0.1.25"
54PREFERRED_VERSION_gpe-clock ?= "0.21" 55PREFERRED_VERSION_gpe-clock ?= "0.21"
@@ -85,4 +86,7 @@ PREFERRED_VERSION_minimo ?= "0.0cvs${CVSDATE_minimo}"
85PREFERRED_VERSION_linphone-hh ?= "0.12.2.hh1" 86PREFERRED_VERSION_linphone-hh ?= "0.12.2.hh1"
86PREFERRED_VERSION_linphone ?= "0.12.2" 87PREFERRED_VERSION_linphone ?= "0.12.2"
87PREFERRED_VERSION_firefox ?= "1.0" 88PREFERRED_VERSION_firefox ?= "1.0"
89PREFERRED_VERSION_gaim ?= "2.0.0-cvs-mco1"
90PREFERRED_VERSION_poppler ?= "0.3.3"
91PREFERRED_VERSION_evince ?= "0.3.2"
88PREFERRED_VERSION_gpe_mini_browser ?= "0.15" 92PREFERRED_VERSION_gpe_mini_browser ?= "0.15"
diff --git a/openembedded/conf/machine/ipaq-pxa270.conf b/openembedded/conf/machine/ipaq-pxa270.conf
index 9e1b677ecf..0565b897b7 100644
--- a/openembedded/conf/machine/ipaq-pxa270.conf
+++ b/openembedded/conf/machine/ipaq-pxa270.conf
@@ -9,12 +9,14 @@ PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
9PREFERRED_VERSION_orinoco-modules = "0.15rc1" 9PREFERRED_VERSION_orinoco-modules = "0.15rc1"
10 10
11BOOTSTRAP_EXTRA_DEPENDS = "ipaq-boot-params" 11BOOTSTRAP_EXTRA_DEPENDS = "ipaq-boot-params"
12BOOTSTRAP_EXTRA_DEPENDS_append = " handhelds-pxa-2.6 udev modutils-collateral module-init-tools" 12BOOTSTRAP_EXTRA_DEPENDS_append = " handhelds-pxa-2.6 udev module-init-tools"
13 13
14BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${PXA270_MODULES}', d)}" 14BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${PXA270_MODULES}', d)}"
15BOOTSTRAP_EXTRA_RDEPENDS_append = " udev modutils-collateral module-init-tools" 15BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools"
16 16
17PXA270_MODULES = "g_ether pxa27x_udc" 17PXA270_MODULES = "g_ether g_file_storage g_serial pxa27x_udc \
18 snd_pcm_oss snd_mixer_oss evdev mmc_block pcmcia hidp \
19 nls_cp437 nls_utf8"
18 20
19SERIAL_CONSOLE = "115200 ttyS0" 21SERIAL_CONSOLE = "115200 ttyS0"
20 22
@@ -29,5 +31,21 @@ GPE_EXTRA_INSTALL += "gaim sylpheed gpe-filemanager gpe-nmf evince"
29include conf/machine/tune-xscale.conf 31include conf/machine/tune-xscale.conf
30 32
31BOOTSTRAP_EXTRA_RDEPENDS += "${@linux_module_packages('${HX4700_MODULES}', d)}" 33BOOTSTRAP_EXTRA_RDEPENDS += "${@linux_module_packages('${HX4700_MODULES}', d)}"
32HX4700_MODULES = "asic3_base asic3_mmc hx4700_bt hx4700_core hx4700_leds hx4700_navpt hx4700_pcmcia \ 34HX4700_MODULES = "asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \
33 hx4700_ts hx4700_wlan snd_pxa_i2sound_hx4700" 35 hx4700_ts hx4700_wlan snd_pxa_i2sound_hx4700 hx4700_power"
36
37module_autoload_hx4700_power = "hx4700_power"
38module_autoload_pcmcia = "pcmcia"
39module_autoload_hx4700_pcmcia = "hx4700_pcmcia"
40module_autoload_asic3_mmc = "asic3_mmc"
41module_autoload_mmc_block = "mmc_block"
42module_autoload_hx4700_ts = "hx4700_ts"
43module_autoload_hx4700_navpt = "hx4700_navpt"
44module_autoload_hx4700_bt = "hx4700_bt"
45module_autoload_snd-pxa-i2sound-hx4700 = "snd-pxa-i2sound-hx4700"
46module_autoload_snd-pcm-oss = "snd-pcm-oss"
47module_autoload_snd-pcm-oss = "snd-mixer-oss"
48module_autoload_pxa27x_udc = "pxa27x_udc"
49
50#FIXME: this should be controlled by a userspace utility later.
51module_autoload_g_ether = "g_ether"
diff --git a/openembedded/conf/machine/nokia770.conf b/openembedded/conf/machine/nokia770.conf
index 253f8a43e2..8b657281c7 100644
--- a/openembedded/conf/machine/nokia770.conf
+++ b/openembedded/conf/machine/nokia770.conf
@@ -15,7 +15,7 @@ GPE_EXTRA_DEPENDS += "gaim sylpheed gpe-mini-browser tscalib"
15GPE_EXTRA_INSTALL += "gaim sylpheed gpe-mini-browser tscalib" 15GPE_EXTRA_INSTALL += "gaim sylpheed gpe-mini-browser tscalib"
16 16
17# Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm. 17# Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm.
18#include conf/machine/tune-arm926ejs.conf 18include conf/machine/tune-arm926ejs.conf
19 19
20 20
21#size of the root partition (yes, it is 123 MB) 21#size of the root partition (yes, it is 123 MB)
diff --git a/openembedded/conf/machine/zaurus-clamshell-2.6.conf b/openembedded/conf/machine/zaurus-clamshell-2.6.conf
index b3e0a50bc6..516b07ee15 100644
--- a/openembedded/conf/machine/zaurus-clamshell-2.6.conf
+++ b/openembedded/conf/machine/zaurus-clamshell-2.6.conf
@@ -27,10 +27,10 @@ BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluetooth kernel-module-l2cap kernel-
27 kernel-module-bnep kernel-module-hidp kernel-module-hci-uart kernel-module-sco \ 27 kernel-module-bnep kernel-module-hidp kernel-module-hci-uart kernel-module-sco \
28 kernel-module-bt3c-cs kernel-module-bluecard-cs kernel-module-btuart-cs kernel-module-dtl1-cs" 28 kernel-module-bt3c-cs kernel-module-bluecard-cs kernel-module-btuart-cs kernel-module-dtl1-cs"
29# Infrared Modules 29# Infrared Modules
30#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxaficp-ir kernel-module-irda kernel-module-ircomm 30BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxaficp-ir kernel-module-irda kernel-module-ircomm \
31# kernel-module-ircomm-tty kernel-module-irlan kernel-module-irnet kernel-module-ir-usb" 31 kernel-module-ircomm-tty kernel-module-irlan kernel-module-irnet kernel-module-ir-usb"
32 32
33# USB Gadget Modules 33# USB Gadget Modules
34#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage \ 34BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage \
35# kernel-module-g-serial kernel-module-g-ether" 35 kernel-module-g-serial kernel-module-g-ether"
36 36