upgrade mtd-utils to a newer snapshot; remove some obsolete patches
authorMichael Lauer <mickey@vanille-media.de>
Tue, 16 Aug 2005 22:01:19 +0000 (22:01 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 16 Aug 2005 22:01:19 +0000 (22:01 +0000)
packages/mtd/mtd-utils-native_20050801.bb [moved from packages/mtd/mtd-utils-native_20050715.bb with 100% similarity]
packages/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2.patch
packages/mtd/mtd-utils/more-verbosity.patch
packages/mtd/mtd-utils/removelinuxinc.patch [deleted file]
packages/mtd/mtd-utils/stdint.patch [deleted file]
packages/mtd/mtd-utils_20050801.bb [moved from packages/mtd/mtd-utils_20050715.bb with 84% similarity]

index b63868c..3ac4128 100644 (file)
@@ -1,10 +1,10 @@
 
 #
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+# Patch managed by http://www.holgerschurig.de/patcher.html
 #
 
---- mtd/util/mkfs.jffs2.c~add-exclusion-to-mkfs-jffs2  2004-11-27 00:00:13.000000000 +0100
-+++ mtd/util/mkfs.jffs2.c      2005-01-31 22:52:33.830141174 +0100
+--- mtd/util/mkfs.jffs2.c~add-exclusion-to-mkfs-jffs2.patch
++++ mtd/util/mkfs.jffs2.c
 @@ -92,7 +92,12 @@
        struct filesystem_entry *files; /* Only relevant to directories */
  };
index 25b98d3..cdc842a 100644 (file)
@@ -1,10 +1,10 @@
 
 #
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+# Patch managed by http://www.holgerschurig.de/patcher.html
 #
 
---- mtd/util/mkfs.jffs2.c~add-progress 2005-01-31 22:55:34.662944000 +0100
-+++ mtd/util/mkfs.jffs2.c      2005-01-31 23:45:50.604511261 +0100
+--- mtd/util/mkfs.jffs2.c~more-verbosity.patch
++++ mtd/util/mkfs.jffs2.c
 @@ -374,6 +374,9 @@
        struct filesystem_entry *entry;
        struct ignorepath_entry* element = ignorepath;
diff --git a/packages/mtd/mtd-utils/removelinuxinc.patch b/packages/mtd/mtd-utils/removelinuxinc.patch
deleted file mode 100644 (file)
index 984d1af..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -urN mtd.orig/fs/jffs2/compr_rtime.c mtd/fs/jffs2/compr_rtime.c
---- mtd.orig/fs/jffs2/compr_rtime.c    2004-04-02 20:36:01.000000000 -0500
-+++ mtd/fs/jffs2/compr_rtime.c 2004-04-02 20:35:37.000000000 -0500
-@@ -21,11 +21,7 @@
-  *
-  */
--#include <linux/kernel.h>
--#include <linux/types.h>
--#include <linux/errno.h>
--#include <linux/string.h> 
--
-+#include <string.h> 
- #include <stdint.h>
- /* _compress returns the compressed size, -1 if bigger */
diff --git a/packages/mtd/mtd-utils/stdint.patch b/packages/mtd/mtd-utils/stdint.patch
deleted file mode 100644 (file)
index ba171fc..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- fs/jffs2/compr_rtime.c     2004-04-01 00:07:53.000000000 +0100
-+++ fs/jffs2/compr_rtime.c     2004-04-01 00:07:53.000000000 +0100
-@@ -26,6 +26,8 @@
- #include <linux/errno.h>
- #include <linux/string.h> 
-+#include <stdint.h>
-+
- /* _compress returns the compressed size, -1 if bigger */
- int jffs2_rtime_compress(unsigned char *data_in, unsigned char *cpage_out, 
-                  uint32_t *sourcelen, uint32_t *dstlen)
similarity index 84%
rename from packages/mtd/mtd-utils_20050715.bb
rename to packages/mtd/mtd-utils_20050801.bb
index 6b457d5..bfc78c1 100644 (file)
@@ -3,10 +3,7 @@ SECTION = "base"
 DEPENDS = "zlib"
 HOMEPAGE = "http://www.linux-mtd.infradead.org/"
 LICENSE = "GPLv2"
-mtd_utils = "ftl_format flash_erase flash_eraseall nanddump doc_loadbios \
-            mkfs.jffs ftl_check mkfs.jffs2 flash_lock flash_unlock flash_info mtd_debug \
-            flashcp nandwrite jffs2dump"
-PR = "r2"
+PR = "r0"
 
 SRC_URI = "ftp://ftp.uk.linux.org/pub/people/dwmw2/mtd/cvs/mtd-snapshot-${PV}.tar.bz2 \
            file://add-exclusion-to-mkfs-jffs2.patch;patch=1 \
@@ -26,6 +23,10 @@ do_stage () {
        done
 }
 
+mtd_utils = "ftl_format flash_erase flash_eraseall nanddump doc_loadbios \
+             mkfs.jffs ftl_check mkfs.jffs2 flash_lock flash_unlock flash_info mtd_debug \
+             flashcp nandwrite jffs2dump"
+
 do_install () {
        install -d ${D}${bindir}
        for binary in ${mtd_utils}; do