diff options
| author | Kai Kang <kai.kang@windriver.com> | 2023-09-14 15:52:59 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-09-15 17:30:14 +0000 |
| commit | 14a3a0393765ac227d7416818fccef68985f63ef (patch) | |
| tree | a72d98df297633656607471d166f9c03fcfc8f71 | |
| parent | 33a437dc427adebafd038268cd75b7d8093e50b9 (diff) | |
| download | meta-virtualization-14a3a0393765ac227d7416818fccef68985f63ef.tar.gz | |
packagegroup-kubernetes: set COMPATIBLE_HOST
packagegroup-kubernetes requires kubernetes which is only compatible
with x86_64, arm and aarch64, so set COMPATIBLE_HOST for
packagegroup-kubernetes to align with it.
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-kubernetes.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/packagegroups/packagegroup-kubernetes.bb b/recipes-core/packagegroups/packagegroup-kubernetes.bb index 7e6937b1..d518fc15 100644 --- a/recipes-core/packagegroups/packagegroup-kubernetes.bb +++ b/recipes-core/packagegroups/packagegroup-kubernetes.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 = "(x86_64|arm|aarch64).*-linux" |
| 8 | 8 | ||
| 9 | # k3s has this restriction | 9 | # k3s has this restriction |
| 10 | inherit features_check | 10 | inherit features_check |
