summaryrefslogtreecommitdiffstats
path: root/openembedded/conf/machine
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-09 16:10:18 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-09 16:10:18 +0000
commit8d41bd1c8f4c36ed9c1c73e0586031af8a0f292c (patch)
tree86922c4000d1f4550c9dee9c14856968c95d4951 /openembedded/conf/machine
parent0d791a970638c9398ed94adafecbca54a0ea5374 (diff)
downloadpoky-8d41bd1c8f4c36ed9c1c73e0586031af8a0f292c.tar.gz
Sync conf files with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@373 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/machine')
-rw-r--r--openembedded/conf/machine/akita.conf4
-rw-r--r--openembedded/conf/machine/c7x0.conf4
-rw-r--r--openembedded/conf/machine/include/poodle-2.4.conf10
-rw-r--r--openembedded/conf/machine/include/poodle-2.6.conf41
-rw-r--r--openembedded/conf/machine/include/tosa-2.4.conf20
-rw-r--r--openembedded/conf/machine/include/tune-arm926ejs.conf3
-rw-r--r--openembedded/conf/machine/include/zaurus-clamshell-2.4.conf40
-rw-r--r--openembedded/conf/machine/ipaq-pxa270.conf1
-rw-r--r--openembedded/conf/machine/nokia770.conf6
-rw-r--r--openembedded/conf/machine/qemuarm.conf2
-rw-r--r--openembedded/conf/machine/spitz.conf4
11 files changed, 49 insertions, 86 deletions
diff --git a/openembedded/conf/machine/akita.conf b/openembedded/conf/machine/akita.conf
index da699e7258..89c0d031ee 100644
--- a/openembedded/conf/machine/akita.conf
+++ b/openembedded/conf/machine/akita.conf
@@ -2,9 +2,7 @@
2#@NAME: Sharp Zaurus SL-C1000 2#@NAME: Sharp Zaurus SL-C1000
3#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C1000 device 3#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C1000 device
4 4
5KERNEL_VERSION ?= "2.6"
6
7include conf/machine/include/zaurus-clamshell.conf 5include conf/machine/include/zaurus-clamshell.conf
8include conf/machine/include/zaurus-clamshell-${KERNEL_VERSION}.conf 6include conf/machine/include/zaurus-clamshell-2.6.conf
9 7
10ROOT_FLASH_SIZE = "58" 8ROOT_FLASH_SIZE = "58"
diff --git a/openembedded/conf/machine/c7x0.conf b/openembedded/conf/machine/c7x0.conf
index af1c9dad1c..0bd9623526 100644
--- a/openembedded/conf/machine/c7x0.conf
+++ b/openembedded/conf/machine/c7x0.conf
@@ -2,10 +2,8 @@
2#@NAME: Sharp Zaurus SL-C7x0 2#@NAME: Sharp Zaurus SL-C7x0
3#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C700, Sharp Zaurus SL-C750, Sharp Zaurus SL-C760, Sharp Zaurus SL-C860 devices 3#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C700, Sharp Zaurus SL-C750, Sharp Zaurus SL-C760, Sharp Zaurus SL-C860 devices
4 4
5KERNEL_VERSION ?= "2.6"
6
7include conf/machine/include/zaurus-clamshell.conf 5include conf/machine/include/zaurus-clamshell.conf
8include conf/machine/include/zaurus-clamshell-${KERNEL_VERSION}.conf 6include conf/machine/include/zaurus-clamshell-2.6.conf
9 7
10ROOT_FLASH_SIZE = "25" 8ROOT_FLASH_SIZE = "25"
11# yes, we are aware that the husky (c760,c860) has 54MB rootfs, but we don't make a special image for it. 9# yes, we are aware that the husky (c760,c860) has 54MB rootfs, but we don't make a special image for it.
diff --git a/openembedded/conf/machine/include/poodle-2.4.conf b/openembedded/conf/machine/include/poodle-2.4.conf
deleted file mode 100644
index 5453fda605..0000000000
--- a/openembedded/conf/machine/include/poodle-2.4.conf
+++ /dev/null
@@ -1,10 +0,0 @@
1PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa"
2
3# Later versions are broken on kernel 2.4
4PREFERRED_VERSION_orinoco-modules = "0.13e"
5
6BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules-cs orinoco-modules orinoco-modules-cs sharp-sdmmc-support \
7kernel-module-net-fd kernel-module-registers kernel-module-pxa-bi \
8kernel-module-usbdcore kernel-module-usbdmonitor \
9hostap-utils prism3-firmware prism3-support"
10
diff --git a/openembedded/conf/machine/include/poodle-2.6.conf b/openembedded/conf/machine/include/poodle-2.6.conf
index 885bf40b4f..9076355522 100644
--- a/openembedded/conf/machine/include/poodle-2.6.conf
+++ b/openembedded/conf/machine/include/poodle-2.6.conf
@@ -1,4 +1,43 @@
1PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" 1PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus"
2 2
3BOOTSTRAP_EXTRA_RDEPENDS = "kernel udev sysfsutils hostap-modules-cs orinoco-modules-cs udev-utils" 3PCMCIA_MANAGER ?= "pcmciautils"
4 4
5BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils spectrum-fw \
6${PCMCIA_MANAGER} apm wireless-tools irda-utils udev-utils keymaps hostap-utils prism3-firmware prism3-support \
7ppp ppp-dialin alsa-utils-alsactl alsa-utils-alsamixer module-init-tools alsa-conf zaurusd"
8
9# Ethernet modules
10BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pcnet-cs"
11# NFS Modules
12BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc"
13# Crypto Modules
14BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-des kernel-module-md5"
15# SMB and CRAMFS
16BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-smbfs kernel-module-cramfs"
17# Serial Modules
18BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-8250 kernel-module-serial-cs"
19# Bluetooth Modules
20BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluetooth kernel-module-l2cap kernel-module-rfcomm kernel-module-hci-vhci \
21 kernel-module-bnep kernel-module-hidp kernel-module-hci-uart kernel-module-sco \
22 kernel-module-bt3c-cs kernel-module-bluecard-cs kernel-module-btuart-cs kernel-module-dtl1-cs"
23# Infrared Modules
24BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxaficp-ir kernel-module-irda kernel-module-ircomm \
25 kernel-module-ircomm-tty kernel-module-irlan kernel-module-irnet kernel-module-ir-usb"
26
27# USB Gadget Modules
28BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage \
29 kernel-module-g-serial kernel-module-g-ether"
30
31# Wireless Modules
32BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-hostap kernel-module-hostap-cs \
33 kernel-module-hermes kernel-module-orinoco \
34 kernel-module-orinoco-cs kernel-module-spectrum-cs \
35 hostap-conf orinoco-conf"
36
37# Sound Modules
38###BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-snd-mixer-oss kernel-module-snd-pcm-oss"
39BOOTSTRAP_EXTRA_SOUND = "kernel-module-soundcore kernel-module-snd kernel-module-snd-page-alloc kernel-module-snd-timer \
40 kernel-module-snd-pcm \
41 kernel-module-snd-soc-core kernel-module-snd-soc-pxa2xx kernel-module-snd-soc-pxa2xx-i2s"
42
43###BOOTSTRAP_EXTRA_RDEPENDS_append_poodle += "${BOOTSTRAP_EXTRA_SOUND} kernel-module-snd-soc-poodle kernel-module-snd-soc-wm8731 "
diff --git a/openembedded/conf/machine/include/tosa-2.4.conf b/openembedded/conf/machine/include/tosa-2.4.conf
deleted file mode 100644
index 88df07cddb..0000000000
--- a/openembedded/conf/machine/include/tosa-2.4.conf
+++ /dev/null
@@ -1,20 +0,0 @@
1PREFERRED_PROVIDER_xserver = "xserver-kdrive"
2PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa"
3
4# Later versions are broken on kernel 2.4
5PREFERRED_VERSION_orinoco-modules = "0.13e"
6
7BOOTSTRAP_EXTRA_RDEPENDS += "wlan-ng-modules wlan-ng-utils console-tools \
8 kernel-module-acm \
9 kernel-module-evdev kernel-module-net-fd \
10 kernel-module-pxa-bi kernel-module-registers \
11 kernel-module-storage-fd kernel-module-usb-ohci-tc6393 \
12 kernel hostap-modules-cs orinoco-modules-cs \
13 sharp-sdmmc-support kernel-module-pxa-bi \
14 kernel-module-ip-gre kernel-module-irnet kernel-module-ipip \
15 kernel-module-usbcore kernel-module-usbdcore kernel-module-usbdmonitor kernel-module-usb-storage"
16
17RRECOMMENDS += "kernel-module-usbdserial kernel-module-usbkbd \
18 kernel-module-usbmouse kernel-module-hid usbutils \
19 kernel-module-evdev"
20
diff --git a/openembedded/conf/machine/include/tune-arm926ejs.conf b/openembedded/conf/machine/include/tune-arm926ejs.conf
index 5e2f6b7c62..d2c7bfac8d 100644
--- a/openembedded/conf/machine/include/tune-arm926ejs.conf
+++ b/openembedded/conf/machine/include/tune-arm926ejs.conf
@@ -1,3 +1,4 @@
1#if gcc breaks change arm926ejs to arm926ej-s 1#if gcc breaks change arm926ejs to arm926ej-s
2TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs" 2#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
3TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s"
3PACKAGE_ARCH = "armv5te" 4PACKAGE_ARCH = "armv5te"
diff --git a/openembedded/conf/machine/include/zaurus-clamshell-2.4.conf b/openembedded/conf/machine/include/zaurus-clamshell-2.4.conf
deleted file mode 100644
index aaee8765a9..0000000000
--- a/openembedded/conf/machine/include/zaurus-clamshell-2.4.conf
+++ /dev/null
@@ -1,40 +0,0 @@
1# Zaurus Clamshell specific configuration for kernel 2.4
2# Don't forget to include zaurus-clamshell.conf as well
3
4PREFERRED_PROVIDERS_append_c7x0 = " virtual/kernel:c7x0-kernels-2.4-embedix"
5PREFERRED_PROVIDERS_append_akita = " virtual/kernel:openzaurus-pxa27x"
6PREFERRED_PROVIDERS_append_spitz = " virtual/kernel:openzaurus-pxa27x"
7
8# Later versions are broken on kernel 2.4
9PREFERRED_VERSION_orinoco-modules = "0.13e"
10
11BOOTSTRAP_EXTRA_RDEPENDS += "kernel hostap-modules-cs orinoco-modules-cs sharp-sdmmc-support \
12pcmcia-cs apmd apm wireless-tools console-tools irda-utils hostap-utils prism3-firmware prism3-support \
13wpa-supplicant-nossl ppp ppp-dialin openswan"
14
15# Misc Modules
16BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-net-fd kernel-module-registers"
17
18# USB Client Modules
19BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-usbdcore kernel-module-usbdmonitor"
20
21# Bluetooth Modules
22BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluez kernel-module-l2cap kernel-module-rfcomm kernel-module-hci-vhci \
23 kernel-module-bnep kernel-module-hidp kernel-module-hci-uart kernel-module-sco \
24 kernel-module-bluecard-cs kernel-module-btuart-cs kernel-module-dtl1-cs \
25 kernel-module-firmware-class kernel-module-bt3c-cs"
26
27# BI Module
28BOOTSTRAP_EXTRA_RDEPENDS_append_c7x0 = " kernel-module-pxa-bi"
29BOOTSTRAP_EXTRA_RDEPENDS_append_spitz = " kernel-module-pxa27x-bi"
30BOOTSTRAP_EXTRA_RDEPENDS_append_akita = " kernel-module-pxa27x-bi"
31
32# USB Host Modules
33BOOTSTRAP_EXTRA_RDEPENDS_append_spitz = " kernel-module-usbcore kernel-module-usbmouse kernel-module-usb-monitor \
34 kernel-module-usbkbd kernel-module-usb-storage kernel-module-hci-usb \
35 kernel-module-usb-ohci-pxa27x kernel-module-bfusb"
36BOOTSTRAP_EXTRA_RDEPENDS_append_akita = " kernel-module-usbcore kernel-module-usbmouse kernel-module-usb-monitor \
37 kernel-module-usbkbd kernel-module-usb-storage kernel-module-hci-usb \
38 kernel-module-usb-ohci-pxa27x kernel-module-bfusb"
39
40GPE_EXTRA_INSTALL += "chkhinge"
diff --git a/openembedded/conf/machine/ipaq-pxa270.conf b/openembedded/conf/machine/ipaq-pxa270.conf
index c6f4804d5f..66d3eb38ff 100644
--- a/openembedded/conf/machine/ipaq-pxa270.conf
+++ b/openembedded/conf/machine/ipaq-pxa270.conf
@@ -31,7 +31,6 @@ PXA270_MODULES = "g_ether g_file_storage g_serial gadgetfs pxa27x_udc \
31 31
32SERIAL_CONSOLE = "115200 ttyS0" 32SERIAL_CONSOLE = "115200 ttyS0"
33 33
34include conf/machine/include/ipaq-common.conf
35include conf/machine/include/handheld-common.conf 34include conf/machine/include/handheld-common.conf
36 35
37GUI_MACHINE_CLASS = "bigscreen" 36GUI_MACHINE_CLASS = "bigscreen"
diff --git a/openembedded/conf/machine/nokia770.conf b/openembedded/conf/machine/nokia770.conf
index 41c485c019..dd2127610a 100644
--- a/openembedded/conf/machine/nokia770.conf
+++ b/openembedded/conf/machine/nokia770.conf
@@ -6,6 +6,7 @@ IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}"
6 6
7PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-omap" 7PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-omap"
8PREFERRED_PROVIDER_virtual/bootloader = "" 8PREFERRED_PROVIDER_virtual/bootloader = ""
9PREFERRED_PROVIDER_virutal/tslib = "tslib-maemo"
9 10
10XSERVER = "xserver-kdrive-omap" 11XSERVER = "xserver-kdrive-omap"
11 12
@@ -19,7 +20,8 @@ include conf/machine/include/tune-arm926ejs.conf
19 20
20#size of the root partition (yes, it is 123 MB) 21#size of the root partition (yes, it is 123 MB)
21ROOT_FLASH_SIZE = "123" 22ROOT_FLASH_SIZE = "123"
22EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000 --no-cleanmarkers" 23#EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000 --no-cleanmarkers"
24EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000 -n "
23 25
24# serial console port on devboard rev. B3 26# serial console port on devboard rev. B3
25#SERIAL_CONSOLE = "115200 tts/0" 27#SERIAL_CONSOLE = "115200 tts/0"
@@ -27,7 +29,7 @@ SERIAL_CONSOLE = "115200 ttyS0"
27 29
28 30
29#build omap1 till nokia releases the patches 31#build omap1 till nokia releases the patches
30PREFERRED_PROVIDER_virtual/kernel = "linux-omap1" 32PREFERRED_PROVIDER_virtual/kernel = "linux-nokia770"
31 33
32BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init detect-stylus \ 34BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init detect-stylus \
33${PCMCIA_MANAGER} apm ppp wireless-tools console-tools" 35${PCMCIA_MANAGER} apm ppp wireless-tools console-tools"
diff --git a/openembedded/conf/machine/qemuarm.conf b/openembedded/conf/machine/qemuarm.conf
index 7a558a731d..f3edef9890 100644
--- a/openembedded/conf/machine/qemuarm.conf
+++ b/openembedded/conf/machine/qemuarm.conf
@@ -2,8 +2,6 @@
2#@NAME: qemu ARM Emulator setup 2#@NAME: qemu ARM Emulator setup
3#@DESCRIPTION: Machine configuration for running an ARM system under qemu emulation 3#@DESCRIPTION: Machine configuration for running an ARM system under qemu emulation
4 4
5KERNEL_VERSION ?= "2.6"
6
7TARGET_ARCH = "arm" 5TARGET_ARCH = "arm"
8IPKG_ARCHS = "all arm armv4 armv5te qemuarm" 6IPKG_ARCHS = "all arm armv4 armv5te qemuarm"
9 7
diff --git a/openembedded/conf/machine/spitz.conf b/openembedded/conf/machine/spitz.conf
index 212da52587..f78dd7a3b9 100644
--- a/openembedded/conf/machine/spitz.conf
+++ b/openembedded/conf/machine/spitz.conf
@@ -2,10 +2,8 @@
2#@NAME: Sharp Zaurus SL-C3000 2#@NAME: Sharp Zaurus SL-C3000
3#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C3000 device 3#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C3000 device
4 4
5KERNEL_VERSION ?= "2.6"
6
7include conf/machine/include/zaurus-clamshell.conf 5include conf/machine/include/zaurus-clamshell.conf
8include conf/machine/include/zaurus-clamshell-${KERNEL_VERSION}.conf 6include conf/machine/include/zaurus-clamshell-2.6.conf
9 7
10PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}" 8PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}"
11PIVOTBOOT_EXTRA_RRECOMMENDS += "" 9PIVOTBOOT_EXTRA_RRECOMMENDS += ""