From 3a13085808e4df5c25d2e4b0dda1d2b258e93b41 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 7 Oct 2004 21:48:48 +0000 Subject: unbreak conf/ inclusion caused by kergoth's batch rename BKrev: 4165b9c01stiHQ1gecbRR9Qr3w_nzQ --- conf/machine/tosa.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'conf/machine/tosa.conf') 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" -- cgit 1.2.3-korg