diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-18 18:50:24 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-18 18:50:24 +0000 |
commit | 2d8e9d6a40f01484e81004a386e1ae6d7320f570 (patch) | |
tree | cb43bc32d8960554d60b72ea03efa3e51ce944ac /mtd | |
parent | 882d121b59d1dda9d5ecdb10b4a23637f309e7ce (diff) |
use fixed date for mtd snapshots
BKrev: 40d33970G37-WM0_vJCmFlykU48i0Q
Diffstat (limited to 'mtd')
-rw-r--r-- | mtd/mtd-native.oe | 12 | ||||
-rw-r--r-- | mtd/mtd-native_20040614.oe | 0 | ||||
-rw-r--r-- | mtd/mtd.oe | 23 | ||||
-rw-r--r-- | mtd/mtd_20040614.oe | 0 |
4 files changed, 0 insertions, 35 deletions
diff --git a/mtd/mtd-native.oe b/mtd/mtd-native.oe deleted file mode 100644 index ed32e7e08f..0000000000 --- a/mtd/mtd-native.oe +++ /dev/null @@ -1,12 +0,0 @@ -include mtd.oe -inherit native -DEPENDS = "patcher-native zlib-native" -FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/mtd" - -do_stage () { - for binary in 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 -m 0755 util/$binary ${STAGING_BINDIR}/ - done -} diff --git a/mtd/mtd-native_20040614.oe b/mtd/mtd-native_20040614.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/mtd/mtd-native_20040614.oe diff --git a/mtd/mtd.oe b/mtd/mtd.oe deleted file mode 100644 index cca6fdadb6..0000000000 --- a/mtd/mtd.oe +++ /dev/null @@ -1,23 +0,0 @@ -DEPENDS = "zlib" -DESCRIPTION = "Tools for managing memory technology devices." -#PV = "${CVSDATE}" -PV = "20040614" - -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-${CVSDATE}.tar.bz2" - -CFLAGS_prepend = "-I${S}/include " - -do_compile () { - oe_runmake -C util -} - -do_install () { - install -d ${D}${bindir} - for binary in 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 -m 0755 util/$binary ${D}${bindir} - done -} diff --git a/mtd/mtd_20040614.oe b/mtd/mtd_20040614.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/mtd/mtd_20040614.oe |