Re: [OE-core] [PATCH 2/3] shadow: Add PW_SUBDIR

2023-11-15 Thread Christopher Larson
On Nov 15, 2023 at 7:09 AM -0700, Joakim Tjernlund via lists.openembedded.org , wrote: > On Wed, 2023-11-15 at 14:45 +0100, Alexander Kanavin wrote: > > On Wed, 15 Nov 2023 at 14:42, Joakim Tjernlund > > wrote: > > > > Pending... what exactly? > > > > > > Pending merge > > > > If a patch is

Re: [OE-core] [PATCH 2/3] shadow: Add PW_SUBDIR

2023-11-15 Thread Alexander Kanavin
On Wed, 15 Nov 2023 at 15:06, Joakim Tjernlund wrote: > Will do, I am just not sure on the overall patch submission procedure and > what OW in general thinks. > Ideally I would like to have this in Kirkstone (and upwards) Thanks. Whether any additional component patches need to be carried by

Re: [OE-core] [PATCH 2/3] shadow: Add PW_SUBDIR

2023-11-15 Thread Joakim Tjernlund via lists.openembedded.org
On Wed, 2023-11-15 at 14:45 +0100, Alexander Kanavin wrote: > On Wed, 15 Nov 2023 at 14:42, Joakim Tjernlund > wrote: > > > Pending... what exactly? > > > > Pending merge > > If a patch is pending merge, the correct status is 'Submitted' (with a > link). If it's already been merged, the correct

Re: [OE-core] [PATCH 2/3] shadow: Add PW_SUBDIR

2023-11-15 Thread Alexander Kanavin
On Wed, 15 Nov 2023 at 14:42, Joakim Tjernlund wrote: > > Pending... what exactly? > > Pending merge If a patch is pending merge, the correct status is 'Submitted' (with a link). If it's already been merged, the correct status is 'Backport' (also with a link). 'Pending' is a frowned-upon status

Re: [OE-core] [PATCH 2/3] shadow: Add PW_SUBDIR

2023-11-15 Thread Joakim Tjernlund via lists.openembedded.org
On Wed, 2023-11-15 at 13:35 +0100, Alexander Kanavin wrote: > On Tue, 14 Nov 2023 at 21:36, Joakim Tjernlund via > lists.openembedded.org > wrote: > > Add support for creating passwd files in a /etc subdir > > +Subject: [PATCH] Define SUBUID_FILE/SUBGID_FILE > > + > > +Upstream-Status: Pending >

Re: [OE-core] [PATCH 2/3] shadow: Add PW_SUBDIR

2023-11-15 Thread Alexander Kanavin
On Tue, 14 Nov 2023 at 21:36, Joakim Tjernlund via lists.openembedded.org wrote: > Add support for creating passwd files in a /etc subdir > +Subject: [PATCH] Define SUBUID_FILE/SUBGID_FILE > + > +Upstream-Status: Pending Pending... what exactly? In other words, upstream first, please. This is

[OE-core] [PATCH 2/3] shadow: Add PW_SUBDIR

2023-11-14 Thread Joakim Tjernlund via lists.openembedded.org
Add support for creating passwd files in a /etc subdir Set PW_SUBIR to pwdb to get passwd files in /etc/pwdb Signed-off-by: Joakim Tjernlund --- .../0001-Define-SUBUID_FILE-SUBGID_FILE.patch | 92 +++ meta/recipes-extended/shadow/shadow.inc | 30 +- 2 files changed,