]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blobdiff - conf/machine/am37x-evm.conf
am37x-evm.conf: Use '+=' not '?=' in IMAGE_FSTYPES
[glsdk/meta-ti-glsdk.git] / conf / machine / am37x-evm.conf
index e4170f4e93ab34a72f67f6e5373b5e8b332e86fb..ddb54e863717e1d235d50d28c8ac5972516d9e1c 100644 (file)
@@ -16,7 +16,7 @@ require conf/machine/include/omap3.inc
 
 # Ship all kernel modules
 
-IMAGE_FSTYPES ?= "jffs2 tar.bz2"
+IMAGE_FSTYPES += "jffs2 tar.bz2"
 EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
 
 SERIAL_CONSOLE = "115200 ttyS0"