summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2023-09-14 15:52:57 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-09-15 17:30:14 +0000
commitebcc1cd73d7f1445e5421079e7f337d032458fd3 (patch)
tree1153428ea901f7e9dc9f52dadcf6fa23e544c4d4 /recipes-core
parentbbc93424c949f14e3b09cf4d24e687af9f4bd154 (diff)
downloadmeta-virtualization-ebcc1cd73d7f1445e5421079e7f337d032458fd3.tar.gz
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>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/packagegroups/packagegroup-container.bb2
1 files changed, 1 insertions, 1 deletions
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
4 4
5inherit packagegroup 5inherit packagegroup
6 6
7COMPATIBLE_HOST:riscv64 = "null" 7COMPATIBLE_HOST = "^(?!(mips|riscv)).*"
8 8
9PACKAGES = "\ 9PACKAGES = "\
10 packagegroup-container \ 10 packagegroup-container \