From 77fc0a2613e6af1b9a3deed8cf33a130de78ac59 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 28 Sep 2023 01:25:29 +0000 Subject: 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 --- recipes-containers/podman/podman_git.bb | 2 ++ 1 file changed, 2 insertions(+) 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" # that busybox is configured with nsenter VIRTUAL-RUNTIME_base-utils-nsenter ?= "util-linux-nsenter" +COMPATIBLE_HOST = "^(?!mips).*" + RDEPENDS:${PN} += "\ conmon ${VIRTUAL-RUNTIME_container_runtime} iptables ${VIRTUAL-RUNTIME_container_networking} skopeo ${VIRTUAL-RUNTIME_base-utils-nsenter} \ ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'fuse-overlayfs slirp4netns', '', d)} \ -- cgit v1.2.3-54-g00ecf