summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2012-03-29 10:18:15 -0700
committerDenys Dmytriyenko <denys@ti.com>2012-03-30 01:45:33 -0400
commit2b300f08cae35d065f27c0b3e4c285b61740a6a6 (patch)
tree4d57bfd35cee1b0f2995d058f2787ce497917d5b /conf/machine
parenta0dc3b8afc592b39c7948783952cd371c693640f (diff)
downloadmeta-ti-2b300f08cae35d065f27c0b3e4c285b61740a6a6.tar.gz
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 <trini@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/am37x-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf
index e4170f4e..ddb54e86 100644
--- a/conf/machine/am37x-evm.conf
+++ b/conf/machine/am37x-evm.conf
@@ -16,7 +16,7 @@ require conf/machine/include/omap3.inc
16 16
17# Ship all kernel modules 17# Ship all kernel modules
18 18
19IMAGE_FSTYPES ?= "jffs2 tar.bz2" 19IMAGE_FSTYPES += "jffs2 tar.bz2"
20EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" 20EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
21 21
22SERIAL_CONSOLE = "115200 ttyS0" 22SERIAL_CONSOLE = "115200 ttyS0"