aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/h6300.conf
diff options
context:
space:
mode:
authorMika Laitio <lamikr@cc.jyu.fi>2006-05-21 19:16:50 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-21 19:16:50 +0000
commitee1a8f5aa9b1cb55e5430d3894ca60106aea57c7 (patch)
tree22c40a974f9b0066fd3b091f21b565e521682476 /conf/machine/h6300.conf
parentf97666d21c5c841f23fbbe5c3449cc6f879ba404 (diff)
downloadopenembedded-ee1a8f5aa9b1cb55e5430d3894ca60106aea57c7.tar.gz
h6300 config: add alsa sound modules needed by alsa apps and gsm phone calls with gomunicator.
Diffstat (limited to 'conf/machine/h6300.conf')
-rw-r--r--conf/machine/h6300.conf41
1 files changed, 32 insertions, 9 deletions
diff --git a/conf/machine/h6300.conf b/conf/machine/h6300.conf
index 2335f5b913..3f8b7d7115 100644
--- a/conf/machine/h6300.conf
+++ b/conf/machine/h6300.conf
@@ -1,6 +1,6 @@
#@TYPE: Machine
-#@NAME: OMAP1510 cpu on iPaq h6315 and h6340
-#@DESCRIPTION: Machine configuration for the OMAP 1510 based iPaq h6300 series devices
+#@NAME: OMAP1510 cpu on iPAQ h6315, h6340 and h6365
+#@DESCRIPTION: Machine configuration for the OMAP1510 based HP iPAQ h6300 series devices.
TARGET_ARCH = "arm"
PACKAGE_ARCH = "arm"
@@ -10,15 +10,38 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "linux-h6300-omap1"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
-BOOTSTRAP_EXTRA_RDEPENDS = "udev kernel kernel-modules sysfsutils console-tools modutils-collateral module-init-tools nano minicom gdb"
+H6300_MODULES = "omapts omap-keypad bluetooth rfcomm bnep l2cap hci_uart h6300_bt i2c-dev"
+#common alsa sound modules
+H6300_MODULES += "snd snd_timer snd_pcm snd_seq_device snd_seq_midi_event snd_page_alloc"
+#h6300 specific alsa sound module
+H6300_MODULES += "snd-omap-alsa-tsc2101"
+#oss compatibility alsa sound modules
+H6300_MODULES += "snd_pcm_oss snd_mixer_oss snd_seq_oss"
-H6300_MODULES = "fat vfat nfs \
-bluetooth rfcomm bnep l2cap hci_uart \
-irda irlan irtty ircomm ircomm-tty \
-omapts"
+module_autoload_omapts = "omapts"
+module_autoload_omap-keypad = "omap-keypad"
+module_autoload_hci_uart = "hci_uart"
+module_autoload_h6300_bt = "h6300_bt"
+module_autoload_l2cap = "l2cap"
+#common alsa sound modules
+module_autoload_snd-omap-alsa-tsc2101 = "snd-omap-alsa-tsc2101"
+module_autoload_snd-pcm-oss = "snd-pcm-oss"
+module_autoload_snd-mixer-oss = "snd-mixer-oss"
-BOOTSTRAP_EXTRA_RDEPENDS += "apm apmd network-suspend-scripts"
-BOOTSTRAP_EXTRA_RRECOMMENDS += "wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz scap ${@linux_module_packages('${H6300_MODULES}', d)}"
+BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel udev sysfsutils console-tools module-init-tools"
+BOOTSTRAP_EXTRA_DEPENDS += "apmd alsa-utils"
+BOOTSTRAP_EXTRA_DEPENDS += "wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin"
+BOOTSTRAP_EXTRA_DEPENDS += "scap minicom nano gdb strace network-suspend-scripts pciutils usbutils"
+
+BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils console-tools module-init-tools"
+BOOTSTRAP_EXTRA_RDEPENDS += "${@linux_module_packages('${H6300_MODULES}', d)}"
+BOOTSTRAP_EXTRA_RDEPENDS += "apm apmd alsa-utils"
+BOOTSTRAP_EXTRA_RDEPENDS += "alsa-utils-aconnect alsa-utils-alsactl alsa-utils-alsamixer alsa-utils-amixer alsa-utils-aplay"
+BOOTSTRAP_EXTRA_RRECOMMENDS += "wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin"
+BOOTSTRAP_EXTRA_RRECOMMENDS += "scap minicom nano gdb strace network-suspend-scripts pciutils usbutils"
+
+GPE_EXTRA_DEPENDS += "gaim gpe-filemanager sylpheed gpe-mini-browser gomunicator gpe-tetris gpe-othello gpe-go gstreamer"
+GPE_EXTRA_INSTALL += "gaim gpe-filemanager sylpheed gpe-mini-browser gomunicator gpe-tetris gpe-othello gpe-go gstreamer"
SERIAL_CONSOLE ?= "115200 ttyS0"
EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000"