]> code.ossystems Code Review - openembedded-core.git/commitdiff
fic-gta01: do not use LZO compression for jffs2
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 10 Jul 2007 20:02:04 +0000 (20:02 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 10 Jul 2007 20:02:04 +0000 (20:02 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2150 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/machine/fic-gta01.conf

index 7d8d2753f9bf887c17a493a109cfd6ca1bbbac09..a91a33e5c4e3ce0f14d26e21fdce4700770947e8 100644 (file)
@@ -27,7 +27,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\
 ROOT_FLASH_SIZE = "60"
 
 # extra jffs2 tweaks
-EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 -n"
+EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 -n -x lzo"
 
 # tune for S3C24x0
 include conf/machine/include/tune-arm920t.conf