]> code.ossystems Code Review - openembedded-core.git/commit
wic: extend list of used tools
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 25 Aug 2017 20:12:26 +0000 (23:12 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 27 Aug 2017 21:29:46 +0000 (22:29 +0100)
commit1add68e4d6150e3038609d8ce7e3cff28fe8fbb8
tree05205c5ae041f7b184528a9b9bd87918ba982b99
parent7cffcdcfdf4f8934d212740a6d7cf136911ebdac
wic: extend list of used tools

Added sfdisk, e2fsck, mkswap, resize2fs, mkdosfs to the
list of used tools in Disk class. They're going to be used
in 'wic write' implementation.

Added dependency to util-linux to wic-tools to ensure that
sfdisk and mkswap are available from wic-tools native sysroot.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/wic-tools.bb
scripts/lib/wic/engine.py