Age | Commit message (Expand) | Author | Files |
2010-06-07 | bitbake decodeurl: fix the file:// url handling | Nitin A Kamble | 1 |
2010-03-25 | bitbake/event.py: Run class eventhandlers in the task context but ensure UI h... | Richard Purdie | 1 |
2010-03-25 | bitbake/cooker.py: Finishing the command needs to happen after the BuildCompl... | Richard Purdie | 1 |
2010-03-25 | cache.py: Bump the cache version after the BBVERSIONS update | Richard Purdie | 1 |
2010-03-25 | bb.manifest: Drop, its unused and obsolete. No point in having dead code around | Richard Purdie | 1 |
2010-03-25 | BBFILES: use a set to remove duplicates when collecting. | Chris Larson | 1 |
2010-03-25 | bb/command was importing bb and accessing some of its own classes indirectly ... | Chris Larson | 1 |
2010-03-25 | Why is bb/__init__.py importing bb? | Chris Larson | 1 |
2010-03-25 | data_smart: be explicit about what we make available to eval'd python code | Chris Larson | 1 |
2010-03-25 | Fix 7 references to undefined variables, as spotted by pyflakes | Chris Larson | 4 |
2010-03-25 | bb.utils: remove old portage remnants | Chris Larson | 2 |
2010-03-25 | bb.utils: utilize string.letters and string.digits | Chris Larson | 1 |
2010-03-25 | bb.which: fix broken direction/reverse argument | Chris Larson | 1 |
2010-03-25 | crumbs: fix hassattr typo | Chris Larson | 1 |
2010-03-25 | Implement BBVERSIONS | Chris Larson | 4 |
2010-03-25 | usermanual.xml: Add documentation on bblayers.conf | Richard Purdie | 1 |
2010-03-25 | Expand PREMIRRORS | Enrico Scholz | 1 |
2010-03-25 | utils: improve wording of error message | Bernhard Reutner-Fischer | 1 |
2010-03-23 | bitbake: Gross hack to fix packaged-staging with BBCLASSEXTEND packages | Richard Purdie | 1 |
2010-03-22 | bitbake/cooker.py: Add support for a bblayers.conf file | Richard Purdie | 1 |
2010-03-22 | bitbake/providers: Fix merge error | Richard Purdie | 1 |
2010-03-22 | cooker: bail out early if no files to build | Bernhard Reutner-Fischer | 1 |
2010-03-22 | Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab... | Chris Larson | 1 |
2010-03-22 | Implement ??= operator | Chris Larson | 3 |
2010-03-22 | Avoid unnecessary calls to keys() when iterating over dictionaries. | Chris Larson | 6 |
2010-03-22 | knotty: tweak failure phrase | Bernhard Reutner-Fischer | 1 |
2010-03-22 | Fix ud.basecmd error introduced by the FETCHCMD_git commit | Chris Larson | 1 |
2010-03-22 | Add initial 'repo' fetcher | Tom Rini | 2 |
2010-03-22 | Re-getVar BBCLASSEXTEND after finalise() | Chris Larson | 1 |
2010-03-22 | Error early if BBPATH is unset, rather than falling back to share/bitbake | Chris Larson | 1 |
2010-03-22 | Kill unused projectdir in bb package. | Chris Larson | 1 |
2010-03-22 | Fix msg usage in the moved utility functions. | Chris Larson | 1 |
2010-03-22 | Move most utility functions from bb into bb.utils. | Chris Larson | 2 |
2010-03-22 | Move compat imports in the bb package to avoid circular dep issues. | Chris Larson | 1 |
2010-03-22 | Move encodeurl, decodeurl into bb.fetch. | Chris Larson | 2 |
2010-03-22 | Move MalformedUrl, VarExpandError into appropriate modules. | Chris Larson | 3 |
2010-03-22 | Add FETCHCMD parameter for git | Martyn Welch | 1 |
2010-03-15 | bitbake fetch/__init__.py: Failing urls should raise errors, not fatal except... | Richard Purdie | 1 |
2010-02-16 | bitbake: Revert "providers.py: sort eligible providers by DEFAULT_PREFERENCE" | Richard Purdie | 1 |
2010-02-15 | bitbake: [cache] copy instead of deepcopy in sync | Holger Freyther | 1 |
2010-02-15 | bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode ... | Chris Larson | 1 |
2010-02-15 | bitbake: [parse] Use bb.which in resolve_file | Chris Larson | 1 |
2010-02-15 | bitbake: [parser] Make resolve_file only resolve the path | Holger Freyther | 3 |
2010-02-15 | bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedup | Holger Freyther | 1 |
2010-02-15 | bitbake: [parser] prepare to cache some .bbcclass and .inc files | Holger Freyther | 1 |
2010-02-15 | bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a file | Holger Freyther | 4 |
2010-02-15 | bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse. | Chris Larson | 2 |
2010-02-15 | bitbake: [parse] Don't use relative import of parse_py. | Chris Larson | 1 |
2010-02-15 | bitbake: [parse] Move the last method to the AST... | Holger Freyther | 1 |
2010-02-15 | bitbake: [parser] Move more methods to the ast scheme | Holger Freyther | 1 |