]> code.ossystems Code Review - openembedded-core.git/commit
goarch.bbclass: disable shared runtime for nativesdk builds
authorMatt Madison <matt@madison.systems>
Sun, 4 Mar 2018 21:09:31 +0000 (13:09 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Mar 2018 14:36:33 +0000 (06:36 -0800)
commitfde7017f9735c0d317023022817b28771df53109
tree01b48a6f9be8db510e62b2c0ce0d024bd85f3332
parent11037462d80cefbee90a69e6a8a95895375ed6da
goarch.bbclass: disable shared runtime for nativesdk builds

While useful on embedded devices for saving disk space, use
of shared runtime in Go is not the usual practice, so disable
it for nativesdk builds.  We don't use it for native builds,
either, so this makes the SDK match the native environment
more closely.

Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/goarch.bbclass