Re: [OE-core] [PATCH] utils.py: Use minimum value for PARALLEL_MAKE.

2018-02-21 Thread Martin Jansa
http://lists.openembedded.org/pipermail/openembedded-core/2018-February/147525.html On Wed, Feb 21, 2018 at 7:35 AM, Michael Gloff wrote: > feded5fe2755fc6523c235fd6e82a0972e197c08 introduces > parallel_make_argument with optional limit value. We need > the min of PARRALLEL_MAKE and limit. > > S

[OE-core] [PATCH] utils.py: Use minimum value for PARALLEL_MAKE.

2018-02-20 Thread Michael Gloff
feded5fe2755fc6523c235fd6e82a0972e197c08 introduces parallel_make_argument with optional limit value. We need the min of PARRALLEL_MAKE and limit. Signed-off-by: Michael Gloff --- meta/lib/oe/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oe/utils.py b/meta