All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-handheld][PATCH] zaurus: use the new JFFS2_SUM_EXTRA_ARGS for jffs2.sum
@ 2014-02-17 23:19 Andrea Adami
  0 siblings, 0 replies; only message in thread
From: Andrea Adami @ 2014-02-17 23:19 UTC (permalink / raw)
  To: openembedded-devel

adapt after commit 295c6c1452c8789a8b1d0090ff09a5cd7cf16507 in oe-core

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 conf/machine/collie.conf        | 2 +-
 conf/machine/include/zaurus.inc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf
index c3223ec..30e3df2 100644
--- a/conf/machine/collie.conf
+++ b/conf/machine/collie.conf
@@ -9,7 +9,7 @@ JFFS2_ERASEBLOCK = "0x20000"
 # For NOR flash we need the cleanmarkers so override the defaults
 EXTRA_IMAGECMD_jffs2 = "--pad=14680064 -l -e ${JFFS2_ERASEBLOCK}"
 # sumtool does not accept the argument for --pad
-EXTRA_IMAGECMD_jffs2.sum = "-p -l -e ${JFFS2_ERASEBLOCK}"
+JFFS2_SUM_EXTRA_ARGS = "-p -l -e ${JFFS2_ERASEBLOCK}"
 
 # UBI: max collie (14.125 = 113 PEBs)
 # 14.125 x 1024 : 128 = 113 PEBs
diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc
index 10dad41..38464d6 100644
--- a/conf/machine/include/zaurus.inc
+++ b/conf/machine/include/zaurus.inc
@@ -3,7 +3,7 @@
 ########################
 
 IMAGE_FSTYPES ?= "tar.gz jffs2 jffs2.sum ubi ubifs"
-EXTRA_IMAGECMD_jffs2.sum = "-p -l -e ${JFFS2_ERASEBLOCK} -n"
+JFFS2_SUM_EXTRA_ARGS = "-p -l -e ${JFFS2_ERASEBLOCK} -n"
 
 INITRAMFS_FSTYPES ?= "cpio.gz cpio.lzma"
 IMAGE_DEVICE_TABLES = ""
-- 
1.8.1.5



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-17 23:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-17 23:19 [meta-handheld][PATCH] zaurus: use the new JFFS2_SUM_EXTRA_ARGS for jffs2.sum Andrea Adami

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.