mirror of
https://git.yoctoproject.org/poky
synced 2026-03-03 13:59:40 +01:00
*Flash_erase -j should fill discrete freeoob areas with required bytes
of JFFS2 cleanmarker in jffs2_check_nand_cleanmarker(). Not just fill
the first freeoob area.
(From OE-Core rev: c8e3fe46df84e782cc1becc4c5a8cd954ef85f34)
Signed-off-by: Chunrong Guo <b40290@freescale.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
939 B
BlitzBasic
27 lines
939 B
BlitzBasic
DESCRIPTION = "Tools for managing memory technology devices."
|
|
SECTION = "base"
|
|
DEPENDS = "zlib lzo e2fsprogs util-linux"
|
|
HOMEPAGE = "http://www.linux-mtd.infradead.org/"
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
|
|
file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c"
|
|
|
|
SRCREV = "ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f"
|
|
SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git \
|
|
file://add-exclusion-to-mkfs-jffs2-git-2.patch \
|
|
file://mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch "
|
|
|
|
S = "${WORKDIR}/git/"
|
|
|
|
PR = "r2"
|
|
|
|
EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'"
|
|
|
|
do_install () {
|
|
oe_runmake install DESTDIR=${D} SBINDIR=${sbindir} MANDIR=${mandir} INCLUDEDIR=${includedir}
|
|
}
|
|
|
|
PARALLEL_MAKE = ""
|
|
|
|
BBCLASSEXTEND = "native"
|