diff options
author | Richard Purdie <richard@openedhand.com> | 2006-03-23 22:30:35 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-03-23 22:30:35 +0000 |
commit | b3f42b759915ee078b192c43b37a86a219d15ebf (patch) | |
tree | 4378dddb69c532781870fc683f24a498e7fb52d3 /openembedded/conf/machine | |
parent | f7f54600f1ce3763705c6c6337bea052f77c5e33 (diff) | |
download | poky-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/machine')
7 files changed, 42 insertions, 28 deletions
diff --git a/openembedded/conf/machine/include/handheld-common.conf b/openembedded/conf/machine/include/handheld-common.conf index 467d5e59f1..f8767d2ddf 100644 --- a/openembedded/conf/machine/include/handheld-common.conf +++ b/openembedded/conf/machine/include/handheld-common.conf | |||
@@ -7,7 +7,7 @@ ide-cs ide-disk ide-probe-mod \ | |||
7 | loop \ | 7 | loop \ |
8 | vfat ext2 \ | 8 | vfat ext2 \ |
9 | sunrpc nfs \ | 9 | sunrpc nfs \ |
10 | btuart-cs dtl1-cs bt3c-cs rfcomm bnep l2cap sco hci_uart \ | 10 | btuart-cs dtl1-cs bt3c-cs rfcomm bnep l2cap sco hci_uart hidp \ |
11 | pcnet-cs serial-cs airo-cs \ | 11 | pcnet-cs serial-cs airo-cs \ |
12 | af_packet \ | 12 | af_packet \ |
13 | ppp-async ppp-deflate ppp-mppe \ | 13 | ppp-async ppp-deflate ppp-mppe \ |
@@ -16,8 +16,6 @@ irda irlan irnet irport irtty ircomm-tty \ | |||
16 | input uinput \ | 16 | input uinput \ |
17 | " | 17 | " |
18 | 18 | ||
19 | PCMCIA_MANAGER ?= "pcmcia-cs" | ||
20 | |||
21 | # Configuration bits for "generic handheld" | 19 | # Configuration bits for "generic handheld" |
22 | BOOTSTRAP_EXTRA_RDEPENDS += "${PCMCIA_MANAGER} apm apmd network-suspend-scripts" | 20 | BOOTSTRAP_EXTRA_RDEPENDS += "${PCMCIA_MANAGER} apm apmd network-suspend-scripts" |
23 | BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin ${@linux_module_packages('${HANDHELD_MODULES}', d)}" | 21 | BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin ${@linux_module_packages('${HANDHELD_MODULES}', d)}" |
diff --git a/openembedded/conf/machine/include/tosa-2.6.conf b/openembedded/conf/machine/include/tosa-2.6.conf index fdd706d093..c7805c36fe 100644 --- a/openembedded/conf/machine/include/tosa-2.6.conf +++ b/openembedded/conf/machine/include/tosa-2.6.conf | |||
@@ -1,14 +1,6 @@ | |||
1 | include conf/machine/include/zaurus-clamshell-2.6.conf | 1 | include conf/machine/include/zaurus-clamshell-2.6.conf |
2 | # SOUND Modules | 2 | # wlan-ng Modules |
3 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-snd kernel-module-snd-ac97-bus kernel-module-snd-ac97-codec kernel-module-snd-mixer-oss kernel-module-snd-page-alloc kernel-module-snd-pcm kernel-module-snd-pcm-oss kernel-module-snd-pxa2xx-ac97 kernel-module-snd-pxa2xx-pcm kernel-module-snd-timer kernel-module-soundcore" | 3 | BOOTSTRAP_EXTRA_RDEPENDS += "wlan-ng-modules-usb" |
4 | |||
5 | module_autoload_snd-pxa2xx-ac97 = "snd-pxa2xx-ac97" | ||
6 | module_autoload_snd-pcm-oss ="snd-pcm-oss" | ||
7 | 4 | ||
8 | # WM97xx Modules | 5 | # WM97xx Modules |
9 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-wm97xx-core kernel-module-wm9705 kernel-module-pxa-wm97xx" | 6 | #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-wm97xx-core kernel-module-wm9705 kernel-module-pxa-wm97xx" |
10 | module_autoload_wm9705 = "wm9705" | ||
11 | #module_autoload_pxa-wm97xx = "pen_int=0" | ||
12 | |||
13 | #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-wm97xx" | ||
14 | #module_autoload_wm97xx = "wm97xx" | ||
diff --git a/openembedded/conf/machine/include/zaurus-clamshell-2.4.conf b/openembedded/conf/machine/include/zaurus-clamshell-2.4.conf index 184258c8b6..af66c7294e 100644 --- a/openembedded/conf/machine/include/zaurus-clamshell-2.4.conf +++ b/openembedded/conf/machine/include/zaurus-clamshell-2.4.conf | |||
@@ -42,3 +42,4 @@ BOOTSTRAP_EXTRA_RDEPENDS_append_borzoi = " kernel-module-usbcore kernel-module-u | |||
42 | kernel-module-usbkbd kernel-module-usb-storage kernel-module-hci-usb \ | 42 | kernel-module-usbkbd kernel-module-usb-storage kernel-module-hci-usb \ |
43 | kernel-module-usb-ohci-pxa27x kernel-module-bfusb" | 43 | kernel-module-usb-ohci-pxa27x kernel-module-bfusb" |
44 | 44 | ||
45 | GPE_EXTRA_INSTALL += "chkhinge" | ||
diff --git a/openembedded/conf/machine/include/zaurus-clamshell-2.6.conf b/openembedded/conf/machine/include/zaurus-clamshell-2.6.conf index 271a6ca3e7..e73028d7ee 100644 --- a/openembedded/conf/machine/include/zaurus-clamshell-2.6.conf +++ b/openembedded/conf/machine/include/zaurus-clamshell-2.6.conf | |||
@@ -2,10 +2,13 @@ | |||
2 | # Don't forget to include zaurus-clamshell.conf as well | 2 | # Don't forget to include zaurus-clamshell.conf as well |
3 | 3 | ||
4 | PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" | 4 | PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" |
5 | PREFERRED_VERSION_wpa_supplicant = "0.4.7" | ||
6 | |||
7 | PCMCIA_MANAGER ?= "pcmciautils" | ||
5 | 8 | ||
6 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils spectrum-fw \ | 9 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils spectrum-fw \ |
7 | pcmciautils apm wireless-tools irda-utils udev-utils console-tools hostap-utils prism3-firmware prism3-support \ | 10 | ${PCMCIA_MANAGER} apm wireless-tools irda-utils udev-utils console-tools hostap-utils prism3-firmware prism3-support \ |
8 | ppp ppp-dialin openswan wpa-supplicant-nossl alsa-utils-alsactl alsa-utils-alsamixer module-init-tools alsa-conf" | 11 | ppp ppp-dialin openswan wpa-supplicant-nossl alsa-utils-alsactl alsa-utils-alsamixer module-init-tools alsa-conf zaurusd" |
9 | 12 | ||
10 | # Ethernet modules | 13 | # Ethernet modules |
11 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pcnet-cs" | 14 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pcnet-cs" |
@@ -36,10 +39,12 @@ BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-hostap kernel-module-hostap-cs \ | |||
36 | hostap-conf orinoco-conf" | 39 | hostap-conf orinoco-conf" |
37 | 40 | ||
38 | # Sound Modules | 41 | # Sound Modules |
39 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-soundcore kernel-module-snd kernel-module-snd-page-alloc kernel-module-snd-timer \ | 42 | BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-snd-mixer-oss kernel-module-snd-pcm-oss" |
40 | kernel-module-snd-pcm kernel-module-snd-mixer-oss kernel-module-snd-pcm-oss \ | 43 | BOOTSTRAP_EXTRA_SOUND = "kernel-module-soundcore kernel-module-snd kernel-module-snd-page-alloc kernel-module-snd-timer \ |
44 | kernel-module-snd-pcm \ | ||
41 | kernel-module-snd-soc-core kernel-module-snd-soc-pxa2xx kernel-module-snd-soc-pxa2xx-i2s" | 45 | kernel-module-snd-soc-core kernel-module-snd-soc-pxa2xx kernel-module-snd-soc-pxa2xx-i2s" |
42 | BOOTSTRAP_EXTRA_RDEPENDS_append_c7x0 += " kernel-module-snd-soc-corgi kernel-module-snd-soc-wm8731 " | 46 | |
43 | BOOTSTRAP_EXTRA_RDEPENDS_append_akita += " kernel-module-snd-soc-spitz kernel-module-snd-soc-wm8750 " | 47 | BOOTSTRAP_EXTRA_RDEPENDS_append_c7x0 += "${BOOTSTRAP_EXTRA_SOUND} kernel-module-snd-soc-corgi kernel-module-snd-soc-wm8731 " |
44 | BOOTSTRAP_EXTRA_RDEPENDS_append_borzoi += " kernel-module-snd-soc-spitz kernel-module-snd-soc-wm8750 " | 48 | BOOTSTRAP_EXTRA_RDEPENDS_append_akita += "${BOOTSTRAP_EXTRA_SOUND} kernel-module-snd-soc-spitz kernel-module-snd-soc-wm8750 " |
45 | BOOTSTRAP_EXTRA_RDEPENDS_append_spitz += " kernel-module-snd-soc-spitz kernel-module-snd-soc-wm8750 " | 49 | BOOTSTRAP_EXTRA_RDEPENDS_append_borzoi += "${BOOTSTRAP_EXTRA_SOUND} kernel-module-snd-soc-spitz kernel-module-snd-soc-wm8750 " |
50 | BOOTSTRAP_EXTRA_RDEPENDS_append_spitz += "${BOOTSTRAP_EXTRA_SOUND} kernel-module-snd-soc-spitz kernel-module-snd-soc-wm8750 " | ||
diff --git a/openembedded/conf/machine/include/zaurus-clamshell.conf b/openembedded/conf/machine/include/zaurus-clamshell.conf index ec10cd5e4e..2a174288b1 100644 --- a/openembedded/conf/machine/include/zaurus-clamshell.conf +++ b/openembedded/conf/machine/include/zaurus-clamshell.conf | |||
@@ -1,5 +1,5 @@ | |||
1 | TARGET_ARCH = "arm" | 1 | TARGET_ARCH = "arm" |
2 | IPKG_ARCHS = "all arm armv4 armv5te c7x0" | 2 | IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}" |
3 | 3 | ||
4 | PREFERRED_PROVIDER_xserver = "xserver-kdrive" | 4 | PREFERRED_PROVIDER_xserver = "xserver-kdrive" |
5 | 5 | ||
@@ -12,7 +12,7 @@ IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \ | |||
12 | ${T}/${IMAGE_NAME}.rootfs.jffs2 > ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img" | 12 | ${T}/${IMAGE_NAME}.rootfs.jffs2 > ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img" |
13 | 13 | ||
14 | GUI_MACHINE_CLASS = "bigscreen" | 14 | GUI_MACHINE_CLASS = "bigscreen" |
15 | GPE_EXTRA_INSTALL += "gaim sylpheed chkhinge" | 15 | GPE_EXTRA_INSTALL += "gaim sylpheed" |
16 | 16 | ||
17 | include conf/machine/include/handheld-common.conf | 17 | include conf/machine/include/handheld-common.conf |
18 | 18 | ||
diff --git a/openembedded/conf/machine/ipaq-pxa270.conf b/openembedded/conf/machine/ipaq-pxa270.conf index 0c432ad674..c6f4804d5f 100644 --- a/openembedded/conf/machine/ipaq-pxa270.conf +++ b/openembedded/conf/machine/ipaq-pxa270.conf | |||
@@ -4,19 +4,30 @@ | |||
4 | 4 | ||
5 | TARGET_ARCH = "arm" | 5 | TARGET_ARCH = "arm" |
6 | IPKG_ARCHS = "all arm armv4 armv5te ipaqpxa hx4700" | 6 | IPKG_ARCHS = "all arm armv4 armv5te ipaqpxa hx4700" |
7 | #use this for a hx47xx ipaq | ||
7 | PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" | 8 | PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" |
9 | |||
10 | #use this for a hx2xxx ipaq | ||
11 | #PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" | ||
12 | |||
8 | PREFERRED_VERSIONS_handhelds-pxa-2.6 = "2.6.12-hh3" | 13 | PREFERRED_VERSIONS_handhelds-pxa-2.6 = "2.6.12-hh3" |
9 | 14 | ||
10 | PREFERRED_VERSION_orinoco-modules = "0.15rc1" | 15 | PREFERRED_VERSION_orinoco-modules = "0.15rc1" |
11 | 16 | ||
12 | ROOT_FLASH_SIZE = "80" | 17 | ROOT_FLASH_SIZE = "80" |
13 | 18 | ||
14 | BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${PXA270_MODULES}', d)}" | 19 | EXTRA_IMAGECMD_jffs2 = "; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ |
20 | -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \ | ||
21 | -e 256KiB -p" | ||
22 | |||
23 | MODUTILS = "26" | ||
24 | BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params " | ||
25 | BOOTSTRAP_EXTRA_RRECOMMENDS += "${@linux_module_packages('${PXA270_MODULES}', d)}" | ||
15 | BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools" | 26 | BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools" |
16 | 27 | ||
17 | PXA270_MODULES = "g_ether g_file_storage g_serial gadgetfs pxa27x_udc \ | 28 | PXA270_MODULES = "g_ether g_file_storage g_serial gadgetfs pxa27x_udc \ |
18 | snd_pcm_oss snd_mixer_oss evdev mmc_block pcmcia hidp \ | 29 | snd_pcm_oss snd_mixer_oss evdev mmc_block pcmcia hidp \ |
19 | nls_cp437 nls_iso8859-1 nls_utf8" | 30 | nls_cp437 nls_iso8859-1 nls_utf8 af_key" |
20 | 31 | ||
21 | SERIAL_CONSOLE = "115200 ttyS0" | 32 | SERIAL_CONSOLE = "115200 ttyS0" |
22 | 33 | ||
@@ -29,10 +40,15 @@ GPE_EXTRA_INSTALL += "gaim" | |||
29 | # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. | 40 | # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. |
30 | include conf/machine/include/tune-xscale.conf | 41 | include conf/machine/include/tune-xscale.conf |
31 | 42 | ||
32 | BOOTSTRAP_EXTRA_RDEPENDS += "${@linux_module_packages('${HX4700_MODULES}', d)}" | 43 | # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first |
44 | #include conf/machine/include/tune-iwmmxt.conf | ||
45 | |||
46 | BOOTSTRAP_EXTRA_RRECOMMENDS += "${@linux_module_packages('${HX4700_MODULES}', d)}" | ||
33 | HX4700_MODULES = "i2c-pxa asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \ | 47 | HX4700_MODULES = "i2c-pxa asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \ |
34 | hx4700_ts hx4700_wlan snd_hx4700_audio hx4700_power" | 48 | hx4700_ts hx4700_wlan snd_hx4700_audio hx4700_power" |
35 | 49 | ||
50 | |||
51 | |||
36 | module_autoload_hx4700_power = "hx4700_power" | 52 | module_autoload_hx4700_power = "hx4700_power" |
37 | module_autoload_pcmcia = "pcmcia" | 53 | module_autoload_pcmcia = "pcmcia" |
38 | module_autoload_hx4700_pcmcia = "hx4700_pcmcia" | 54 | module_autoload_hx4700_pcmcia = "hx4700_pcmcia" |
diff --git a/openembedded/conf/machine/qemuarm.conf b/openembedded/conf/machine/qemuarm.conf index 2238f6673e..7a558a731d 100644 --- a/openembedded/conf/machine/qemuarm.conf +++ b/openembedded/conf/machine/qemuarm.conf | |||
@@ -7,13 +7,15 @@ KERNEL_VERSION ?= "2.6" | |||
7 | TARGET_ARCH = "arm" | 7 | TARGET_ARCH = "arm" |
8 | IPKG_ARCHS = "all arm armv4 armv5te qemuarm" | 8 | IPKG_ARCHS = "all arm armv4 armv5te qemuarm" |
9 | 9 | ||
10 | PCMCIA_MANAGER = "pcmciautils" | ||
10 | PREFERRED_PROVIDER_xserver = "xserver-kdrive" | 11 | PREFERRED_PROVIDER_xserver = "xserver-kdrive" |
11 | GUI_MACHINE_CLASS = "bigscreen" | 12 | GUI_MACHINE_CLASS = "bigscreen" |
12 | GPE_EXTRA_INSTALL += "gaim sylpheed" | 13 | GPE_EXTRA_INSTALL += "gaim sylpheed" |
13 | 14 | ||
14 | include conf/machine/include/handheld-common.conf | 15 | include conf/machine/include/handheld-common.conf |
16 | include conf/machine/include/tune-arm926ejs.conf | ||
15 | 17 | ||
16 | SERIAL_CONSOLE = "115200 ttyS0" | 18 | SERIAL_CONSOLE = "115200 ttyAMA0" |
17 | 19 | ||
18 | PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" | 20 | PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus" |
19 | 21 | ||