[oe-commits] org.oe.oz354x akita/c7x0/tosa.conf: fixed ROOT_FLASH_SIZE (from .dev)

hrw commit openembedded-commits at lists.openembedded.org
Fri Sep 1 10:12:20 UTC 2006


akita/c7x0/tosa.conf: fixed ROOT_FLASH_SIZE (from .dev)

Author: hrw at openembedded.org
Branch: org.openembedded.oz354x
Revision: d1a0ea6443e44715f8371f426656221b53298042
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d1a0ea6443e44715f8371f426656221b53298042
Files:
1
conf/machine/akita.conf
conf/machine/c7x0.conf
conf/machine/tosa.conf
Diffs:

#
# mt diff -raed8d2757a9c0efeb639f8c95ea8c5e9f11d0536 -rd1a0ea6443e44715f8371f426656221b53298042
#
# 
# 
# patch "conf/machine/akita.conf"
#  from [a1fec176a70fcf2cc865e8549d18d3219001e389]
#    to [47025dfbe0f7a88e8e2223d47d0e31872b9f710a]
# 
# patch "conf/machine/c7x0.conf"
#  from [4b87df1bc040abec2b2e245b4405b8dec3a04c6b]
#    to [c8122c164572c7ac77644a66222971dbf3b5a302]
# 
# patch "conf/machine/tosa.conf"
#  from [eb79fce2d2c5f7cc5abe94ffd10f741be16e9804]
#    to [deac4a711ebb43358f5aa8612485fdb02ae3eb76]
# 
============================================================
--- conf/machine/akita.conf	a1fec176a70fcf2cc865e8549d18d3219001e389
+++ conf/machine/akita.conf	47025dfbe0f7a88e8e2223d47d0e31872b9f710a
@@ -7,4 +7,4 @@ include conf/machine/include/zaurus-clam
 include conf/machine/include/zaurus-clamshell.conf
 include conf/machine/include/zaurus-clamshell-2.6.conf
 
+ROOT_FLASH_SIZE = "58"
-ROOT_FLASH_SIZE = "64"
============================================================
--- conf/machine/c7x0.conf	4b87df1bc040abec2b2e245b4405b8dec3a04c6b
+++ conf/machine/c7x0.conf	c8122c164572c7ac77644a66222971dbf3b5a302
@@ -7,6 +7,6 @@ include conf/machine/include/zaurus-clam
 include conf/machine/include/zaurus-clamshell.conf
 include conf/machine/include/zaurus-clamshell-2.6.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, the husky has 54MB, I know... Be happy, that way you can install more software :)
 
============================================================
--- conf/machine/tosa.conf	eb79fce2d2c5f7cc5abe94ffd10f741be16e9804
+++ conf/machine/tosa.conf	deac4a711ebb43358f5aa8612485fdb02ae3eb76
@@ -17,7 +17,7 @@ GPE_EXTRA_DEPENDS += "gaim"
 
 GUI_MACHINE_CLASS = "bigscreen"
 GPE_EXTRA_DEPENDS += "gaim"
-ROOT_FLASH_SIZE = "32"
+ROOT_FLASH_SIZE = "28"
 
 include conf/machine/include/handheld-common.conf
 






More information about the Openembedded-commits mailing list