]> code.ossystems Code Review - openembedded-core.git/commit
wic: remove prepare_empty_partition_squashfs
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 30 Mar 2017 18:17:20 +0000 (21:17 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Mar 2017 11:12:25 +0000 (12:12 +0100)
commit9152960f250cb4df1e559d747fb09005675a0d75
treec2309f2fe01aabf63f3115fb8439f48b0a261def
parent044dd146d39542d0e6b598ee1dcadc49e0db3de9
wic: remove prepare_empty_partition_squashfs

There is not much sense in creation of empty squashfs
partition. It's also not possible to create empty squashfs
partition of specified size.

Even more, prepare_empty_partition_squashfs method is
absolutely broken. It raises exception when called and
even its signature differs from the rest of of similar
methods. It means that nobody uses it and it's safe
to remove it.

Removed prepare_empty_partition_squashfs method and
testing of empty squashfs partition.

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