]> code.ossystems Code Review - openembedded-core.git/commitdiff
goarch: Disable build for muslx32
authorsweeaun <swee.aun.khor@intel.com>
Thu, 17 Aug 2017 02:07:41 +0000 (19:07 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Aug 2017 11:35:58 +0000 (12:35 +0100)
Disable build for muslx32.

Signed-off-by: sweeaun <swee.aun.khor@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/goarch.bbclass

index 57537fbc09281648d9073b03da966169ce4d499c..9cd38b8c48f33aa05bcce2d753a6e2fe435cd65d 100644 (file)
@@ -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"