[oe-commits] Angus Ainslie : om-gta02.conf: add ubifs options

git version control git at git.openembedded.org
Mon Jun 8 18:20:52 UTC 2009


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

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Mon Jun  8 12:16:15 2009 -0600

om-gta02.conf: add ubifs options

---

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

diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf
index 8255663..bb1decc 100644
--- a/conf/machine/om-gta02.conf
+++ b/conf/machine/om-gta02.conf
@@ -30,7 +30,7 @@ USE_VT = "0"
 ROOT_FLASH_SIZE = "256"
 
 # extra jffs2 tweaks
-IMAGE_FSTYPES += "jffs2"
+IMAGE_FSTYPES += "jffs2 ubifs"
 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \
   --no-cleanmarkers --pad -n ; sumtool --eraseblock=0x20000 --no-cleanmarkers \
   --littleendian --pad \
@@ -40,6 +40,7 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \
   ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.nosummary ; \
   mv ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary \
   ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2"
+EXTRA_IMAGECMD_ubifs = "-m 2048 -e 129024 -c 2047"
 
 # build / upload tools
 EXTRA_IMAGEDEPENDS += "sjf2410-linux-native dfu-util-native"





More information about the Openembedded-commits mailing list