summaryrefslogtreecommitdiffstats
path: root/openembedded/conf/machine
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-09-20 07:04:35 +0000
committerRichard Purdie <richard@openedhand.com>2005-09-20 07:04:35 +0000
commitb4a7122cacef647dbec3db5c9ebe1e504a7670df (patch)
tree006885a1f4e8032062632ee1a091e72c32dd2810 /openembedded/conf/machine
parentf9e1d16bfa73a2df5254c63ae1abb6a4bbe0a062 (diff)
downloadpoky-b4a7122cacef647dbec3db5c9ebe1e504a7670df.tar.gz
Updates against mainline OE
git-svn-id: https://svn.o-hand.com/repos/poky@26 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/machine')
-rw-r--r--openembedded/conf/machine/ipaq-pxa270.conf7
-rw-r--r--openembedded/conf/machine/spitz.conf2
-rw-r--r--openembedded/conf/machine/zaurus-clamshell-2.6.conf7
3 files changed, 9 insertions, 7 deletions
diff --git a/openembedded/conf/machine/ipaq-pxa270.conf b/openembedded/conf/machine/ipaq-pxa270.conf
index 0565b897b7..ec2b1beb02 100644
--- a/openembedded/conf/machine/ipaq-pxa270.conf
+++ b/openembedded/conf/machine/ipaq-pxa270.conf
@@ -5,6 +5,7 @@
5TARGET_ARCH = "arm" 5TARGET_ARCH = "arm"
6IPKG_ARCHS = "all arm armv4 armv5te ipaqpxa hx4700" 6IPKG_ARCHS = "all arm armv4 armv5te ipaqpxa hx4700"
7PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" 7PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
8PREFERRED_VERSIONS_handhelds-pxa-2.6 = "2.6.12-hh3"
8 9
9PREFERRED_VERSION_orinoco-modules = "0.15rc1" 10PREFERRED_VERSION_orinoco-modules = "0.15rc1"
10 11
@@ -24,14 +25,14 @@ include conf/machine/ipaq-common.conf
24include conf/machine/handheld-common.conf 25include conf/machine/handheld-common.conf
25 26
26GUI_MACHINE_CLASS = "bigscreen" 27GUI_MACHINE_CLASS = "bigscreen"
27GPE_EXTRA_DEPENDS += "gaim sylpheed gpe-filemanager gpe-nmf evince" 28GPE_EXTRA_DEPENDS += "gaim sylpheed"
28GPE_EXTRA_INSTALL += "gaim sylpheed gpe-filemanager gpe-nmf evince" 29GPE_EXTRA_INSTALL += "gaim sylpheed"
29 30
30# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. 31# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
31include conf/machine/tune-xscale.conf 32include conf/machine/tune-xscale.conf
32 33
33BOOTSTRAP_EXTRA_RDEPENDS += "${@linux_module_packages('${HX4700_MODULES}', d)}" 34BOOTSTRAP_EXTRA_RDEPENDS += "${@linux_module_packages('${HX4700_MODULES}', d)}"
34HX4700_MODULES = "asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \ 35HX4700_MODULES = "i2c-pxa asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \
35 hx4700_ts hx4700_wlan snd_pxa_i2sound_hx4700 hx4700_power" 36 hx4700_ts hx4700_wlan snd_pxa_i2sound_hx4700 hx4700_power"
36 37
37module_autoload_hx4700_power = "hx4700_power" 38module_autoload_hx4700_power = "hx4700_power"
diff --git a/openembedded/conf/machine/spitz.conf b/openembedded/conf/machine/spitz.conf
index 6e6ea7f605..79ce0c4193 100644
--- a/openembedded/conf/machine/spitz.conf
+++ b/openembedded/conf/machine/spitz.conf
@@ -15,6 +15,6 @@ PIVOTBOOT_EXTRA_RRECOMMENDS += ""
15BOOTSTRAP_EXTRA_DEPENDS += "hdparm e2fsprogs" 15BOOTSTRAP_EXTRA_DEPENDS += "hdparm e2fsprogs"
16BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs e2fsprogs-e2fsck e2fsprogs-mke2fs" 16BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs e2fsprogs-e2fsck e2fsprogs-mke2fs"
17 17
18IMAGE_FSTYPES = "jffs2 tar" 18IMAGE_FSTYPES = "jffs2 tar.gz"
19 19
20ROOT_FLASH_SIZE = "100" 20ROOT_FLASH_SIZE = "100"
diff --git a/openembedded/conf/machine/zaurus-clamshell-2.6.conf b/openembedded/conf/machine/zaurus-clamshell-2.6.conf
index 516b07ee15..a26ae7754f 100644
--- a/openembedded/conf/machine/zaurus-clamshell-2.6.conf
+++ b/openembedded/conf/machine/zaurus-clamshell-2.6.conf
@@ -2,13 +2,12 @@
2# Don't forget to include zaurus-clamshell.conf as well 2# Don't forget to include zaurus-clamshell.conf as well
3 3
4PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" 4PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus"
5PREFERRED_VERSION_orinoco-modules = "0.15rc1"
6 5
7BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel udev sysfsutils hostap-modules orinoco-modules \ 6BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel udev sysfsutils hostap-modules spectrum-fw \
8pcmcia-cs apmd wireless-tools console-tools irda-utils lrzsz hostap-utils prism3-firmware prism3-support \ 7pcmcia-cs apmd wireless-tools console-tools irda-utils lrzsz hostap-utils prism3-firmware prism3-support \
9ppp ppp-dialin openswan wpa-supplicant-nossl" 8ppp ppp-dialin openswan wpa-supplicant-nossl"
10 9
11BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils hostap-modules-cs orinoco-modules-cs \ 10BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils hostap-modules-cs spectrum-fw \
12pcmcia-cs apm wireless-tools irda-utils udev-utils console-tools hostap-utils prism3-firmware prism3-support \ 11pcmcia-cs apm wireless-tools irda-utils udev-utils console-tools hostap-utils prism3-firmware prism3-support \
13ppp ppp-dialin openswan wpa-supplicant-nossl" 12ppp ppp-dialin openswan wpa-supplicant-nossl"
14 13
@@ -34,3 +33,5 @@ BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxaficp-ir kernel-module-irda kernel-
34BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage \ 33BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage \
35 kernel-module-g-serial kernel-module-g-ether" 34 kernel-module-g-serial kernel-module-g-ether"
36 35
36# Wireless Modules
37BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-orinoco-cs kernel-module-spectrum-cs"