diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-07 21:48:48 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-07 21:48:48 +0000 |
commit | 3a13085808e4df5c25d2e4b0dda1d2b258e93b41 (patch) | |
tree | 1683dd1afabbb810387ecf1dc8858d3162ee30ea /conf/machine/poodle.conf | |
parent | 182da72823822128068a0717ed0e6e7ab05174f8 (diff) |
unbreak conf/ inclusion caused by kergoth's batch rename
BKrev: 4165b9c01stiHQ1gecbRR9Qr3w_nzQ
Diffstat (limited to 'conf/machine/poodle.conf')
-rw-r--r-- | conf/machine/poodle.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/poodle.conf b/conf/machine/poodle.conf index e69de29bb2..d59ffea18d 100644 --- a/conf/machine/poodle.conf +++ b/conf/machine/poodle.conf @@ -0,0 +1,24 @@ +#@TYPE: Machine +#@NAME: Sharp Zaurus SL-B500, Sharp Zaurus SL-5600 +#@DESCRIPTION: Machine configuration for the PXA250 based Sharp Zaurus SL-B500 and SHarp Zaurus SL-5600 devices + +TARGET_ARCH = "arm" +IPKG_ARCHS = "all arm ${MACHINE}" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa" +BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils-collateral hostap-modules orinoco-modules sharp-sdmmc-support" +BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules-cs orinoco-modules sharp-sdmmc-support \ +kernel-module-ip-gre \ +kernel-module-ipip kernel-module-irnet kernel-module-net-fd kernel-module-registers kernel-module-pxa-bi \ +kernel-module-usbdcore kernel-module-usbdmonitor modutils-collateral" + +EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad --faketime -n" + +IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.bin ${EXTRA_IMAGECMD}" + +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" + |