summaryrefslogtreecommitdiff
path: root/openembedded/conf/machine/ipaq-pxa270.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/conf/machine/ipaq-pxa270.conf')
-rw-r--r--openembedded/conf/machine/ipaq-pxa270.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/openembedded/conf/machine/ipaq-pxa270.conf b/openembedded/conf/machine/ipaq-pxa270.conf
new file mode 100644
index 000000000..9e1b677ec
--- /dev/null
+++ b/openembedded/conf/machine/ipaq-pxa270.conf
@@ -0,0 +1,33 @@
+#@TYPE: Machine
+#@NAME: iPAQ hx47xx hx2xxx
+#@DESCRIPTION: Machine configuration for the iPAQ with a pxa27x CPU devices
+
+TARGET_ARCH = "arm"
+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 modutils-collateral module-init-tools"
+
+BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${PXA270_MODULES}', d)}"
+BOOTSTRAP_EXTRA_RDEPENDS_append = " udev modutils-collateral module-init-tools"
+
+PXA270_MODULES = "g_ether pxa27x_udc"
+
+SERIAL_CONSOLE = "115200 ttyS0"
+
+include conf/machine/ipaq-common.conf
+include conf/machine/handheld-common.conf
+
+GUI_MACHINE_CLASS = "bigscreen"
+GPE_EXTRA_DEPENDS += "gaim sylpheed gpe-filemanager gpe-nmf evince"
+GPE_EXTRA_INSTALL += "gaim sylpheed gpe-filemanager gpe-nmf evince"
+
+# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
+include conf/machine/tune-xscale.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"