[OE-core] [PATCH 3/3] Empty image: filesystem allocation

2015-08-26 Thread Alex Franco
Increase sparse image block size when ROOTFS_SIZE is smaller than the minimum needed for ext4 to fit into it. [YOCTO #7664] Signed-off-by: Alex Franco --- meta/classes/image_types.bbclass | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meta/classes/image_types.bbcl

Re: [OE-core] [PATCH 3/3] Empty image: filesystem allocation

2015-09-11 Thread Benjamin Esquivel
Hi Alejandro, On Wed, 2015-08-26 at 16:57 -0500, Alex Franco wrote: > Increase sparse image block size when ROOTFS_SIZE is smaller than > the minimum needed for ext4 to fit into it. > > [YOCTO #7664] > > Signed-off-by: Alex Franco > --- > meta/classes/image_types.bbclass | 10 +- > 1 f

Re: [OE-core] [PATCH 3/3] Empty image: filesystem allocation

2015-09-11 Thread Richard Purdie
On Fri, 2015-09-11 at 12:26 -0500, Benjamin Esquivel wrote: > Hi Alejandro, > > On Wed, 2015-08-26 at 16:57 -0500, Alex Franco wrote: > > Increase sparse image block size when ROOTFS_SIZE is smaller than > > the minimum needed for ext4 to fit into it. > > > > [YOCTO #7664] > > > > Signed-off-by: