All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: meta-ti@yoctoproject.org
Subject: [PATCH v3 02/10] ti814x.inc: Use '=+' not '?=' in IMAGE_FSTYPES
Date: Wed, 28 Mar 2012 11:14:37 -0700	[thread overview]
Message-ID: <1332958485-967-2-git-send-email-trini@ti.com> (raw)
In-Reply-To: <1332524217-27534-1-git-send-email-trini@ti.com>

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>
---
 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..a7edb16 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"
-- 
1.7.0.4



  parent reply	other threads:[~2012-03-28 18:14 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-08 19:34 [PATCH 0/4] IMAGE_FSTYPES fixes / improvements Tom Rini
2012-03-08 19:34 ` [PATCH 1/4] am37x-evm.conf: Use '+=' not '?=' in IMAGE_FSTYPES Tom Rini
2012-03-08 19:34 ` [PATCH 2/4] ti814x.inc: " Tom Rini
2012-03-08 19:34 ` [PATCH 3/4] omap3evm.conf: " Tom Rini
2012-03-08 19:34 ` [PATCH 4/4] am335x-evm.conf: Add 'ubi' to IMAGE_FSTYPES Tom Rini
2012-03-09  6:16   ` Koen Kooi
2012-03-09 15:54     ` Tom Rini
2012-03-09 18:38       ` Koen Kooi
2012-03-08 21:01 ` [PATCH 0/4] IMAGE_FSTYPES fixes / improvements Denys Dmytriyenko
2012-03-09  6:20   ` Koen Kooi
2012-03-09 15:01     ` Denys Dmytriyenko
2012-03-09 18:43       ` Koen Kooi
2012-03-09 19:17         ` Denys Dmytriyenko
2012-03-09 19:19           ` Koen Kooi
2012-03-09 19:36             ` Denys Dmytriyenko
2012-03-09 20:19               ` Tom Rini
2012-03-23 17:36 ` [PATCH v2 1/4] am37x-evm.conf: Use '=' not '?=' in IMAGE_FSTYPES Tom Rini
2012-03-28 18:14   ` [PATCH v3 01/10] am37x-evm.conf: Use '=+' " Tom Rini
2012-03-29 17:18     ` [PATCH v4 1/4] am37x-evm.conf: Use '+=' " Tom Rini
2012-03-29 17:18     ` [PATCH v4 2/4] ti814x.inc: " Tom Rini
2012-03-29 17:18     ` [PATCH v4 3/4] omap3evm.conf: " Tom Rini
2012-03-29 17:18     ` [PATCH v4 4/4] am335x-evm.conf: Add 'ubi' to IMAGE_FSTYPES, use '+=' in assignment Tom Rini
2012-03-28 18:14   ` Tom Rini [this message]
2012-03-28 18:14   ` [PATCH v3 03/10] omap3evm.conf: Use '=+' not '?=' in IMAGE_FSTYPES Tom Rini
2012-03-28 18:14   ` [PATCH v3 04/10] am335x-evm.conf: Add 'ubi' to IMAGE_FSTYPES, use '=+' in assignment Tom Rini
2012-03-28 18:14   ` [PATCH v3 05/10] am3517-evm.conf: Use '=+' not '+=' in IMAGE_FSTYPES Tom Rini
2012-03-28 18:14   ` [PATCH v3 06/10] beagleboard.conf: " Tom Rini
2012-03-28 18:14   ` [PATCH v3 07/10] ti816x.inC: " Tom Rini
2012-03-28 18:14   ` [PATCH v3 08/10] beaglebone.conf: " Tom Rini
2012-03-28 18:14   ` [PATCH v3 09/10] omap3-touchbook.conf: " Tom Rini
2012-03-28 18:14   ` [PATCH v3 10/10] pandaboard.conf: " Tom Rini
2012-03-23 17:36 ` [PATCH v2 2/4] ti814x.inc: Use '=' not '?=' " Tom Rini
2012-03-23 17:36 ` [PATCH v2 3/4] omap3evm.conf: Use '+=' " Tom Rini
2012-03-23 17:38   ` Tom Rini
2012-03-23 17:51     ` Denys Dmytriyenko
2012-03-23 17:53       ` Tom Rini
2012-03-24  2:00         ` Denys Dmytriyenko
2012-03-23 17:36 ` [PATCH v2 4/4] am335x-evm.conf: Add 'ubi' to IMAGE_FSTYPES, use '=' in assignment Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1332958485-967-2-git-send-email-trini@ti.com \
    --to=trini@ti.com \
    --cc=meta-ti@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.