[OE-core] [PATCH] wic: obey the rootfs size from the metadata

2016-12-15 Thread Christopher Larson
From: Christopher Larson When no --size is specified for the rootfs in the .wks, we want to obey the rootfs size from the metadata, otherwise the defined IMAGE_ROOTFS_EXTRA_SPACE and IMAGE_OVERHEAD_FACTOR will not be obeyed. In some cases, this can result in image construction failure, if the siz

Re: [OE-core] [PATCH] wic: obey the rootfs size from the metadata

2016-12-16 Thread Ed Bartosh
Hi Christopher, Thank you for the patch! +1 On Thu, Dec 15, 2016 at 12:42:39PM -0700, Christopher Larson wrote: > From: Christopher Larson > > When no --size is specified for the rootfs in the .wks, we want to obey the > rootfs size from the metadata, otherwise the defined IMAGE_ROOTFS_EXTRA_S

Re: [OE-core] [PATCH] wic: obey the rootfs size from the metadata

2016-12-19 Thread Ed Bartosh
On Fri, Dec 16, 2016 at 04:47:28PM +0200, Ed Bartosh wrote: > Hi Christopher, > > Thank you for the patch! > > +1 > Would you be willing to add test case(s) for this functionality to wic selftest module? > On Thu, Dec 15, 2016 at 12:42:39PM -0700, Christopher Larson wrote: > > From: Christophe