summaryrefslogtreecommitdiff
path: root/conf/tosa.conf
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-10-07 15:47:44 +0000
committerChris Larson <clarson@kergoth.com>2004-10-07 15:47:44 +0000
commit4f412c9a4a376e5689ed26b62c626ca4158424b6 (patch)
tree48eab65feca48ce78d9bcc2b4a6768282e02f85d /conf/tosa.conf
parent92b95480c1095db9dc453725c5a13698a7eb8e20 (diff)
Pull in Robert P.J. Day's reorganized oe.conf work, to improve readability,
and moved MACHINE and DISTRO specific .conf files into their own directories. BKrev: 41656520p5hbk1WSEZcNUg5mgUqbwA
Diffstat (limited to 'conf/tosa.conf')
-rw-r--r--conf/tosa.conf28
1 files changed, 0 insertions, 28 deletions
diff --git a/conf/tosa.conf b/conf/tosa.conf
deleted file mode 100644
index 3361e53f71..0000000000
--- a/conf/tosa.conf
+++ /dev/null
@@ -1,28 +0,0 @@
-#@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/handheld-common.conf
-# not using tune-xscale.conf so as to retain backwards compatibility
-include conf/tune-strongarm.conf
-
-SERIAL_CONSOLE = "115200 ttyS0"