[yocto] useradd-staticids: problem with --user-group

2019-07-01 Thread Alexander Stein
Hi, I need to use useradd-staticids to have fixed UID/GID during update. For that I've set the following in my conf/local.conf: > USERADD_ERROR_DYNAMIC = "1" > USERADDEXTENSION = "useradd-staticids" > USERADD_GID_TABLES = "files/group" > USERADD_UID_TABLES = "files/passwd" After deleting TMPDIR

Re: [yocto] useradd-staticids

2018-02-24 Thread Anders Montonen
On 23 Feb 2018, at 19:30, Mark Hatle wrote: > On 2/23/18 10:37 AM, Anders Montonen wrote: >> I'm looking into using the useradd-staticids class for reproducible >> builds. Is there any way to delay the warning/error about missing ids >> until a recipe is actually built rather than getting them d

Re: [yocto] useradd-staticids

2018-02-23 Thread Mark Hatle
On 2/23/18 10:37 AM, Anders Montonen wrote: > Hi, > > I'm looking into using the useradd-staticids class for reproducible > builds. Is there any way to delay the warning/error about missing ids > until a recipe is actually built rather than getting them during parsing? > Having to generate tons

[yocto] useradd-staticids

2018-02-23 Thread Anders Montonen
Hi, I'm looking into using the useradd-staticids class for reproducible builds. Is there any way to delay the warning/error about missing ids until a recipe is actually built rather than getting them during parsing? Having to generate tons of ids for packages you're not even using seems a bit