[meta-ti] Tom Rini : ti814x.inc: Use '+=' not '?=' in IMAGE_FSTYPES
Arago Project git
git at arago-project.org
Thu Mar 29 22:57:09 PDT 2012
Module: meta-ti
Branch: master
Commit: 1081734754ec74f55e1e310427c20d56f3357f34
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=1081734754ec74f55e1e310427c20d56f3357f34
Author: Tom Rini <trini at ti.com>
Date: Thu Mar 29 10:18:16 2012 -0700
ti814x.inc: 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 at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
conf/machine/include/ti814x.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/machine/include/ti814x.inc b/conf/machine/include/ti814x.inc
index c53557f..475a212 100644
--- a/conf/machine/include/ti814x.inc
+++ b/conf/machine/include/ti814x.inc
@@ -20,7 +20,7 @@ UBOOT_LOADADDRESS = "0x80008000"
EXTRA_IMAGEDEPENDS += "u-boot"
# Ship all kernel modules
-IMAGE_FSTYPES ?= "jffs2 tar.bz2"
+IMAGE_FSTYPES += "jffs2 tar.bz2"
EXTRA_IMAGECMD_jffs2 = "-lqn -e 128"
SERIAL_CONSOLE = "115200 ttyO0"
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet"
More information about the meta-ti
mailing list