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/simpad.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/simpad.conf')
-rw-r--r-- | conf/simpad.conf | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/conf/simpad.conf b/conf/simpad.conf deleted file mode 100644 index 587a17b846..0000000000 --- a/conf/simpad.conf +++ /dev/null @@ -1,29 +0,0 @@ -#@TYPE: Machine -#@NAME: SIEMENS SIMpad SL4, SIEMENS SIMpad CL4, SIEMENS SIMpad SLC, Telekom T-Sinus PAD -#@DESCRIPTION: Machine configuration for the SA1100 based SIEMENS SIMpad and Telekom T-Sinus PAD devices - -TARGET_ARCH = "arm" -IPKG_ARCHS = "all arm ${MACHINE}" -PREFERRED_PROVIDER_xserver = "xserver-kdrive" -PREFERRED_PROVIDER_virtual/kernel = "opensimpad-64+0" -BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel hostap-modules orinoco-modules freeswan mipv6 atmelwlandriver" -BOOTSTRAP_EXTRA_RDEPENDS = "kernel" -BOOTSTRAP_EXTRA_RRECOMMENDS = "freeswan mipv6 hostap-modules-cs orinoco-modules atmelwlandriver \ -kernel-module-sa1100-ir kernel-module-sa1100usb-core kernel-module-usb-eth \ -kernel-module-pcnet-cs kernel-module-8390" - -# This is needed for the ramdisk script to work -BOOTSTRAP_EXTRA_DEPENDS += "e2fsprogs" -BOOTSTRAP_EXTRA_RDEPENDS += "e2fsprogs-mke2fs" - -EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" -EXTRA_IMAGEDEPENDS = "" -INHERIT += "simpad_flashimg" -SERIAL_CONSOLE = "ttySA0 38400 vt100" - -USE_DEVFS = "1" -GPE_MACHINE_CLASS = "bigscreen" - -include conf/handheld-common.conf -include conf/tune-strongarm.conf - |