[oe-commits] John Lee : om-gta02.conf: fix IMAGE_FSTYPES ?= to +=

GIT User account git at amethyst.openembedded.net
Fri Dec 19 05:09:34 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6eeb81ad438053a88ce2a0fcf7dcf2d75b5807cc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6eeb81ad438053a88ce2a0fcf7dcf2d75b5807cc

Author: John Lee <john_lee at openmoko.org>
Date:   Wed Dec 17 17:49:19 2008 +0800

om-gta02.conf: fix IMAGE_FSTYPES ?= to +=

---

 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 f3e746b..6b9875d 100644
--- a/conf/machine/om-gta02.conf
+++ b/conf/machine/om-gta02.conf
@@ -30,7 +30,7 @@ SERIAL_CONSOLE = "115200 ttySAC2"
 ROOT_FLASH_SIZE = "256"
 
 # extra jffs2 tweaks
-IMAGE_FSTYPES ?= "jffs2"
+IMAGE_FSTYPES += "jffs2"
 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \
   --no-cleanmarkers --pad -n ; sumtool --eraseblock=0x20000 --no-cleanmarkers \
   --littleendian --pad \





More information about the Openembedded-commits mailing list