diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2015-04-29 00:46:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-20 20:54:33 +0100 |
commit | d19d976bf53f9872c05ef99021842414cf57549a (patch) | |
tree | 24b7815e5a1f1678e93b73d4680c11245b91fb7f /meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | |
parent | ea2e7dbcd74c810ae67ae9cdf78c31700630e241 (diff) | |
download | poky-d19d976bf53f9872c05ef99021842414cf57549a.tar.gz |
e2fsprogs: install populate-extfs.sh
* install populate-extfs.sh from contrib, be aware that in order
to use it you need to set DEBUGFS shell variable, otherwise it will
try to use debugfs from relative path which is almost always
incorrect:
CONTRIB_DIR=$(dirname $(readlink -f $0))
DEBUGFS="$CONTRIB_DIR/../debugfs/debugfs"
(From OE-Core rev: 1a3a7a1ba8c271acd13cb1d740ef83ee02829e33)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb')
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb index 70ccdfd540..95c612cdc4 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | |||
@@ -54,6 +54,8 @@ do_install () { | |||
54 | oe_multilib_header ext2fs/ext2_types.h | 54 | oe_multilib_header ext2fs/ext2_types.h |
55 | install -d ${D}${base_bindir} | 55 | install -d ${D}${base_bindir} |
56 | mv ${D}${bindir}/chattr ${D}${base_bindir}/chattr.e2fsprogs | 56 | mv ${D}${bindir}/chattr ${D}${base_bindir}/chattr.e2fsprogs |
57 | |||
58 | install -v -m 755 ${S}/contrib/populate-extfs.sh ${D}${base_sbindir}/ | ||
57 | } | 59 | } |
58 | 60 | ||
59 | do_install_append_class-target() { | 61 | do_install_append_class-target() { |