public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] meta-go-toolchain: Disable for riscv32 and ppc32
@ 2025-12-29 18:34 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2025-12-29 18:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

Fixes 'bitbake -c fetch universe --dry-run -k'

WARNING: Nothing RPROVIDES 'go-cross-canadian-riscv32' (but /home/kraj200/yoe/sources/openembedded-core/meta/recipes-core/packagegroups/packagegroup-go-cross-canadian.bb RDEPENDS on or otherwise requires it)
go-cross-canadian-riscv32 was skipped: incompatible with host x86_64-yoesdk-linux (not in COMPATIBLE_HOST)
NOTE: Runtime target 'go-cross-canadian-riscv32' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['go-cross-canadian-riscv32']
NOTE: Runtime target 'packagegroup-go-cross-canadian-qemuriscv32' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-go-cross-canadian-qemuriscv32', 'go-cross-canadian-riscv32']

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-core/meta/meta-go-toolchain.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/meta/meta-go-toolchain.bb b/meta/recipes-core/meta/meta-go-toolchain.bb
index c24518efe3..758963d1e5 100644
--- a/meta/recipes-core/meta/meta-go-toolchain.bb
+++ b/meta/recipes-core/meta/meta-go-toolchain.bb
@@ -10,3 +10,6 @@ TOOLCHAIN_HOST_TASK:append = " \
 TOOLCHAIN_TARGET_TASK:append = " \
     ${@multilib_pkg_extend(d, 'packagegroup-go-sdk-target')} \
 "
+# rv32/ppc32 do not support go
+COMPATIBLE_HOST:riscv32 = "null"
+COMPATIBLE_HOST:powerpc = "null"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-12-29 18:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-29 18:34 [PATCH] meta-go-toolchain: Disable for riscv32 and ppc32 Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox