]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: Add additional bb.debug to help track 12304
authorSaul Wold <sgw@linux.intel.com>
Thu, 7 Dec 2017 04:28:34 +0000 (20:28 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Dec 2017 18:02:12 +0000 (18:02 +0000)
commit978472c58629d1448399207873bbead96b27102e
treeb0547b4de5e7fc798b088323700ae06364f75718
parent6d9396b26218f3234701944f385d5c36face8121
image.bbclass: Add additional bb.debug to help track 12304

We actually caught the ext4 size issue in the wild with the debug
output in the oe_mkext234fs() code, but it did not help.  What that
showed was that the get_rootfs_size was returning a default size of
8192, where as the actual rootfs was more like 10572, thus too large
to fit in the created sparse file.

This additional temporary debug code should help us determine where
the failure might be.

More debug for
[YOCTO #12304]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/image.bbclass