summaryrefslogtreecommitdiffstats
path: root/openembedded/conf/machine
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/machine
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/machine')
-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
3 files changed, 28 insertions, 10 deletions
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