[OE-core] [PATCH] e2fsprogs: fix the ptest

Burton, Ross ross.burton at intel.com
Tue Nov 10 10:08:37 UTC 2015


On 10 November 2015 at 04:56, <rongqing.li at windriver.com> wrote:

> ++            goal = last_goal - 1 >= 0; last_goal - 1, 0;
>

I'm guessing this was a ternary expression gone wrong and the intended code
was:

  goal = last_goal -1 >= 0 ? last_goal - 1 : 0;

This patch makes a *massive* difference to build times (see the header
comments) so please verify that large images (i.e. core-image-sato-sdk) are
both valid and constructed in the same timescale as before.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20151110/35eb10c6/attachment-0002.html>


More information about the Openembedded-core mailing list