From: Tom Rini Date: Thu, 29 Mar 2012 17:18:15 +0000 (-0700) Subject: am37x-evm.conf: Use '+=' not '?=' in IMAGE_FSTYPES X-Git-Tag: v2012.05-yocto1.2~26 X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Fmeta-ti-glsdk.git;a=commitdiff_plain;h=2b300f08cae35d065f27c0b3e4c285b61740a6a6 am37x-evm.conf: Use '+=' not '?=' in IMAGE_FSTYPES As per http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/020053.html a machine conf file should use '+=' to set IMAGE_FSTYPES. Signed-off-by: Tom Rini Signed-off-by: Denys Dmytriyenko --- diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf index e4170f4..ddb54e8 100644 --- a/conf/machine/am37x-evm.conf +++ b/conf/machine/am37x-evm.conf @@ -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"