summaryrefslogtreecommitdiff
path: root/mtd
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-11-26 17:54:41 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-11-26 17:54:41 +0000
commitf055bad53d39936c08f06970db7d4d45616c1373 (patch)
tree99b28468afe7e7649d7e2ec39794eb5f595004ab /mtd
parent4c66fec36b46b3d0e7178088d10c9844bc919e90 (diff)
Merge
2004/11/26 18:52:27+01:00 uni-frankfurt.de!mickeyl update oz-3.5.2.conf 2004/11/25 16:55:33+01:00 uni-frankfurt.de!mickeyl this patch adds an exclusion parameter to mkfs.jffs2. use -i <path> to exclude a subtree from being included into the image. this is necessary for the forthcoming clone functionality of opie-backup. the patch will be posted to the mtd list 2004/11/25 15:40:03+01:00 uni-frankfurt.de!mickeyl add user mode linux as found in kernel 2.6.10-rc2-mm3 BKrev: 41a76de1US2tkAYWHnb0zgCpVNciXA
Diffstat (limited to 'mtd')
-rw-r--r--mtd/mtd/add-exclusion-to-mkfs-jffs2.patch0
-rw-r--r--mtd/mtd_20041113.oe8
2 files changed, 5 insertions, 3 deletions
diff --git a/mtd/mtd/add-exclusion-to-mkfs-jffs2.patch b/mtd/mtd/add-exclusion-to-mkfs-jffs2.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/mtd/mtd/add-exclusion-to-mkfs-jffs2.patch
diff --git a/mtd/mtd_20041113.oe b/mtd/mtd_20041113.oe
index 3cd2f8eef6..b7e33fde60 100644
--- a/mtd/mtd_20041113.oe
+++ b/mtd/mtd_20041113.oe
@@ -1,12 +1,14 @@
+DESCRIPTION = "Tools for managing memory technology devices."
SECTION = "base"
DEPENDS = "zlib"
-DESCRIPTION = "Tools for managing memory technology devices."
HOMEPAGE = "http://www.linux-mtd.infradead.org/"
LICENSE = "GPLv2"
+PR = "r1"
+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"
S = "${WORKDIR}/mtd/"
-#SRC_URI = "cvs://anoncvs@cvs.infradead.org/home/cvs;module=mtd;method=ext"
-SRC_URI = "ftp://ftp.uk.linux.org/pub/people/dwmw2/mtd/cvs/mtd-snapshot-${PV}.tar.bz2"
+
CFLAGS_prepend = "-I${S}/include "