From 1081734754ec74f55e1e310427c20d56f3357f34 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 29 Mar 2012 10:18:16 -0700 Subject: 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 Signed-off-by: Denys Dmytriyenko --- conf/machine/include/ti814x.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/include/ti814x.inc b/conf/machine/include/ti814x.inc index c53557f4..475a2127 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" -- cgit v1.2.3-54-g00ecf