All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] busybox: Add nsenter for podman runtime
@ 2021-04-15  8:37 Nathan Dunne
  2021-04-15  8:37 ` [PATCH v2 2/2] podman: Added kernel modules for iptables error Nathan Dunne
  2021-04-15  8:55 ` [PATCH v2 1/2] busybox: Add nsenter for podman runtime Nathan Dunne
  0 siblings, 2 replies; 9+ messages in thread
From: Nathan Dunne @ 2021-04-15  8:37 UTC (permalink / raw)
  To: meta-virtualization; +Cc: nd, Nathan Dunne

From: Nathan Dunne <Nathan.Dunne@arm.com>

Add nsenter to Busybox configuration as it is required by Podman at runtime

Issue-Id: SCM-2355
Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com>
Change-Id: Icee4da01294c4e7ff91ab528b2df01cb486b2df1
---
 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

diff --git a/recipes-core/busybox/busybox/nsenter.cfg b/recipes-core/busybox/busybox/nsenter.cfg
new file mode 100644
index 0000000..0a58df5
--- /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 d9c4e67..15f1930 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 \
            "
--
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-04-19 12:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-15  8:37 [PATCH v2 1/2] busybox: Add nsenter for podman runtime Nathan Dunne
2021-04-15  8:37 ` [PATCH v2 2/2] podman: Added kernel modules for iptables error Nathan Dunne
2021-04-15 12:38   ` [meta-virtualization] " Bruce Ashfield
2021-04-15 13:08     ` Nathan Dunne
2021-04-15 13:15     ` [meta-virtualization] " Bertrand Marquis
2021-04-15  8:55 ` [PATCH v2 1/2] busybox: Add nsenter for podman runtime Nathan Dunne
2021-04-19  0:12   ` [meta-virtualization] " Bruce Ashfield
2021-04-19 10:04     ` Nathan Dunne
2021-04-19 12:34       ` [meta-virtualization] " Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.