diff options
author | Chris Larson <clarson@kergoth.com> | 2004-10-07 15:47:44 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-10-07 15:47:44 +0000 |
commit | 4f412c9a4a376e5689ed26b62c626ca4158424b6 (patch) | |
tree | 48eab65feca48ce78d9bcc2b4a6768282e02f85d /conf/collie.conf | |
parent | 92b95480c1095db9dc453725c5a13698a7eb8e20 (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/collie.conf')
-rw-r--r-- | conf/collie.conf | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/conf/collie.conf b/conf/collie.conf deleted file mode 100644 index a7a69d9750..0000000000 --- a/conf/collie.conf +++ /dev/null @@ -1,24 +0,0 @@ -#@TYPE: Machine -#@NAME: Sharp Zaurus SL-5000, Sharp Zaurus SL-5500 -#@DESCRIPTION: Machine configuration for the SA1100 based Sharp Zaurus SL-5000 and SL-5500 devices - -TARGET_ARCH = "arm" -IPKG_ARCHS = "all arm ${MACHINE}" -PREFERRED_PROVIDER_xserver = "xserver-kdrive" -PREFERRED_PROVIDER_virtual/kernel = "openzaurus-sa" -BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel hostap-modules orinoco-modules sharp-sdmmc-support" -BOOTSTRAP_EXTRA_RDEPENDS = "kernel modutils hostap-modules-cs orinoco-modules sharp-sdmmc-support \ -kernel-module-devinfo kernel-module-gpio kernel-module-net-fd kernel-module-registers kernel-module-sa1100-bi \ -kernel-module-usbdcore kernel-module-usbdmonitor " - -# This is needed for the ramdisk script to work -BOOTSTRAP_EXTRA_DEPENDS += "e2fsprogs" -BOOTSTRAP_EXTRA_RDEPENDS += "e2fsprogs-mke2fs" - -EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n" - -include conf/handheld-common.conf -include conf/tune-strongarm.conf - -SERIAL_CONSOLE = "115200 ttyS0" - |