summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* Error more pleasantly when trying to use python2.4Chris Larson2011-01-041-10/+11
* Don't show a traceback for a python version errorChris Larson2011-01-041-1/+4
* cooker: don't choke on <100 recipes to parseChris Larson2011-01-041-1/+1
* cooker: no cached in progressbar and add ETAChris Larson2011-01-043-20/+12
* cache: change to more incremental formatChris Larson2011-01-041-22/+33
* cooker: pass back child exceptions to the serverChris Larson2011-01-041-6/+12
* vercmp: don't choke on empty first version componentsChris Larson2011-01-041-1/+1
* Use __file__, not sys.argv[0]Chris Larson2011-01-042-2/+2
* cache: ensure 'pn' is included in the pkgvarsChris Larson2011-01-041-12/+12
* knotty: drop the ETA from the progressbar for nowChris Larson2011-01-041-1/+1
* cooker: ensure that the cache sync completesChris Larson2011-01-041-2/+7
* cooker: get number of threads in constructorChris Larson2011-01-041-3/+3
* cooker: don't add info for skipped recipesChris Larson2011-01-041-2/+3
* cooker: show progress bar before initializing the cacheChris Larson2011-01-041-13/+16
* cooker: save progress chunk value (total/100)Chris Larson2011-01-041-1/+2
* cooker: stop loading the cache for -bChris Larson2011-01-044-32/+33
* cooker: don't fire unnecessary parse progress eventsBob Foerster2011-01-041-1/+3
* 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