From: Nathan Dunne <[email protected]> Add nsenter to Busybox configuration as it is required by Podman at runtime
Issue-Id: SCM-2355 Signed-off-by: Nathan Dunne <[email protected]> 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6380): https://lists.yoctoproject.org/g/meta-virtualization/message/6380 Mute This Topic: https://lists.yoctoproject.org/mt/82112258/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
