]> code.ossystems Code Review - openembedded-core.git/commit
wic: always read image partitions
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 25 Aug 2017 20:12:28 +0000 (23:12 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 27 Aug 2017 21:29:46 +0000 (22:29 +0100)
commit1186fd8fd4a4789dc7c60feb86cc9fdd03fee7b3
treea3e72c2501bb74d5203787eb5ca560b0f24a0df5
parentac5fc0d691aad66ac01a5cde34c331c928e9e25a
wic: always read image partitions

Got rid of lazy evaluation of self.partitions property.
It's not needed because partitions of the source image should
be always read.

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