Re: [OE-core] [PATCH 6/7] go.bbclass: Enable parallel build

2017-09-05 Thread Otavio Salvador
On Tue, Sep 5, 2017 at 5:06 PM, Matt Madison wrote: > I thought that GO_PARALLEL_BUILD still needs to be added to > BB_HASHBASE_WHITELIST like PARALLEL_MAKE is, > or the task signatures will be different between builds done on > systems with different CPU counts? You're right. Added it to v3 but

Re: [OE-core] [PATCH 6/7] go.bbclass: Enable parallel build

2017-09-05 Thread Matt Madison
On Tue, Sep 5, 2017 at 7:49 AM, Otavio Salvador wrote: > On Tue, Sep 5, 2017 at 7:50 AM, Matt Madison wrote: >> On Mon, Sep 4, 2017 at 2:06 PM, Otavio Salvador >> wrote: >>> The parallel build is based on PARALLEL_MAKE variable but can be >>> overriden setting the GO_PARALLEL_BUILD one. >>> >>>

Re: [OE-core] [PATCH 6/7] go.bbclass: Enable parallel build

2017-09-05 Thread Otavio Salvador
On Tue, Sep 5, 2017 at 7:50 AM, Matt Madison wrote: > On Mon, Sep 4, 2017 at 2:06 PM, Otavio Salvador > wrote: >> The parallel build is based on PARALLEL_MAKE variable but can be >> overriden setting the GO_PARALLEL_BUILD one. >> >> This change is based on the meta-golang[1] layer. Thanks to Mat

Re: [OE-core] [PATCH 6/7] go.bbclass: Enable parallel build

2017-09-05 Thread Matt Madison
On Mon, Sep 4, 2017 at 2:06 PM, Otavio Salvador wrote: > The parallel build is based on PARALLEL_MAKE variable but can be > overriden setting the GO_PARALLEL_BUILD one. > > This change is based on the meta-golang[1] layer. Thanks to Matt > Madison for his work on this. > > 1. https://github.com/m

[OE-core] [PATCH 6/7] go.bbclass: Enable parallel build

2017-09-04 Thread Otavio Salvador
The parallel build is based on PARALLEL_MAKE variable but can be overriden setting the GO_PARALLEL_BUILD one. This change is based on the meta-golang[1] layer. Thanks to Matt Madison for his work on this. 1. https://github.com/madisongh/meta-golang Signed-off-by: Otavio Salvador --- meta/cla