diff options
author | Koen Kooi <koen@openembedded.org> | 2005-07-29 10:23:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-29 10:23:37 +0000 |
commit | b1b82170123a77ab6d4215415de9873a380eba96 (patch) | |
tree | dc5f26f2b7405d1bcda2cb0c18a029f8f7107f24 /conf/machine/ipaq-pxa270.conf | |
parent | 9f3966e08de8ccbf3ea0667ac9a43378c9fe80ef (diff) |
Apply hx4700 patch from Philipp Zabel and clean up a bit
Diffstat (limited to 'conf/machine/ipaq-pxa270.conf')
-rw-r--r-- | conf/machine/ipaq-pxa270.conf | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/conf/machine/ipaq-pxa270.conf b/conf/machine/ipaq-pxa270.conf index 58a178850b..da7952d994 100644 --- a/conf/machine/ipaq-pxa270.conf +++ b/conf/machine/ipaq-pxa270.conf @@ -2,30 +2,32 @@ #@NAME: iPAQ hx47xx hx2xxx #@DESCRIPTION: Machine configuration for the iPAQ with a pxa27x CPU devices - TARGET_ARCH = "arm" -IPKG_ARCHS = "all arm ipaqpxa hx4700" -PREFERRED_PROVIDER_xserver = "xserver-kdrive" -PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa" -EXTRA_IMAGECMD_h3900_jffs2 = "-e 0x40000 -p" +IPKG_ARCHS = "all arm armv4 armv5te ipaqpxa hx4700" +PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" + +PREFERRED_VERSION_orinoco-modules = "0.15rc1" BOOTSTRAP_EXTRA_DEPENDS = "ipaq-boot-params" -BOOTSTRAP_EXTRA_DEPENDS_append = " handhelds-pxa-2.6 udev module-init-tools" +BOOTSTRAP_EXTRA_DEPENDS_append = " handhelds-pxa-2.6 udev modutils-collateral module-init-tools" BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${PXA270_MODULES}', d)}" -BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools" +BOOTSTRAP_EXTRA_RDEPENDS_append = " udev modutils-collateral module-init-tools" -PXA270_MODULES = "g_ether pxa2xx_udc" +PXA270_MODULES = "g_ether pxa27x_udc" - -SERIAL_CONSOLE = "115200 tts/0 vt100" -USE_DEVFS_kernel24 = "1" -USE_VT = "0" +SERIAL_CONSOLE = "115200 ttyS0" include conf/machine/ipaq-common.conf include conf/machine/handheld-common.conf -GUI_MACHINE_CLASS = "largescreen" +GUI_MACHINE_CLASS = "bigscreen" +GPE_EXTRA_DEPENDS += "gaim sylpheed" +GPE_EXTRA_INSTALL += "gaim sylpheed" + +# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. +include conf/machine/tune-xscale.conf -# not using tune-xscale so as to retain backwards compatibility -include conf/machine/tune-strongarm.conf +BOOTSTRAP_EXTRA_RDEPENDS += "${@linux_module_packages('${HX4700_MODULES}', d)}" +HX4700_MODULES = "asic3_base asic3_mmc hx4700_bt hx4700_core hx4700_leds hx4700_navpt hx4700_pcmcia \ + hx4700_ts hx4700_wlan snd_pxa_i2sound_hx4700" |