summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* cache: don't add info to cache if cache is disabledChris Larson2011-01-041-0/+3
* cache: sync the cache file to disk in the backgroundChris Larson2011-01-044-43/+60
* Simplify cache syncingChris Larson2011-01-041-22/+13
* Experimental usage of the 'progressbar' moduleChris Larson2011-01-042-8/+396
* Implement parallel parsing supportChris Larson2011-01-043-77/+157
* cache: don't write out the cache unnecessarilyChris Larson2011-01-041-1/+5
* cache: create and use a RecipeInfo classChris Larson2011-01-042-175/+197
* Prefer xrange over range for small performance gain.Bob Foerster2011-01-044-37/+37
* Revert "svn fetcher: warn people to switch to SRCREV"Chris Larson2011-01-041-2/+1
* cache: make loadDataFull a classmethodChris Larson2011-01-041-4/+5
* svn fetcher: warn people to switch to SRCREVBernhard Reutner-Fischer2011-01-041-1/+2
* fetch: be more pythonicBernhard Reutner-Fischer2011-01-049-64/+21
* fetch: use os.path.joinBernhard Reutner-Fischer2011-01-041-1/+1
* fetch: add common helper _strip_leading_slashes()Bernhard Reutner-Fischer2011-01-046-22/+13
* fetch: rename suppports_srcrev to supports_srcrevBernhard Reutner-Fischer2011-01-046-8/+8
* cache: Add debug msg for a nonexistant dep fileChris Larson2011-01-041-0/+2
* cache: use new style classesChris Larson2011-01-041-6/+3
* cache: pyflakes/pep8/pylint cleanupChris Larson2011-01-041-29/+40
* cache: use set for clean, checkedChris Larson2011-01-041-11/+9
* cache: make use of defaultdictChris Larson2011-01-041-34/+10
* Pre-explode rundeps/runrecs in CacheDataChris Larson2011-01-043-8/+10
* persist_data: handle locked db for SELECTChris Larson2011-01-041-3/+1
* BBHandler: use os.path in inherit()Bernhard Reutner-Fischer2011-01-041-1/+1
* BBHandler: simplify supports()Bernhard Reutner-Fischer2011-01-041-1/+2
* bb.cache: only log if the respective action was takenBernhard Reutner-Fischer2011-01-041-5/+8
* bb.pysh: add Case support to format_commandsChris Larson2011-01-041-0/+3
* bb.pysh: fix writing pyshtables all over the placeChris Larson2011-01-041-1/+4
* Move the pysh package into the bb packageChris Larson2011-01-0410-1/+1
* Allow mercurial fetcher to follow tipPeter Chubb2011-01-041-1/+8
* Fix GraphViz .dot output for rdepends and rrecsChris Larson2011-01-041-2/+2
* Make 'cache is clean' message debugChris Larson2011-01-041-1/+1
* bitbake: lib/bb/fetch/hg: fix fetching from a mercurial repositoryEric BENARD2011-01-041-0/+1
* Resurrect display of failed filesChris Larson2011-01-041-0/+4
* Access metadata vars as locals in python snippetsChris Larson2011-01-041-1/+14
* Fix __getitem__ for DataSmartChris Larson2011-01-041-2/+6
* fetchers: Use tar --exclude pattern to remove SCM filesKhem Raj2011-01-045-5/+5
* Fix syntax issue and don't include 'd' in ui_queueChris Larson2011-01-042-4/+4
* Queue up events before the UI is spawnedChris Larson2011-01-044-51/+78
* Fix another little bug with undefined var from cacheChris Larson2011-01-041-1/+1
* bb.cache: fix bug from last commit with loading from cacheChris Larson2011-01-041-1/+1
* Reduce bb.cache memory usage a bitChris Larson2011-01-041-2/+3
* Fix FuncFailed constructionChris Larson2011-01-041-2/+2
* Restore FuncFailed argument compatibilityChris Larson2011-01-041-5/+11
* Only reference logfiles that existChris Larson2011-01-041-1/+1
* Fix bitbake -k issue introduced by build exception cleanupChris Larson2011-01-041-2/+2
* Don't show tracebacks for SystemExit or KeyboardInterruptChris Larson2011-01-041-1/+1
* Fix exit code display for task failureChris Larson2011-01-041-2/+4
* FIXUP: runqueue bb.debug refsRichard Purdie2011-01-041-2/+2
* Simplify build exception handlingChris Larson2011-01-043-36/+30
* Turn Event into a new style classChris Larson2011-01-041-1/+1