From ebcc1cd73d7f1445e5421079e7f337d032458fd3 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Thu, 14 Sep 2023 15:52:57 +0800 Subject: packagegroup-container: not compatible with mips and riscv The recipe docker-moby which is required by packagegroup-container is not compatible with mips. And it inherits goarch.bbclass, so it is not compatible with riscv32 too. Update COMPATIBLE_HOST accordingly for packagegroup-container. Signed-off-by: Kai Kang Signed-off-by: Bruce Ashfield --- recipes-core/packagegroups/packagegroup-container.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core/packagegroups') diff --git a/recipes-core/packagegroups/packagegroup-container.bb b/recipes-core/packagegroups/packagegroup-container.bb index c41576a3..38a64637 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 = "^(?!(mips|riscv)).*" PACKAGES = "\ packagegroup-container \ -- cgit v1.2.3-54-g00ecf