]> code.ossystems Code Review - openembedded-core.git/commit
e2fsprogs: Ensure we use the right mke2fs.conf when restoring from sstate
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Feb 2016 10:52:39 +0000 (10:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Feb 2016 11:16:35 +0000 (11:16 +0000)
commit0ef6277463517fb0e52b4bd65ca5f6ab42315773
treeeb9bba1515bbaf033cb9441643cfa74466939105
parentf3831307d7c849e60c4141f7bfe4067ec5ff224a
e2fsprogs: Ensure we use the right mke2fs.conf when restoring from sstate

If we don't do this, we can use an mke2fs.conf from a different path which
may contain incompatible flags and lead to obtuse build failures such as:

Invalid filesystem option set: has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize

To fix this, wrap the mke2fs binary and its hardlinks and point at the
correct configuration file.

In particular this fixes conflicts between master and jethro builds
affecting the main autobuilder.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb