diff options
| -rw-r--r-- | meta/conf/machine/hx2000.conf | 43 |
1 files changed, 13 insertions, 30 deletions
diff --git a/meta/conf/machine/hx2000.conf b/meta/conf/machine/hx2000.conf index 5a896c8f31..c0d9016407 100644 --- a/meta/conf/machine/hx2000.conf +++ b/meta/conf/machine/hx2000.conf | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
| 2 | #@NAME: iPAQ hx47xx hx2xxx | 2 | #@NAME: iPAQ hx2xxx |
| 3 | #@DESCRIPTION: Machine configuration for the iPAQ with a pxa27x CPU devices | 3 | #@DESCRIPTION: Machine configuration for the hx2000 iPAQs with a pxa27x CPU |
| 4 | 4 | ||
| 5 | TARGET_ARCH = "arm" | 5 | TARGET_ARCH = "arm" |
| 6 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt ipaqpxa hx4700" | 6 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt " |
| 7 | 7 | ||
| 8 | #use this for a hx2xxx ipaq | ||
| 9 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" | 8 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" |
| 10 | 9 | ||
| 11 | PREFERRED_VERSION_orinoco-modules = "0.15rc1" | 10 | PREFERRED_VERSION_orinoco-modules = "0.15rc1" |
| @@ -16,45 +15,29 @@ EXTRA_IMAGECMD_jffs2 = "; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jf | |||
| 16 | -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \ | 15 | -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \ |
| 17 | -e 256KiB -p" | 16 | -e 256KiB -p" |
| 18 | 17 | ||
| 19 | IMAGE_FSTYPES ?= "tar.bz2" | 18 | IMAGE_FSTYPES ?= "jffs2 tar.bz2" |
| 20 | 19 | ||
| 21 | MODUTILS = "26" | 20 | MODUTILS = "26" |
| 22 | PCMCIA_MANAGER = "pcmciautils" | ||
| 23 | BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params " | ||
| 24 | BOOTSTRAP_EXTRA_RRECOMMENDS += "${@linux_module_packages('${PXA270_MODULES}', d)}" | ||
| 25 | BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools" | ||
| 26 | 21 | ||
| 27 | PXA270_MODULES = "g_ether g_file_storage g_serial gadgetfs pxa27x_udc \ | 22 | MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget usbhost screen" |
| 28 | snd_pcm_oss snd_mixer_oss evdev mmc_block pcmcia hidp \ | 23 | |
| 29 | nls_cp437 nls_iso8859-1 nls_utf8 af_key" | 24 | PCMCIA_MANAGER = "pcmciautils" |
| 30 | 25 | ||
| 31 | SERIAL_CONSOLE = "115200 ttyS0" | 26 | SERIAL_CONSOLE = "115200 ttyS0" |
| 32 | 27 | ||
| 33 | GUI_MACHINE_CLASS = "bigscreen" | 28 | MACHINE_GUI_CLASS = "smallscreen" |
| 29 | MACHINE_DISPLAY_WIDTH_PIXELS = "240" | ||
| 30 | MACHINE_DISPLAY_HEIGHT_PIXELS = "320" | ||
| 34 | 31 | ||
| 35 | # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. | 32 | # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. |
| 36 | include conf/machine/include/tune-xscale.inc | 33 | require conf/machine/include/tune-xscale.inc |
| 37 | 34 | ||
| 38 | # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first | 35 | # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first |
| 39 | #include conf/machine/include/tune-iwmmxt.inc | 36 | #require conf/machine/include/tune-iwmmxt.inc |
| 40 | |||
| 41 | BOOTSTRAP_EXTRA_RRECOMMENDS += "" | ||
| 42 | #${@linux_module_packages('${HX4700_MODULES}', d)} | ||
| 43 | HX4700_MODULES = "i2c-pxa asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \ | ||
| 44 | hx4700_ts hx4700_wlan snd_hx4700_audio hx4700_power" | ||
| 45 | |||
| 46 | MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget usbhost" | ||
| 47 | 37 | ||
| 48 | module_autoload_evdev = "evdev" | 38 | module_autoload_evdev = "evdev" |
| 49 | module_autoload_hx4700_power = "hx4700_power" | ||
| 50 | module_autoload_pcmcia = "pcmcia" | 39 | module_autoload_pcmcia = "pcmcia" |
| 51 | module_autoload_hx4700_pcmcia = "hx4700_pcmcia" | ||
| 52 | module_autoload_asic3_mmc = "asic3_mmc" | ||
| 53 | module_autoload_mmc_block = "mmc_block" | 40 | module_autoload_mmc_block = "mmc_block" |
| 54 | module_autoload_hx4700_ts = "hx4700_ts" | ||
| 55 | module_autoload_hx4700_navpt = "hx4700_navpt" | ||
| 56 | module_autoload_hx4700_bt = "hx4700_bt" | ||
| 57 | module_autoload_snd-hx4700_audio = "snd-hx4700_audio" | ||
| 58 | module_autoload_snd-pcm-oss = "snd-pcm-oss" | 41 | module_autoload_snd-pcm-oss = "snd-pcm-oss" |
| 59 | module_autoload_snd-mixer-oss = "snd-mixer-oss" | 42 | module_autoload_snd-mixer-oss = "snd-mixer-oss" |
| 60 | module_autoload_pxa27x_udc = "pxa27x_udc" | 43 | module_autoload_pxa27x_udc = "pxa27x_udc" |
| @@ -62,6 +45,6 @@ module_autoload_pxa27x_udc = "pxa27x_udc" | |||
| 62 | #FIXME: this should be controlled by a userspace utility later. | 45 | #FIXME: this should be controlled by a userspace utility later. |
| 63 | module_autoload_g_ether = "g_ether" | 46 | module_autoload_g_ether = "g_ether" |
| 64 | 47 | ||
| 65 | # Don't include kernels in standard images for Zaurus machines | 48 | # Don't include kernels in standard images |
| 66 | RDEPENDS_kernel-base = "" | 49 | RDEPENDS_kernel-base = "" |
| 67 | KERNEL_IMAGETYPE = "zImage" | 50 | KERNEL_IMAGETYPE = "zImage" |
