summaryrefslogtreecommitdiffstats
path: root/meta/classes/useradd-staticids.bbclass
AgeCommit message (Expand)Author
2019-01-14meta: remove True option to getVar calls (again)André Draszik
2018-01-26classes/recipes: Convert SkipPackage -> SkipRecipeRichard Purdie
2017-11-08useradd-staticids: explain how to fix the the problemPatrick Ohly
2017-11-08useradd-staticids: skip recipes without static IDsPatrick Ohly
2017-09-25useradd-staticids: don't create username-group if gid is specifiedAndré Draszik
2017-05-16useradd: Create lib/oe/useradd function libraryRichard Purdie
2017-04-29useradd-statids.bbclass: Add support for -P / --clear-password optionMark Hatle
2017-03-22useradd-staticids.bbclass: Always fail/warn for missing IDsPeter Kjellerstedt
2017-03-22useradd-staticids.bbclass: Support recipes specifying static IDsPeter Kjellerstedt
2017-02-23useradd-staticids: fix typo for '--expiredate'Peter Bergin
2017-01-26useradd-staticids: Fix groupaddDavid Vincent
2017-01-19extrausers: Use static ids when availableDavid Vincent
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-10-28useradd-staticids.bbclass: catch missing uid/gid exceptionsMikko Ylinen
2016-10-04useradd-staticids.bbclass: Use bb.fatal() instead of raising FuncFailedUlf Magnusson
2016-08-01useradd-staticids.bbclass: trigger reparsing when table files changePatrick Ohly
2016-07-12useradd-staticids: use map() instead of imap()George McCollister
2016-06-17useradd-staticids.bbclass: Allow missing UIDs/GIDs to generate warningsPeter Kjellerstedt
2016-06-17useradd-staticids.bbclass: Restore failure on missing UIDs/GIDsPeter Kjellerstedt
2016-06-12useradd-staticids.bbclass: Avoid FutureWarning about split()Peter Kjellerstedt
2016-06-12useradd-staticids.bbclass: Make sure opened files are closedPeter Kjellerstedt
2016-01-18useradd-staticids.bbclass: Remove unnecessary spacesPeter Kjellerstedt
2016-01-18useradd-staticids.bbclass: Read passwd/group files before parsingPeter Kjellerstedt
2016-01-18useradd-staticids.bbclass: Simplify the logic for when to add groupsPeter Kjellerstedt
2016-01-18useradd-staticids.bbclass: Simplify some logicPeter Kjellerstedt
2016-01-18useradd-staticids.bbclass: Make --no-user-group have effectPeter Kjellerstedt
2016-01-18useradd-staticids.bbclass: Treat mutually exclusive options as suchPeter Kjellerstedt
2015-10-29useradd-staticids.bbclass: Do not require trailing colonsPeter Kjellerstedt
2014-09-03useradd-staticids.bbclass: Fix for Bug 6633Fabrice Coulon
2014-03-21useradd{-static}: Ignore useradds on nativesdkMark Hatle
2014-02-11useradd-staticids: Adjust USERADD_ERROR_DYNAMIC condition and error messageMark Hatle
2014-02-11useradd-staticids: Fix groupadd when --user-group is selectedMark Hatle
2014-02-09useradd.bbclass: Add ability to select a static uid/gid automaticallyMark Hatle