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>
This commit is contained in:
Nathan Dunne 2021-04-15 09:37:17 +01:00 committed by Bruce Ashfield
parent d65587d727
commit 94501882dc
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
CONFIG_NSENTER=y

View File

@ -7,4 +7,5 @@ SRC_URI += " \
file://mount-cifs.cfg \
file://ps-extras.cfg \
file://getopt.cfg \
file://nsenter.cfg \
"