]> code.ossystems Code Review - openembedded-core.git/commit
wic: don't silently skip unknown fstypes
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 30 Mar 2017 11:05:52 +0000 (14:05 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Mar 2017 11:12:19 +0000 (12:12 +0100)
commitebb8fb5f81f473156c9aa4bf1965e538492a851b
treefab0c50776b17866159e7e0d55edcaff969e40df
parent21af89a6d44ccea6aef975ffd2483a8fad1231de
wic: don't silently skip unknown fstypes

Fixed wic code that loops through hard-coded list of known fstypes
to find prepare_rootfs_<fstype> or prepare_empty_partition_<fstype>
methods and silently skipping unknown fstypes.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/wic/partition.py