diff options
author | sweeaun <swee.aun.khor@intel.com> | 2017-08-16 19:07:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-18 12:35:58 +0100 |
commit | 7f6e47b0d8aec9cb22db50ccb40ebb01677f01ea (patch) | |
tree | dc8b1ee638fb7d2bd688cbf5da65b5f8eb3351e3 /meta | |
parent | dddf15804f69757278abe175543e74332a978139 (diff) | |
download | openembedded-core-7f6e47b0d8aec9cb22db50ccb40ebb01677f01ea.tar.gz openembedded-core-7f6e47b0d8aec9cb22db50ccb40ebb01677f01ea.tar.bz2 openembedded-core-7f6e47b0d8aec9cb22db50ccb40ebb01677f01ea.zip |
goarch: Disable build for muslx32
Disable build for muslx32.
Signed-off-by: sweeaun <swee.aun.khor@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/goarch.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/goarch.bbclass b/meta/classes/goarch.bbclass index 57537fbc09..9cd38b8c48 100644 --- a/meta/classes/goarch.bbclass +++ b/meta/classes/goarch.bbclass @@ -14,6 +14,7 @@ GO_BUILD_BINDIR = "${@['bin/${HOST_GOTUPLE}','bin'][d.getVar('BUILD_GOTUPLE',Tru # define here because everybody inherits this class # COMPATIBLE_HOST_linux-gnux32 = "null" +COMPATIBLE_HOST_linux-muslx32 = "null" COMPATIBLE_HOST_powerpc = "null" COMPATIBLE_HOST_powerpc64 = "null" |