[OE-core] [PATCH] goarch: Disable build for muslx32

swee.aun.khor at intel.com swee.aun.khor at intel.com
Thu Aug 17 02:07:41 UTC 2017


From: sweeaun <swee.aun.khor at intel.com>

Disable build for muslx32.

Signed-off-by: sweeaun <swee.aun.khor at intel.com>
---
 meta/classes/goarch.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/goarch.bbclass b/meta/classes/goarch.bbclass
index 57537fb..9cd38b8 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"
 
-- 
2.7.4




More information about the Openembedded-core mailing list