mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

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>
12 lines
257 B
C++
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 \
|
|
"
|