Re: [OE-core] [PATCH V7] go: Add recipes for golang compilers and tools

2017-03-13 Thread Kristian Amlie
On 09/03/17 08:27, Khem Raj wrote: > On Wed, Mar 8, 2017 at 11:03 PM, Kristian Amlie > wrote: >> On 08/03/17 23:19, Khem Raj wrote: ... For the following go-1.4 recipes: I wouldn't recommend fixing go-native at version 1.4, which is now

Re: [OE-core] [PATCH V7] go: Add recipes for golang compilers and tools

2017-03-09 Thread Matt Madison
On Wed, Mar 8, 2017 at 11:03 PM, Kristian Amlie wrote: > On 08/03/17 23:19, Khem Raj wrote: >>> ... >>> For the following go-1.4 recipes: >>> >>> I wouldn't recommend fixing go-native at version 1.4, which is now >>> postiviely ancient. >>> Instead, add go1.4.3's SRC_URI

Re: [OE-core] [PATCH V7] go: Add recipes for golang compilers and tools

2017-03-09 Thread Matt Madison
On Wed, Mar 8, 2017 at 2:19 PM, Khem Raj wrote: > Hi Matt > > Thanks for good feedback. > I have snipped the mail and replied below > > On 17-03-06 12:00:44, Matt Madison wrote: >> On Fri, Mar 3, 2017 at 3:18 PM, Khem Raj wrote: >> > * This is converging

Re: [OE-core] [PATCH V7] go: Add recipes for golang compilers and tools

2017-03-08 Thread Khem Raj
On Wed, Mar 8, 2017 at 11:03 PM, Kristian Amlie wrote: > On 08/03/17 23:19, Khem Raj wrote: >>> ... >>> For the following go-1.4 recipes: >>> >>> I wouldn't recommend fixing go-native at version 1.4, which is now >>> postiviely ancient. >>> Instead, add go1.4.3's SRC_URI

Re: [OE-core] [PATCH V7] go: Add recipes for golang compilers and tools

2017-03-08 Thread Kristian Amlie
On 08/03/17 23:19, Khem Raj wrote: >> ... >> For the following go-1.4 recipes: >> >> I wouldn't recommend fixing go-native at version 1.4, which is now >> postiviely ancient. >> Instead, add go1.4.3's SRC_URI into the go-native recipe, loading it >> in the right place so >> that make.bash finds

Re: [OE-core] [PATCH V7] go: Add recipes for golang compilers and tools

2017-03-08 Thread Khem Raj
Hi Matt Thanks for good feedback. I have snipped the mail and replied below On 17-03-06 12:00:44, Matt Madison wrote: > On Fri, Mar 3, 2017 at 3:18 PM, Khem Raj wrote: > > * This is converging the recipes for go from > > meta-virtualization and oe-meta-go > > > > * Add

Re: [OE-core] [PATCH V7] go: Add recipes for golang compilers and tools

2017-03-06 Thread Khem Raj
On Mon, Mar 6, 2017 at 12:51 PM, Burton, Ross wrote: > > On 6 March 2017 at 18:46, Khem Raj wrote: >> >> * This is converging the recipes for go from >> meta-virtualization and oe-meta-go > > > In master-next, Richard has a patch to disable Go on

Re: [OE-core] [PATCH V7] go: Add recipes for golang compilers and tools

2017-03-06 Thread Burton, Ross
On 6 March 2017 at 18:46, Khem Raj wrote: > * This is converging the recipes for go from > meta-virtualization and oe-meta-go > In master-next, Richard has a patch to disable Go on musl. Can you incorporate that too (or fix Go)? In mut I've picked his musl fix on top on

Re: [OE-core] [PATCH V7] go: Add recipes for golang compilers and tools

2017-03-06 Thread Matt Madison
On Fri, Mar 3, 2017 at 3:18 PM, Khem Raj wrote: > * This is converging the recipes for go from > meta-virtualization and oe-meta-go > > * Add recipes for go 1.7 > > * go.bbclass is added to ease out writing > recipes for go packages > > * go-examples: Add an example,

Re: [OE-core] [PATCH V7] go: Add recipes for golang compilers and tools

2017-03-06 Thread Khem Raj
On Mon, Mar 6, 2017 at 7:05 AM, Leonardo Sandoval wrote: > For the moment, manually cutting & pasting patchtest results: > > > * Issue Added patch file is missing Upstream-Status in the > header [test_upstream_status_presence] > Suggested

[OE-core] [PATCH V7] go: Add recipes for golang compilers and tools

2017-03-06 Thread Khem Raj
* This is converging the recipes for go from meta-virtualization and oe-meta-go * Add recipes for go 1.7 * go.bbclass is added to ease out writing recipes for go packages * go-examples: Add an example, helloworld written in go This should serve as temlate for writing go recipes

Re: [OE-core] [PATCH V7] go: Add recipes for golang compilers and tools

2017-03-06 Thread Leonardo Sandoval
For the moment, manually cutting & pasting patchtest results: * Issue Added patch file is missing Upstream-Status in the header [test_upstream_status_presence] Suggested fixAdd Upstream-Status: to the header of

[OE-core] [PATCH V7] go: Add recipes for golang compilers and tools

2017-03-03 Thread Khem Raj
* This is converging the recipes for go from meta-virtualization and oe-meta-go * Add recipes for go 1.7 * go.bbclass is added to ease out writing recipes for go packages * go-examples: Add an example, helloworld written in go This should serve as temlate for writing go recipes