Re: [OE-core] [dunfell][PATCH 1/2] goarch: map target os to windows for mingw* TARGET_OS

2021-04-09 Thread Peter Morrow
On Tue, Apr 06, 2021 at 08:21:59AM -0700, Khem Raj wrote: > Lgtm Thanks Khem! Peter. > > On Tue, Apr 6, 2021 at 6:08 AM Peter Morrow > wrote: > > > mingw32/mingw64 is not a supported value for GOOS, so map from 'mingw*' to > > 'windows' to enable building for windows targets. > > > > Signed-

Re: [OE-core] [dunfell][PATCH 1/2] goarch: map target os to windows for mingw* TARGET_OS

2021-04-06 Thread Khem Raj
Lgtm On Tue, Apr 6, 2021 at 6:08 AM Peter Morrow wrote: > mingw32/mingw64 is not a supported value for GOOS, so map from 'mingw*' to > 'windows' to enable building for windows targets. > > Signed-off-by: Peter Morrow > --- > meta/classes/goarch.bbclass | 2 ++ > 1 file changed, 2 insertions(+)

[OE-core] [dunfell][PATCH 1/2] goarch: map target os to windows for mingw* TARGET_OS

2021-04-06 Thread Peter Morrow
mingw32/mingw64 is not a supported value for GOOS, so map from 'mingw*' to 'windows' to enable building for windows targets. Signed-off-by: Peter Morrow --- meta/classes/goarch.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/goarch.bbclass b/meta/classes/goarch.bbclass