[oe-commits] Martin Jansa : om-gta02: remove ubifs IMAGE_FSTYPES as ubi creates ubifs too

git version control git at git.openembedded.org
Thu Jan 14 11:32:59 UTC 2010


Module: openembedded.git
Branch: shr/testing2009
Commit: 4ab43358f0863eaf32b0aed7cb1c16c5aebe7c57
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4ab43358f0863eaf32b0aed7cb1c16c5aebe7c57

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Jan  5 09:54:13 2010 +0100

om-gta02: remove ubifs IMAGE_FSTYPES as ubi creates ubifs too

* mkfs.ubifs is called by bitbake the same but:
  shr-full-eglibc-ipk--20100103-om-gta02.rootfs.ubifs
  shr-full-eglibc-ipk--20100103-om-gta02.ubifs.img
  are a bit different, probably only some timestamp of ubifs build?

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

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

diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf
index 94bd462..e4bbef4 100644
--- a/conf/machine/om-gta02.conf
+++ b/conf/machine/om-gta02.conf
@@ -51,7 +51,7 @@ USE_VT = "0"
 # used by some images
 ROOT_FLASH_SIZE = "256"
 
-IMAGE_FSTYPES += "tar.gz jffs2 ubifs ubi"
+IMAGE_FSTYPES += "tar.gz jffs2 ubi"
 
 # extra jffs2 tweaks
 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \





More information about the Openembedded-commits mailing list