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 <pemor...@linux.microsoft.com> > 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 <pemor...@linux.microsoft.com> > > --- > > meta/classes/goarch.bbclass | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/meta/classes/goarch.bbclass b/meta/classes/goarch.bbclass > > index 1099b95..ecd3044 100644 > > --- a/meta/classes/goarch.bbclass > > +++ b/meta/classes/goarch.bbclass > > @@ -114,6 +114,8 @@ def go_map_mips(a, f, d): > > def go_map_os(o, d): > > if o.startswith('linux'): > > return 'linux' > > + elif o.startswith('mingw'): > > + return 'windows' > > return o > > > > > > -- > > 1.8.3.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#150334): https://lists.openembedded.org/g/openembedded-core/message/150334 Mute This Topic: https://lists.openembedded.org/mt/81888702/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-