summaryrefslogtreecommitdiff
path: root/packages/linux/opensimpad-64+0_2.4.27-vrs1-pxa1-jpm1.bb
diff options
context:
space:
mode:
authorFrederic Bompart <frederic@unknown.openembedded.org>2005-11-11 14:51:32 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-11 14:51:32 +0000
commit5fb88e711e1f6614c358d6a331e81881ba11d1bc (patch)
treea5be76558dfac886e2ddfc1b505e3c4c77b2f172 /packages/linux/opensimpad-64+0_2.4.27-vrs1-pxa1-jpm1.bb
parentddfdc42ce0e9c07226c1a6390b03e5df4e731902 (diff)
opensimpad: MMC support + better support for SinusPad and 128M SIMpad
- There's now a config options to build the kernel for 128Mb SIMpad (as there was one for the SinusPad) - The .bb files automatically turn on these options depending on the total memory available. - The MMC driver was made by Clement Ballabriga <clement@asso.ups-tlse.fr> and Guylhem Aznar <simpad@externe.net>. Adding an MMC card (internal or external) to the SIMpad is described on these pages: http://externe.net/zaurus/simpad-bluetooth/ http://www.iral.com/~albertr/linux/simpad/mmc/
Diffstat (limited to 'packages/linux/opensimpad-64+0_2.4.27-vrs1-pxa1-jpm1.bb')
-rw-r--r--packages/linux/opensimpad-64+0_2.4.27-vrs1-pxa1-jpm1.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/linux/opensimpad-64+0_2.4.27-vrs1-pxa1-jpm1.bb b/packages/linux/opensimpad-64+0_2.4.27-vrs1-pxa1-jpm1.bb
index fb12c70b59..5bd4c85483 100644
--- a/packages/linux/opensimpad-64+0_2.4.27-vrs1-pxa1-jpm1.bb
+++ b/packages/linux/opensimpad-64+0_2.4.27-vrs1-pxa1-jpm1.bb
@@ -1,5 +1,11 @@
+# to use another configuration, duplicate this file, change the sizes,
+# change the filename accordingly, and add the followin line to local.conf:
+# PREFERRED_PROVIDER_virtual/kernel_kernel24 = "opensimpad-64+0"
+
SECTION = "kernel"
include opensimpad_${PV}.bb
+# fraction of the memory (in Mb) used for RAM
SIMPAD_MEM = "64"
+# fraction of the memory (in Mb) used as a ramdisk
SIMPAD_RD = "0"