All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-handheld] zaurus: catch up with sum.jffs2 -> jffs2.sum renaming
@ 2014-02-17 22:13 Andrea Adami
  0 siblings, 0 replies; only message in thread
From: Andrea Adami @ 2014-02-17 22:13 UTC (permalink / raw)
  To: openembedded-devel

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

diff --git a/README.zaurus b/README.zaurus
index 25680b3..76c5c1b 100644
--- a/README.zaurus
+++ b/README.zaurus
@@ -68,7 +68,7 @@ Example: one image on mtd2 and another one on mtd3 (optional)
 
 2nd rootfs: JFFS2-summary image
  flash_eraseall -j /dev/mtd3
- nandwrite /dev/mtd3 /path/to/core-image-base-<machine>-<date>.rootfs.sum.jffs2
+ nandwrite /dev/mtd3 /path/to/core-image-base-<machine>-<date>.rootfs.jffs2.sum
 
 Note: flash_eraseall is deprecated because the erase-counters are reset!
 
diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf
index cb5a928..c3223ec 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_sum.jffs2 = "-p -l -e ${JFFS2_ERASEBLOCK}"
+EXTRA_IMAGECMD_jffs2.sum = "-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 db6ce14..10dad41 100644
--- a/conf/machine/include/zaurus.inc
+++ b/conf/machine/include/zaurus.inc
@@ -2,8 +2,8 @@
 # Zaurus common settings
 ########################
 
-IMAGE_FSTYPES ?= "tar.gz jffs2 sum.jffs2 ubi ubifs"
-EXTRA_IMAGECMD_sum.jffs2 = "-p -l -e ${JFFS2_ERASEBLOCK} -n"
+IMAGE_FSTYPES ?= "tar.gz jffs2 jffs2.sum ubi ubifs"
+EXTRA_IMAGECMD_jffs2.sum = "-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 22:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-17 22:13 [meta-handheld] zaurus: catch up with sum.jffs2 -> jffs2.sum renaming 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.