diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-02-17 13:09:18 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-02-17 13:09:18 +0000 |
commit | 373376b08e3a1218c2982023696953d3c4835bdf (patch) | |
tree | d967ce7548e94653fb2589c00687582f46fdbaa1 /conf/machine/spitz.conf | |
parent | fe5338efd554b42390c16512dfa7a2e19fe295e8 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/02/17 14:06:01+01:00 uni-frankfurt.de!mickeyl
add sd module for spitz and tweak some spitz things
BKrev: 4214977eXKi1nAzngKLvb65L7VvfGQ
Diffstat (limited to 'conf/machine/spitz.conf')
-rw-r--r-- | conf/machine/spitz.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index e69de29bb2..798d52e3d2 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -0,0 +1,14 @@ +#@TYPE: Machine +#@NAME: Sharp Zaurus SL-C3000 +#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C3000 device + +include conf/machine/zaurus-clamshell.conf +include conf/machine/zaurus-clamshell-2.4.conf + +PREFERRED_PROVIDER_virtual/kernel = "openzaurus-spitz" + +BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules-cs orinoco-modules sharp-sdmmc-support \ +kernel-module-net-fd kernel-module-registers kernel-module-pxa27x-bi \ +kernel-module-usbdcore kernel-module-usbdmonitor chkhinge" + +ROOT_FLASH_SIZE = "16" |