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 <kai.kang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Kai Kang 2023-09-14 15:52:57 +08:00 committed by Bruce Ashfield
parent bbc93424c9
commit ebcc1cd73d

View File

@ -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 \