Re: [OE-core] [PATCH] e2fsprogs: install populate-extfs.sh

2015-04-29 Thread Martin Jansa
We still have some functions which use populate-extfs.sh to create some ext4 partitions, eventually we should move to mkfs.ext as well, but as long as it's included in e3fsprogs it makes the migration to newer oe-core easier. On Wed, Apr 29, 2015 at 11:56 PM, Richard Purdie < richard.pur...@linuxf

Re: [OE-core] [PATCH] e2fsprogs: install populate-extfs.sh

2015-04-29 Thread Richard Purdie
On Wed, 2015-04-29 at 00:46 +0200, Martin Jansa wrote: > * 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=$(dirna

[OE-core] [PATCH] e2fsprogs: install populate-extfs.sh

2015-04-28 Thread Martin Jansa
* 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/debugf