Rename zaurus-pxa.conf to zaurus-clamshell.conf, since its specific to those models...
authorChris Larson <clarson@kergoth.com>
Sat, 4 Dec 2004 03:44:19 +0000 (03:44 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 4 Dec 2004 03:44:19 +0000 (03:44 +0000)
BKrev: 41b13293fwxp8nfXjrA7l2G7z4lVOw

conf/machine/corgi.conf
conf/machine/husky.conf
conf/machine/shepherd.conf
conf/machine/zaurus-clamshell.conf [new file with mode: 0644]
conf/machine/zaurus-pxa.conf [deleted file]

index 080ad1a..c5181e0 100644 (file)
@@ -2,4 +2,4 @@
 #@NAME: Sharp Zaurus SL-C700
 #@DESCRIPTION: Machine configuration for the PXA250 based Sharp Zaurus SL-C700 device
 
-include conf/machine/zaurus-pxa.conf
+include conf/machine/zaurus-clamshell.conf
index 24a7f61..c15be25 100644 (file)
@@ -2,4 +2,4 @@
 #@NAME: Sharp Zaurus SL-C750,Sharp Zaurus SL-C760
 #@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C760 and Sharp Zaurus SL-C860 devices
 
-include conf/machine/zaurus-pxa.conf
+include conf/machine/zaurus-clamshell.conf
index 91987fc..54e367a 100644 (file)
@@ -2,4 +2,4 @@
 #@NAME: Sharp Zaurus SL-C750
 #@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C750 device
 
-include conf/machine/zaurus-pxa.conf
+include conf/machine/zaurus-clamshell.conf
diff --git a/conf/machine/zaurus-clamshell.conf b/conf/machine/zaurus-clamshell.conf
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/conf/machine/zaurus-pxa.conf b/conf/machine/zaurus-pxa.conf
deleted file mode 100644 (file)
index a7b5efd..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-TARGET_ARCH = "arm"
-IPKG_ARCHS = "all arm ${MACHINE}"
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
-PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa"
-BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel hostap-modules orinoco-modules sharp-sdmmc-support chkhinge"
-BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules-cs orinoco-modules sharp-sdmmc-support \
-kernel-module-net-fd kernel-module-registers kernel-module-pxa-bi \
-kernel-module-usbdcore kernel-module-usbdmonitor chkhinge"
-
-EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x4000 -n"
-EXTRA_IMAGEDEPENDS = "sharp-flash-header-c700"
-
-IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \
-                  --output=${T}/${IMAGE_NAME}.rootfs.jffs2 \
-                  ${EXTRA_IMAGECMD}; \
-                  cat ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin \
-                  ${T}/${IMAGE_NAME}.rootfs.jffs2 > \
-                  ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img"
-
-GUI_MACHINE_CLASS = "bigscreen"
-GPE_EXTRA_DEPENDS += "gaim sylpheed"
-GPE_EXTRA_INSTALL += "gaim sylpheed"
-
-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"