diff options
| author | Kai Kang <kai.kang@windriver.com> | 2023-09-14 15:52:57 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-09-15 17:30:14 +0000 |
| commit | ebcc1cd73d7f1445e5421079e7f337d032458fd3 (patch) | |
| tree | 1153428ea901f7e9dc9f52dadcf6fa23e544c4d4 | |
| parent | bbc93424c949f14e3b09cf4d24e687af9f4bd154 (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-core/packagegroups/packagegroup-container.bb | 2 |
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 | ||
| 5 | inherit packagegroup | 5 | inherit packagegroup |
| 6 | 6 | ||
| 7 | COMPATIBLE_HOST:riscv64 = "null" | 7 | COMPATIBLE_HOST = "^(?!(mips|riscv)).*" |
| 8 | 8 | ||
| 9 | PACKAGES = "\ | 9 | PACKAGES = "\ |
| 10 | packagegroup-container \ | 10 | packagegroup-container \ |
