diff options
author | Tom Rini <trini@ti.com> | 2012-03-29 10:18:15 -0700 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-03-30 01:45:33 -0400 |
commit | 2b300f08cae35d065f27c0b3e4c285b61740a6a6 (patch) | |
tree | 4d57bfd35cee1b0f2995d058f2787ce497917d5b /conf | |
parent | a0dc3b8afc592b39c7948783952cd371c693640f (diff) | |
download | meta-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')
-rw-r--r-- | conf/machine/am37x-evm.conf | 2 |
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 | ||
19 | IMAGE_FSTYPES ?= "jffs2 tar.bz2" | 19 | IMAGE_FSTYPES += "jffs2 tar.bz2" |
20 | EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" | 20 | EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" |
21 | 21 | ||
22 | SERIAL_CONSOLE = "115200 ttyS0" | 22 | SERIAL_CONSOLE = "115200 ttyS0" |