From 94501882dcf6eec411d68696e59953653c787eab Mon Sep 17 00:00:00 2001 From: Nathan Dunne Date: Thu, 15 Apr 2021 09:37:17 +0100 Subject: busybox: Add nsenter for podman runtime Add nsenter to Busybox configuration as it is required by Podman at runtime Signed-off-by: Nathan Dunne Signed-off-by: Bruce Ashfield --- recipes-core/busybox/busybox/nsenter.cfg | 1 + recipes-core/busybox/busybox_virtualization.inc | 1 + 2 files changed, 2 insertions(+) create mode 100644 recipes-core/busybox/busybox/nsenter.cfg (limited to 'recipes-core/busybox') diff --git a/recipes-core/busybox/busybox/nsenter.cfg b/recipes-core/busybox/busybox/nsenter.cfg new file mode 100644 index 00000000..0a58df5b --- /dev/null +++ b/recipes-core/busybox/busybox/nsenter.cfg @@ -0,0 +1 @@ +CONFIG_NSENTER=y diff --git a/recipes-core/busybox/busybox_virtualization.inc b/recipes-core/busybox/busybox_virtualization.inc index d9c4e677..15f19308 100644 --- a/recipes-core/busybox/busybox_virtualization.inc +++ b/recipes-core/busybox/busybox_virtualization.inc @@ -7,4 +7,5 @@ SRC_URI += " \ file://mount-cifs.cfg \ file://ps-extras.cfg \ file://getopt.cfg \ + file://nsenter.cfg \ " -- cgit v1.2.3-54-g00ecf