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
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
* 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