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 <[email protected]> --- 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"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#228612): https://lists.openembedded.org/g/openembedded-core/message/228612 Mute This Topic: https://lists.openembedded.org/mt/116987643/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
