summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-09-28 01:25:29 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-09-28 01:25:29 +0000
commit77fc0a2613e6af1b9a3deed8cf33a130de78ac59 (patch)
tree9edee22df0d3507e4369446d0d2283b37df7d541
parent4e602f8949c38cd75a1603e05c8a20c21e6f884b (diff)
downloadmeta-virtualization-77fc0a2613e6af1b9a3deed8cf33a130de78ac59.tar.gz
podman: mark incompatible with mips
Some of the (current) rdepends for skopeo are not compatible with mips. To make this restriction more obvious, we also mark skopeo itself incompatible with mips. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/podman/podman_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 12274fee..dc80eb6c 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -141,6 +141,8 @@ SYSTEMD_SERVICE:${PN} = "podman.service podman.socket"
141# that busybox is configured with nsenter 141# that busybox is configured with nsenter
142VIRTUAL-RUNTIME_base-utils-nsenter ?= "util-linux-nsenter" 142VIRTUAL-RUNTIME_base-utils-nsenter ?= "util-linux-nsenter"
143 143
144COMPATIBLE_HOST = "^(?!mips).*"
145
144RDEPENDS:${PN} += "\ 146RDEPENDS:${PN} += "\
145 conmon ${VIRTUAL-RUNTIME_container_runtime} iptables ${VIRTUAL-RUNTIME_container_networking} skopeo ${VIRTUAL-RUNTIME_base-utils-nsenter} \ 147 conmon ${VIRTUAL-RUNTIME_container_runtime} iptables ${VIRTUAL-RUNTIME_container_networking} skopeo ${VIRTUAL-RUNTIME_base-utils-nsenter} \
146 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'fuse-overlayfs slirp4netns', '', d)} \ 148 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'fuse-overlayfs slirp4netns', '', d)} \