Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-05-27 | oe.utils: added param_bool() method | Enrico Scholz | 1 | |
This new function works like dict's get() method but converts the returned value to a boolean. It is to be used to interpret e.g. 'apply=yes' parameters in SRC_URI. Moved from base.bbclass into lib/oe/utils.py -kergoth Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Chris Larson <chris_larson@mentor.com> | ||||
2010-04-23 | Initial move of common python bits into modules of the 'oe' python package | Chris Larson | 1 | |
Signed-off-by: Chris Larson <chris_larson@mentor.com> |