[meta-ti] [PATCH v3 06/10] beagleboard.conf: Use '=+' not '+=' in IMAGE_FSTYPES
Tom Rini
trini at ti.com
Wed Mar 28 11:14:41 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/beagleboard.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index 0043a70..d8bb1e2 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -19,7 +19,7 @@ EXTRA_IMAGEDEPENDS = "u-boot"
PREFERRED_PROVIDER_virtual/kernel = "linux"
-IMAGE_FSTYPES += "tar.bz2 ubi"
+IMAGE_FSTYPES =+ "tar.bz2 ubi"
EXTRA_IMAGECMD_jffs2 = "-lnp "
# Guesswork
--
1.7.0.4
More information about the meta-ti
mailing list