From 1aa178f0e70a32ca71eaf271218868cc1a1708f9 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 18 Dec 2007 02:18:34 +0000 Subject: PDA-like machines with card slots: Enable "vfat" feature. * FAT-formatted cards are commodity, it's expectable them to be supported OOB. --- conf/machine/h5000.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/h5000.conf') diff --git a/conf/machine/h5000.conf b/conf/machine/h5000.conf index 6ed836c1de..62d3c21450 100644 --- a/conf/machine/h5000.conf +++ b/conf/machine/h5000.conf @@ -15,7 +15,7 @@ VOLATILE_STORAGE_SIZE = "64" MACHINE_GUI_CLASS = "smallscreen" MACHINE_DISPLAY_WIDTH_PIXELS = "240" MACHINE_DISPLAY_HEIGHT_PIXELS = "320" -MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget usbhost screen" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget usbhost screen vfat" # # Software/packages selection -- cgit v1.2.3 From f6bd8ae6dd1b65322f1939f3a3f53a6f7081b069 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 22 Dec 2007 17:51:46 +0000 Subject: h5000.conf: Remove "h5xxx" from ARCHs, as that doesn't represent an arch available in OE. --- conf/machine/h5000.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/h5000.conf') diff --git a/conf/machine/h5000.conf b/conf/machine/h5000.conf index 62d3c21450..d2dc835ee1 100644 --- a/conf/machine/h5000.conf +++ b/conf/machine/h5000.conf @@ -6,7 +6,7 @@ # Hardware-based properties # TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te h5xxx" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te" require conf/machine/include/tune-xscale.inc -- cgit v1.2.3 From a05667cb0cb569376445551de4a9f5a3630aa5e1 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 22 Dec 2007 18:08:39 +0000 Subject: h5000.conf: Add standard sound module autoloads. * Note device-specific autoloads are still lacking. --- conf/machine/h5000.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf/machine/h5000.conf') diff --git a/conf/machine/h5000.conf b/conf/machine/h5000.conf index d2dc835ee1..fcd6cfa0b9 100644 --- a/conf/machine/h5000.conf +++ b/conf/machine/h5000.conf @@ -31,5 +31,9 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-module-h5400-lcd \ # # Modules autoload and other boot properties # +module_autoload_snd-pcm-oss = "snd-pcm-oss" +module_autoload_snd-mixer-oss = "snd-mixer-oss" +module_autoload_g_ether = "g_ether" + SERIAL_CONSOLE = "115200 ttyS0 vt100" USE_VT = "0" -- cgit v1.2.3 From 664f3454f534b572bd800c4a54e0a833b7eb2baf Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 26 Dec 2007 14:49:35 +0000 Subject: h5000.conf: Ship and autoload ASoC sound modules. --- conf/machine/h5000.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf/machine/h5000.conf') diff --git a/conf/machine/h5000.conf b/conf/machine/h5000.conf index fcd6cfa0b9..c4c1237bae 100644 --- a/conf/machine/h5000.conf +++ b/conf/machine/h5000.conf @@ -26,13 +26,15 @@ EXTRA_IMAGECMD_jffs2 = "-e 0x40000 -p ; echo '${IMAGE_NAME} ${IMAGE_NAME}.rootf MACHINE_EXTRA_RDEPENDS = "kernel ipaq-boot-params" MACHINE_EXTRA_RRECOMMENDS = " kernel-module-h5400-lcd \ - kernel-module-h5400-battery" + kernel-module-h5400-battery \ + kernel-module-snd-soc-h5000" # # Modules autoload and other boot properties # module_autoload_snd-pcm-oss = "snd-pcm-oss" module_autoload_snd-mixer-oss = "snd-mixer-oss" +module_autoload_snd-soc-h5000 = "snd-soc-h5000" module_autoload_g_ether = "g_ether" SERIAL_CONSOLE = "115200 ttyS0 vt100" -- cgit v1.2.3