Re: [OE-core] Stricter fuzz factor when patching?

2017-08-10 Thread Alexander Kanavin
On 08/10/2017 12:57 PM, Carlos Rafael Giani wrote: I was surprised that Yocto does not use fuzz factor 0 by default. The case above demonstrates how this can lead to confusing errors. Or worse, recipes might even build but then cause subtle runtime errors... Is there a reason why the default

[OE-core] Stricter fuzz factor when patching?

2017-08-10 Thread Carlos Rafael Giani
I noticed a problem here which was caused by the nonzero fuzz factor as it is used in Yocto Pyro. Suppose there are two patches A and B, and they do touch the same parts of the code, so they do influence each other. The intended patch application order is A, then B. But due to an error in a