meta-virtualization/recipes-core/busybox/busybox_virtualization.inc
Nathan Dunne 94501882dc busybox: Add nsenter for podman runtime
Add nsenter to Busybox configuration as it is required by Podman at runtime

Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-04-18 20:13:19 -04:00

12 lines
257 B
C++

FILESEXTRAPATHS_prepend := "${THISDIR}/busybox:"
SRC_URI += " \
file://lspci.cfg \
file://lsusb.cfg \
file://mdev.cfg \
file://mount-cifs.cfg \
file://ps-extras.cfg \
file://getopt.cfg \
file://nsenter.cfg \
"