[oe-commits] : om-gtao1: use += for image types

OE GIT Trial gittrial at amethyst.openembedded.net
Tue Aug 12 14:26:28 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 53f0cf59e8820db040e4da9f746e67f2563a34b7
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=53f0cf59e8820db040e4da9f746e67f2563a34b7

Author:  <koen at openembedded.org>
Date:   Fri Aug  8 19:25:19 2008 +0000

om-gtao1: use += for image types 

---

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

diff --git a/conf/machine/om-gta01.conf b/conf/machine/om-gta01.conf
index 190d1d1..46bd42f 100644
--- a/conf/machine/om-gta01.conf
+++ b/conf/machine/om-gta01.conf
@@ -36,7 +36,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\
 ROOT_FLASH_SIZE = "60"
 
 # extra jffs2 tweaks
-IMAGE_FSTYPES ?= "jffs2"
+IMAGE_FSTYPES += "jffs2"
 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n"
 
 # build / upload tools





More information about the Openembedded-commits mailing list