]> code.ossystems Code Review - openembedded-core.git/commit
go-native: remove dependency on go-bootstrap-native
authorMatt Madison <matt@madison.systems>
Tue, 12 Sep 2017 12:50:19 +0000 (09:50 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Sep 2017 22:51:37 +0000 (23:51 +0100)
commit9dc9d457fb9a456bc18c7789b91f40e1f6a999fe
tree4ffda72d7482a69dd1e423ba682ddfcdb86dc111
parentb40f42e69de47af4f627432e284038c645efbaec
go-native: remove dependency on go-bootstrap-native

The go1.4 toolchain is only required for bootstrapping
go-native, and should not be used for anything else,
so build it as part of the go-native build. This way,
we don't have to carry around its built artifacts in
the native sysroot.

The go-cross and target toolchains can then just depend
on go-native, using that for their 'bootstrap' toolchain.

Also removed some unnecessary package-related noexec
settings, since native recipes inherit nopackages.

Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/go/go-1.8.inc
meta/recipes-devtools/go/go-common.inc
meta/recipes-devtools/go/go-native.inc
meta/recipes-devtools/go/go-native_1.8.bb
meta/recipes-devtools/go/go.inc