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