aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/tosa.conf
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-10-07 21:48:48 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-10-07 21:48:48 +0000
commit3a13085808e4df5c25d2e4b0dda1d2b258e93b41 (patch)
tree1683dd1afabbb810387ecf1dc8858d3162ee30ea /conf/machine/tosa.conf
parent182da72823822128068a0717ed0e6e7ab05174f8 (diff)
downloadopenembedded-3a13085808e4df5c25d2e4b0dda1d2b258e93b41.tar.gz
unbreak conf/ inclusion caused by kergoth's batch rename
BKrev: 4165b9c01stiHQ1gecbRR9Qr3w_nzQ
Diffstat (limited to 'conf/machine/tosa.conf')
-rw-r--r--conf/machine/tosa.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf
index e69de29bb2..5dd25503d4 100644
--- a/conf/machine/tosa.conf
+++ b/conf/machine/tosa.conf
@@ -0,0 +1,28 @@
+#@TYPE: Machine
+#@NAME: Sharp Zaurus SL-6000
+#@DESCRIPTION: Machine configuration for the PXA255 based Sharp Zaurus SL-6000 device
+
+TARGET_ARCH = "arm"
+IPKG_ARCHS = "all arm ${MACHINE}"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa"
+BOOTSTRAP_EXTRA_DEPENDS += "wlan-ng-modules virtual/kernel modutils-collateral hostap-modules orinoco-modules sharp-sdmmc-support chkhinge"
+BOOTSTRAP_EXTRA_RDEPENDS += "wlan-ng-modules wlan-ng-utils kernel-module-acm kernel-module-evdev kernel-module-net-fd \
+kernel-module-pxa-bi kernel-module-registers kernel-module-storage-fd kernel-module-usb-ohci-tc6393 kernel-module-usb-storage \
+kernel hostap-modules-cs orinoco-modules sharp-sdmmc-support kernel-module-pxa-bi modutils chkhinge kernel-module-ip-gre \
+kernel-module-irnet kernel-module-ipip modutils-collateral kernel-module-usbcore kernel-module-usbdcore kernel-module-usbdmonitor"
+
+RRECOMMENDS += "kernel-module-usbdserial kernel-module-usbkbd kernel-module-usbmouse kernel-module-hid usbutils kernel-module-evdev"
+
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x4000 -n --faketime"
+
+IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 ${EXTRA_IMAGECMD}"
+
+# GPE_MACHINE_CLASS = "bigscreen"
+# GPE_EXTRA_DEPENDS = "gaim"
+
+include conf/machine/handheld-common.conf
+# not using tune-xscale.conf so as to retain backwards compatibility
+include conf/machine/tune-strongarm.conf
+
+SERIAL_CONSOLE = "115200 ttyS0"