Ship mkfsdebug.sh, it will be installed to /usr/bin/mkfsdebug.sh and used for replacing the genext2fs in image_types.bbclass.
[YOCTO #3848] Signed-off-by: Robert Yang <[email protected]> --- meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb index 70255ce..1609d42 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb @@ -4,6 +4,7 @@ PR = "r0" SRC_URI += "file://acinclude.m4 \ file://remove.ldconfig.call.patch \ + file://mkdebugfs.sh \ " SRCREV = "fca8b1b2416c384b91b4fe00d6d37cfccb8fb3d5" @@ -41,6 +42,7 @@ do_install_append () { mv ${D}${base_libdir}/e2initrd_helper ${D}${libdir} mv ${D}${base_libdir}/pkgconfig ${D}${libdir} fi + install -m 0755 ${WORKDIR}/mkdebugfs.sh ${D}${bindir} } RDEPENDS_e2fsprogs = "e2fsprogs-badblocks" -- 1.7.11.2 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
