diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-05 09:54:13 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-05 10:07:56 +0100 |
commit | 1029524234e0d6da592b946803cbd09b882acf2e (patch) | |
tree | 225627c949509ffe6f73789b0604c87832e63c5a /conf | |
parent | 590b54897fcca0e8568cdc2acd50cf74002b50fb (diff) |
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@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | 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 091775ced8..ca4c050af3 100644 --- a/conf/machine/om-gta02.conf +++ b/conf/machine/om-gta02.conf @@ -52,7 +52,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 \ |