[oe-commits] Angus Ainslie : om-gta01.conf : add ubifs image

git version control git at git.openembedded.org
Wed Jun 10 18:00:21 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: d5d5d4adb9c85f073ab800d6dabce0dbfa5a49d6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d5d5d4adb9c85f073ab800d6dabce0dbfa5a49d6

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Wed Jun 10 11:53:48 2009 -0600

om-gta01.conf : add ubifs image

---

 conf/machine/om-gta01.conf |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/conf/machine/om-gta01.conf b/conf/machine/om-gta01.conf
index c94e481..f7f9966 100644
--- a/conf/machine/om-gta01.conf
+++ b/conf/machine/om-gta01.conf
@@ -34,8 +34,9 @@ MACHINE_EXTRA_RRECOMMENDS = "\
 ROOT_FLASH_SIZE = "60"
 
 # extra jffs2 tweaks
-IMAGE_FSTYPES += "jffs2"
+IMAGE_FSTYPES += "jffs2 ubifs"
 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n"
+EXTRA_IMAGECMD_ubifs = "-m 2048 -e 129024 -c 2047"
 
 # build / upload tools
 EXTRA_IMAGEDEPENDS += "dfu-util-native"





More information about the Openembedded-commits mailing list