From 7f6e47b0d8aec9cb22db50ccb40ebb01677f01ea Mon Sep 17 00:00:00 2001 From: sweeaun Date: Wed, 16 Aug 2017 19:07:41 -0700 Subject: goarch: Disable build for muslx32 Disable build for muslx32. Signed-off-by: sweeaun Signed-off-by: Richard Purdie --- meta/classes/goarch.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/classes') 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" -- cgit 1.2.3-korg