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