[meta-ti] [PATCH v3 10/10] pandaboard.conf: Use '=+' not '+=' in IMAGE_FSTYPES
Tom Rini
trini at ti.com
Wed Mar 28 11:14:45 PDT 2012
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 at ti.com>
---
conf/machine/pandaboard.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/machine/pandaboard.conf b/conf/machine/pandaboard.conf
index 2c37b4f..22953af 100644
--- a/conf/machine/pandaboard.conf
+++ b/conf/machine/pandaboard.conf
@@ -8,7 +8,7 @@ UBOOT_MACHINE = "omap4_panda_config"
GUI_MACHINE_CLASS = "bigscreen"
-IMAGE_FSTYPES += "tar.bz2"
+IMAGE_FSTYPES =+ "tar.bz2"
SERIAL_CONSOLE = "115200 ttyO2"
--
1.7.0.4
More information about the meta-ti
mailing list