summaryrefslogtreecommitdiffstats
path: root/meta/classes/useradd-staticids.bbclass
Commit message (Expand)AuthorAgeFilesLines
* useradd-staticids.bbclass: improve error messageMikko Rapeli2023-06-151-1/+1
* classes: Add SPDX license identifiersRichard Purdie2022-08-121-0/+2
* classes: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+4
* classes/lib/useradd: The option -P is deprecatedDaiane Angolini2022-02-121-4/+0
* Convert to new override syntaxRichard Purdie2021-08-021-13/+13
* useradd-staticids: print exception after parse_args() errorMax Kellermann2019-05-071-4/+4
* meta: remove True option to getVar calls (again)André Draszik2019-01-141-2/+2
* classes/recipes: Convert SkipPackage -> SkipRecipeRichard Purdie2018-01-261-1/+1
* useradd-staticids: explain how to fix the the problemPatrick Ohly2017-11-081-33/+29
* useradd-staticids: skip recipes without static IDsPatrick Ohly2017-11-081-4/+8
* useradd-staticids: don't create username-group if gid is specifiedAndré Draszik2017-09-251-3/+7
* useradd: Create lib/oe/useradd function libraryRichard Purdie2017-05-161-64/+8
* useradd-statids.bbclass: Add support for -P / --clear-password optionMark Hatle2017-04-291-2/+10
* useradd-staticids.bbclass: Always fail/warn for missing IDsPeter Kjellerstedt2017-03-221-4/+2
* useradd-staticids.bbclass: Support recipes specifying static IDsPeter Kjellerstedt2017-03-221-0/+2
* useradd-staticids: fix typo for '--expiredate'Peter Bergin2017-02-231-1/+1
* useradd-staticids: Fix groupaddDavid Vincent2017-01-261-1/+3
* extrausers: Use static ids when availableDavid Vincent2017-01-191-6/+31
* meta: remove True option to getVar callsJoshua Lock2016-12-161-24/+24
* useradd-staticids.bbclass: catch missing uid/gid exceptionsMikko Ylinen2016-10-281-3/+2
* useradd-staticids.bbclass: Use bb.fatal() instead of raising FuncFailedUlf Magnusson2016-10-041-4/+4
* useradd-staticids.bbclass: trigger reparsing when table files changePatrick Ohly2016-08-011-0/+13
* useradd-staticids: use map() instead of imap()George McCollister2016-07-121-1/+1
* useradd-staticids.bbclass: Allow missing UIDs/GIDs to generate warningsPeter Kjellerstedt2016-06-171-1/+4
* useradd-staticids.bbclass: Restore failure on missing UIDs/GIDsPeter Kjellerstedt2016-06-171-6/+13
* useradd-staticids.bbclass: Avoid FutureWarning about split()Peter Kjellerstedt2016-06-121-2/+2
* useradd-staticids.bbclass: Make sure opened files are closedPeter Kjellerstedt2016-06-121-13/+17
* useradd-staticids.bbclass: Remove unnecessary spacesPeter Kjellerstedt2016-01-181-3/+3
* useradd-staticids.bbclass: Read passwd/group files before parsingPeter Kjellerstedt2016-01-181-73/+91
* useradd-staticids.bbclass: Simplify the logic for when to add groupsPeter Kjellerstedt2016-01-181-20/+16
* useradd-staticids.bbclass: Simplify some logicPeter Kjellerstedt2016-01-181-8/+7
* useradd-staticids.bbclass: Make --no-user-group have effectPeter Kjellerstedt2016-01-181-1/+1
* useradd-staticids.bbclass: Treat mutually exclusive options as suchPeter Kjellerstedt2016-01-181-13/+14
* useradd-staticids.bbclass: Do not require trailing colonsPeter Kjellerstedt2015-10-291-2/+14
* useradd-staticids.bbclass: Fix for Bug 6633Fabrice Coulon2014-09-031-2/+6
* useradd{-static}: Ignore useradds on nativesdkMark Hatle2014-03-211-1/+2
* useradd-staticids: Adjust USERADD_ERROR_DYNAMIC condition and error messageMark Hatle2014-02-111-3/+5
* useradd-staticids: Fix groupadd when --user-group is selectedMark Hatle2014-02-111-20/+30
* useradd.bbclass: Add ability to select a static uid/gid automaticallyMark Hatle2014-02-091-0/+259