zaurus machine configurations: fix ROOT_FLASH_SIZE on all models and set 2.6 as defau...
authorMichael Lauer <mickey@vanille-media.de>
Sat, 24 Dec 2005 19:02:06 +0000 (19:02 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 24 Dec 2005 19:02:06 +0000 (19:02 +0000)
conf/machine/akita.conf
conf/machine/borzoi.conf
conf/machine/c7x0.conf
conf/machine/collie.conf
conf/machine/poodle.conf
conf/machine/spitz.conf
conf/machine/tosa.conf

index cfcc411..6cf622a 100644 (file)
@@ -2,9 +2,9 @@
 #@NAME: Sharp Zaurus SL-C1000
 #@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C1000 device
 
-KERNEL_VERSION ?= "2.4"
+KERNEL_VERSION ?= "2.6"
 
 include conf/machine/zaurus-clamshell.conf
 include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf
 
-ROOT_FLASH_SIZE = "64"
+ROOT_FLASH_SIZE = "58"
index b2d2eaf..b7bb5a0 100644 (file)
@@ -2,7 +2,7 @@
 #@NAME: Sharp Zaurus SL-C3100
 #@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C3100 device
 
-KERNEL_VERSION ?= "2.4"
+KERNEL_VERSION ?= "2.6"
 
 include conf/machine/zaurus-clamshell.conf
 include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf
@@ -17,4 +17,7 @@ BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs e2fsprogs-e2fsck e2fsprogs-mke2fs"
 
 IMAGE_FSTYPES = "jffs2 tar.gz"
 
-ROOT_FLASH_SIZE = "32"
+ROOT_FLASH_SIZE = "100"
+# actually that should really read ROOTFS_SIZE = "100", because with modern kernels,
+# we boot from the built-in harddisk in C3000. ROOT_FLASH_SIZE is really 5 MegaByte
+
index c5e42a2..6b8348e 100644 (file)
@@ -7,6 +7,5 @@ KERNEL_VERSION ?= "2.6"
 include conf/machine/zaurus-clamshell.conf
 include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf
 
-ROOT_FLASH_SIZE = "32"
-# yes, the husky has 64MB, I know... Be happy, that way you can install more software :)
-
+ROOT_FLASH_SIZE = "25"
+# yes, we are aware that the husky (c760,c860) has 54MB rootfs, but we don't make a special image for it.
index 9384b05..4af42de 100644 (file)
@@ -27,7 +27,8 @@ include conf/machine/tune-strongarm.conf
 
 SERIAL_CONSOLE = "115200 ttyS0"
 
-ROOT_FLASH_SIZE = "16"
+ROOT_FLASH_SIZE = "14"
+# actually 14680064, see EXTRA_IMAGECMD above
 
 # Later versions are broken on kernel 2.4
 PREFERRED_VERSION_orinoco-modules = "0.13e"
index e0cc83e..8b33912 100644 (file)
@@ -16,8 +16,7 @@ BOOTSTRAP_EXTRA_DEPENDS += "zaurus-updater"
 
 include conf/machine/handheld-common.conf
 
-# yes, it has 64MB...
-ROOT_FLASH_SIZE = "32"
+ROOT_FLASH_SIZE = "22"
 
 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
 include conf/machine/tune-xscale.conf
index 9a53e8f..2b22680 100644 (file)
@@ -2,7 +2,7 @@
 #@NAME: Sharp Zaurus SL-C3000
 #@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C3000 device
 
-KERNEL_VERSION ?= "2.4"
+KERNEL_VERSION ?= "2.6"
 
 include conf/machine/zaurus-clamshell.conf
 include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf
@@ -13,8 +13,11 @@ PIVOTBOOT_EXTRA_RRECOMMENDS += ""
 
 # Useful things for the built-in Harddisk
 BOOTSTRAP_EXTRA_DEPENDS  += "hdparm e2fsprogs"
-BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs"
+BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs e2fsprogs-e2fsck e2fsprogs-mke2fs"
 
 IMAGE_FSTYPES = "jffs2 tar.gz"
 
 ROOT_FLASH_SIZE = "100"
+# actually that should really read ROOTFS_SIZE = "100", because with modern kernels,
+# we boot from the built-in harddisk in C3000. ROOT_FLASH_SIZE is really 5 MegaByte
+
index ab5b169..20cf694 100644 (file)
@@ -16,7 +16,7 @@ BOOTSTRAP_EXTRA_DEPENDS += "zaurus-updater"
 
 GUI_MACHINE_CLASS = "bigscreen"
 GPE_EXTRA_DEPENDS += "gaim"
-ROOT_FLASH_SIZE = "32"
+ROOT_FLASH_SIZE = "28"
 
 include conf/machine/handheld-common.conf