Re: [OE-core] [PATCH 0/5] wic: bugfixes & --fixed-size support

2016-11-09 Thread Maciej Borzęcki
On Wed, Nov 9, 2016 at 2:17 PM, Burton, Ross wrote: > I pulled this series into a test run on the autobuilder and it is throwing > quite a lot of exceptions, such as: > > Traceback (most recent call last): > File >

Re: [OE-core] [PATCH 0/5] wic: bugfixes & --fixed-size support

2016-11-09 Thread Burton, Ross
I pulled this series into a test run on the autobuilder and it is throwing quite a lot of exceptions, such as: Traceback (most recent call last): File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-x86-64-lsb/build/scripts/wic", line 319, in sys.exit(main(sys.argv[1:])) File

Re: [OE-core] [PATCH 0/5] wic: bugfixes & --fixed-size support

2016-11-09 Thread Ed Bartosh
On Tue, Nov 08, 2016 at 04:56:06PM +0100, Maciej Borzecki wrote: > The patch series is a follow-up after a previous attempt of adding > --reserved-size option to wic[1]. > > The series introduces a number of fixes in patches 1 - 4. > > The last patch in the series introduces --fixed-size option

[OE-core] [PATCH 0/5] wic: bugfixes & --fixed-size support

2016-11-08 Thread Maciej Borzecki
The patch series is a follow-up after a previous attempt of adding --reserved-size option to wic[1]. The series introduces a number of fixes in patches 1 - 4. The last patch in the series introduces --fixed-size option as discussed in [1]. The patch also introduces minor refactoring to code