index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbake
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cooker: add shutdown/stop methods
Chris Larson
2011-01-04
2
-2
/
+8
*
cooker: merge cookerState and cookerAction
Chris Larson
2011-01-04
2
-25
/
+15
*
cooker: use a pool, abort on first parse error
Chris Larson
2011-01-04
1
-84
/
+60
*
knotty: use enumerate for task waiting
Chris Larson
2011-01-04
1
-3
/
+1
*
knotty: shift non-interactive progress into a class
Chris Larson
2011-01-04
1
-15
/
+33
*
Fix the <100 recipe progress fix
Chris Larson
2011-01-04
1
-1
/
+1
*
Error more pleasantly when trying to use python2.4
Chris Larson
2011-01-04
1
-10
/
+11
*
Don't show a traceback for a python version error
Chris Larson
2011-01-04
1
-1
/
+4
*
cooker: don't choke on <100 recipes to parse
Chris Larson
2011-01-04
1
-1
/
+1
*
cooker: no cached in progressbar and add ETA
Chris Larson
2011-01-04
3
-20
/
+12
*
cache: change to more incremental format
Chris Larson
2011-01-04
1
-22
/
+33
*
cooker: pass back child exceptions to the server
Chris Larson
2011-01-04
1
-6
/
+12
*
vercmp: don't choke on empty first version components
Chris Larson
2011-01-04
1
-1
/
+1
*
Use __file__, not sys.argv[0]
Chris Larson
2011-01-04
2
-2
/
+2
*
cache: ensure 'pn' is included in the pkgvars
Chris Larson
2011-01-04
1
-12
/
+12
*
knotty: drop the ETA from the progressbar for now
Chris Larson
2011-01-04
1
-1
/
+1
*
cooker: ensure that the cache sync completes
Chris Larson
2011-01-04
1
-2
/
+7
*
cooker: get number of threads in constructor
Chris Larson
2011-01-04
1
-3
/
+3
*
cooker: don't add info for skipped recipes
Chris Larson
2011-01-04
1
-2
/
+3
*
cooker: show progress bar before initializing the cache
Chris Larson
2011-01-04
1
-13
/
+16
*
cooker: save progress chunk value (total/100)
Chris Larson
2011-01-04
1
-1
/
+2
*
cooker: stop loading the cache for -b
Chris Larson
2011-01-04
4
-32
/
+33
*
cooker: don't fire unnecessary parse progress events
Bob Foerster
2011-01-04
1
-1
/
+3
*
cache: don't add info to cache if cache is disabled
Chris Larson
2011-01-04
1
-0
/
+3
*
cache: sync the cache file to disk in the background
Chris Larson
2011-01-04
4
-43
/
+60
*
Simplify cache syncing
Chris Larson
2011-01-04
1
-22
/
+13
*
Experimental usage of the 'progressbar' module
Chris Larson
2011-01-04
2
-8
/
+396
*
Implement parallel parsing support
Chris Larson
2011-01-04
3
-77
/
+157
*
cache: don't write out the cache unnecessarily
Chris Larson
2011-01-04
1
-1
/
+5
*
cache: create and use a RecipeInfo class
Chris Larson
2011-01-04
2
-175
/
+197
*
Prefer xrange over range for small performance gain.
Bob Foerster
2011-01-04
4
-37
/
+37
*
Revert "svn fetcher: warn people to switch to SRCREV"
Chris Larson
2011-01-04
1
-2
/
+1
*
cache: make loadDataFull a classmethod
Chris Larson
2011-01-04
1
-4
/
+5
*
svn fetcher: warn people to switch to SRCREV
Bernhard Reutner-Fischer
2011-01-04
1
-1
/
+2
*
fetch: be more pythonic
Bernhard Reutner-Fischer
2011-01-04
9
-64
/
+21
*
fetch: use os.path.join
Bernhard Reutner-Fischer
2011-01-04
1
-1
/
+1
*
fetch: add common helper _strip_leading_slashes()
Bernhard Reutner-Fischer
2011-01-04
6
-22
/
+13
*
fetch: rename suppports_srcrev to supports_srcrev
Bernhard Reutner-Fischer
2011-01-04
6
-8
/
+8
*
cache: Add debug msg for a nonexistant dep file
Chris Larson
2011-01-04
1
-0
/
+2
*
cache: use new style classes
Chris Larson
2011-01-04
1
-6
/
+3
*
cache: pyflakes/pep8/pylint cleanup
Chris Larson
2011-01-04
1
-29
/
+40
*
cache: use set for clean, checked
Chris Larson
2011-01-04
1
-11
/
+9
*
cache: make use of defaultdict
Chris Larson
2011-01-04
1
-34
/
+10
*
Pre-explode rundeps/runrecs in CacheData
Chris Larson
2011-01-04
3
-8
/
+10
*
persist_data: handle locked db for SELECT
Chris Larson
2011-01-04
1
-3
/
+1
*
BBHandler: use os.path in inherit()
Bernhard Reutner-Fischer
2011-01-04
1
-1
/
+1
*
BBHandler: simplify supports()
Bernhard Reutner-Fischer
2011-01-04
1
-1
/
+2
*
bb.cache: only log if the respective action was taken
Bernhard Reutner-Fischer
2011-01-04
1
-5
/
+8
*
bb.pysh: add Case support to format_commands
Chris Larson
2011-01-04
1
-0
/
+3
*
bb.pysh: fix writing pyshtables all over the place
Chris Larson
2011-01-04
1
-1
/
+4
[prev]
[next]