From: Kai Kang <[email protected]> The recipes which are rdepended by packagegroup-container, such as docker-moby, containerd-opencontainers etc, are not compatible with mips and riscv32. So update COMPATIBLE_HOST for packagegroup-container.
Signed-off-by: Kai Kang <[email protected]> --- recipes-core/packagegroups/packagegroup-container.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/packagegroups/packagegroup-container.bb b/recipes-core/packagegroups/packagegroup-container.bb index c41576a3..11a02d74 100644 --- a/recipes-core/packagegroups/packagegroup-container.bb +++ b/recipes-core/packagegroups/packagegroup-container.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda inherit packagegroup -COMPATIBLE_HOST:riscv64 = "null" +COMPATIBLE_HOST = "^(?!(qemu)?(mips|riscv)).*" PACKAGES = "\ packagegroup-container \ -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8299): https://lists.yoctoproject.org/g/meta-virtualization/message/8299 Mute This Topic: https://lists.yoctoproject.org/mt/101331760/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
