Re: [OE-core] [v2][PATCH 1/2] go.bbclass: Export GOARM

2019-03-15 Thread Mark Asselstine
On Friday, March 15, 2019 12:39:26 AM EDT Khem Raj wrote: > On Thu, Mar 14, 2019 at 1:05 PM Mark Asselstine > > wrote: > > When building GO packages for ARM (v5, v6, v7) it is expected that the > > GOARM env variable is set during the build. Not having GOARM exported > > will result in GO binarie

Re: [OE-core] [v2][PATCH 1/2] go.bbclass: Export GOARM

2019-03-14 Thread Khem Raj
On Thu, Mar 14, 2019 at 1:05 PM Mark Asselstine wrote: > > When building GO packages for ARM (v5, v6, v7) it is expected that the > GOARM env variable is set during the build. Not having GOARM exported > will result in GO binaries which can't be executed on the target > (terminate with segfault).

[OE-core] [v2][PATCH 1/2] go.bbclass: Export GOARM

2019-03-14 Thread Mark Asselstine
When building GO packages for ARM (v5, v6, v7) it is expected that the GOARM env variable is set during the build. Not having GOARM exported will result in GO binaries which can't be executed on the target (terminate with segfault). Per https://github.com/golang/go/wiki/GoArm We already have the l