mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
4e602f8949
commit
77fc0a2613
|
@ -141,6 +141,8 @@ SYSTEMD_SERVICE:${PN} = "podman.service podman.socket"
|
||||||
# that busybox is configured with nsenter
|
# that busybox is configured with nsenter
|
||||||
VIRTUAL-RUNTIME_base-utils-nsenter ?= "util-linux-nsenter"
|
VIRTUAL-RUNTIME_base-utils-nsenter ?= "util-linux-nsenter"
|
||||||
|
|
||||||
|
COMPATIBLE_HOST = "^(?!mips).*"
|
||||||
|
|
||||||
RDEPENDS:${PN} += "\
|
RDEPENDS:${PN} += "\
|
||||||
conmon ${VIRTUAL-RUNTIME_container_runtime} iptables ${VIRTUAL-RUNTIME_container_networking} skopeo ${VIRTUAL-RUNTIME_base-utils-nsenter} \
|
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)} \
|
${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'fuse-overlayfs slirp4netns', '', d)} \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user