Hi Nathan, > On 14 Apr 2021, at 09:13, Nathan Dunne via lists.yoctoproject.org > <[email protected]> wrote: > > Signed-off-by: Nathan Dunne <[email protected]> Reviewed-by: Bertrand Marquis <[email protected]>
NIT: Maybe the commiter could add a simple commit message like: Add nsenter to Busybox configuration as it is required by Podman at runtime Cheers Bertrand > --- > 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 (#6372): https://lists.yoctoproject.org/g/meta-virtualization/message/6372 Mute This Topic: https://lists.yoctoproject.org/mt/82086275/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
