1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 03:49:20 +00:00

omap3evm.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>
This commit is contained in:
Tom Rini
2012-03-29 10:18:17 -07:00
committed by Denys Dmytriyenko
parent 1081734754
commit bab63afdb0
+1 -1
View File
@@ -17,7 +17,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"