diff options
| author | Nathan Dunne <Nathan.Dunne@arm.com> | 2021-04-15 09:37:17 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-19 08:34:30 -0400 |
| commit | d2942eabef79d57dc13b3db07066af67f52257a4 (patch) | |
| tree | 795d97677686046db0edc4af205adc1bbab5ed53 | |
| parent | 454c22565eddc0044aeec2fc572aae718f12a437 (diff) | |
| download | meta-virtualization-d2942eabef79d57dc13b3db07066af67f52257a4.tar.gz | |
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>
| -rw-r--r-- | recipes-core/busybox/busybox/nsenter.cfg | 1 | ||||
| -rw-r--r-- | recipes-core/busybox/busybox_virtualization.inc | 1 |
2 files changed, 2 insertions, 0 deletions
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 += " \ | |||
| 7 | file://mount-cifs.cfg \ | 7 | file://mount-cifs.cfg \ |
| 8 | file://ps-extras.cfg \ | 8 | file://ps-extras.cfg \ |
| 9 | file://getopt.cfg \ | 9 | file://getopt.cfg \ |
| 10 | file://nsenter.cfg \ | ||
| 10 | " | 11 | " |
