mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-12-15 06:35:42 +01:00
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:
parent
d65587d727
commit
94501882dc
1
recipes-core/busybox/busybox/nsenter.cfg
Normal file
1
recipes-core/busybox/busybox/nsenter.cfg
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
CONFIG_NSENTER=y
|
||||||
|
|
@ -7,4 +7,5 @@ SRC_URI += " \
|
||||||
file://mount-cifs.cfg \
|
file://mount-cifs.cfg \
|
||||||
file://ps-extras.cfg \
|
file://ps-extras.cfg \
|
||||||
file://getopt.cfg \
|
file://getopt.cfg \
|
||||||
|
file://nsenter.cfg \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user