[oe] [meta-handheld] zaurus: catch up with sum.jffs2 -> jffs2.sum renaming

Andrea Adami andrea.adami at gmail.com
Mon Feb 17 22:13:57 UTC 2014


Signed-off-by: Andrea Adami <andrea.adami at 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




More information about the Openembedded-devel mailing list