mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
packagegroup-container: Include podman if seccomp is in DISTRO_FEATURES
Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
4a86cfb8d9
commit
66994bf37e
|
@ -9,7 +9,8 @@ PACKAGES = "\
|
|||
packagegroup-lxc \
|
||||
packagegroup-docker \
|
||||
packagegroup-oci \
|
||||
packagegroup-podman \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'seccomp', \
|
||||
'packagegroup-podman', '', d)} \
|
||||
packagegroup-containerd \
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user