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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
runqueue: fire sceneQueueTaskStarted event when a setscene queue starts
Dongxiao Xu
2012-02-24
1
-2
/
+14
*
bitbake: change for adding progress bar in Hob2.
Shane Wang
2012-02-23
4
-29
/
+73
*
command.py: add resolve option for generateTargetsTree API
Dongxiao Xu
2012-02-23
2
-13
/
+56
*
command.py: Add a new API triggerEvent()
Dongxiao Xu
2012-02-23
1
-0
/
+6
*
command.py: add new API to get the cpu count on the server
Shane Wang
2012-02-23
2
-0
/
+10
*
bitbake: Add client socket info for BitBakeServerConnection
Dongxiao Xu
2012-02-23
2
-5
/
+6
*
bitbake: add -B option to bind with interface
Dongxiao Xu
2012-02-23
1
-3
/
+3
*
event.py: Add new events RequestPackageInfo and PackageInfo
Dongxiao Xu
2012-02-23
1
-0
/
+13
*
cache: Use configuration's hash value to validate cache
Dongxiao Xu
2012-02-23
3
-21
/
+36
*
bitbake: add file and line number to ParseError
Paul Eggleton
2012-02-23
5
-16
/
+26
*
bitbake: fix parse errors not being reported
Paul Eggleton
2012-02-23
1
-6
/
+4
*
siggen.py: Pass the datacache to signature generator classes
Richard Purdie
2012-02-23
1
-2
/
+2
*
bitbake/ui/knotty: fix incorrect exit code
Paul Eggleton
2012-02-22
1
-1
/
+3
*
siggen: compare runtaskdeps dictionary even when they have the same size
Martin Jansa
2012-02-22
1
-21
/
+26
*
bitbake/knotty: ensure CommandFailed increases error count
Paul Eggleton
2012-02-22
1
-0
/
+1
*
bitbake/knotty: ensure we return non-zero exit code on Ctrl+C
Paul Eggleton
2012-02-22
1
-0
/
+5
*
bitbake: show appropriate warnings for universe target
Paul Eggleton
2012-02-22
2
-3
/
+11
*
Fix parser hang at 0% with single-core machines
Caleb Crome
2012-02-22
1
-1
/
+1
*
persist_data: survive if sqlite3 couldn't enable the shared cache
Christopher Larson
2012-02-22
1
-1
/
+4
*
knotty: shut down more cleanly
Christopher Larson
2012-02-22
1
-8
/
+7
*
cooker: roll our own process pool
Christopher Larson
2012-02-22
1
-29
/
+132
*
Revert the switch to futures for now
Christopher Larson
2012-02-10
7
-1204
/
+11
*
siggen.py: Handle cases where the input to symmetric_difference() may be None
Richard Purdie
2012-02-10
1
-3
/
+6
*
bitbake: Add description into the cache and clean up cache duplication
Shane Wang
2012-02-02
3
-9
/
+5
*
fetch2/git: Add workaround for clone using alternates problem
Richard Purdie
2012-02-01
1
-1
/
+1
*
cooker: add missing shutdowns to the exception handling
Christopher Larson
2012-02-01
1
-0
/
+2
*
prserv: Do not ping PRService if not required
Lianhao Lu
2012-02-01
1
-1
/
+1
*
bitbake-layers: improve show-overlayed output
Paul Eggleton
2012-02-01
2
-13
/
+37
*
runqueue.py: Add inter setscene task dependency handling
Richard Purdie
2012-01-27
1
-0
/
+22
*
runqueue.py: Fix missing setscene dependencies
Richard Purdie
2012-01-27
1
-3
/
+5
*
data/runqueue.py: Fix commented out test code after variable name changes
Richard Purdie
2012-01-27
2
-2
/
+2
*
Bump the version to 1.15.1
Richard Purdie
2012-01-23
1
-1
/
+1
*
prserv: fix import of sqlite3
Martin Jansa
2012-01-20
1
-1
/
+6
*
siggen.py: Abstract the runtime task dependency handling code in the generators
Richard Purdie
2012-01-20
1
-7
/
+18
*
cooker.py: Allow siggen classes to be added by the metadata
Richard Purdie
2012-01-20
1
-1
/
+1
*
bitbake/fetch2: allow resuming interrupted fetch
Paul Eggleton
2012-01-20
1
-3
/
+3
*
bitbake/runqueue: always log tasks summary
Paul Eggleton
2012-01-20
1
-5
/
+7
*
siggen: Ensure correct runtask dependency output is shown for diffsigs
Richard Purdie
2012-01-20
1
-15
/
+21
*
cooker: use futures rather than a multiprocessing pool
Christopher Larson
2012-01-20
1
-11
/
+18
*
Add dependency on the backported python 3.2 concurrent.futures
Christopher Larson
2012-01-20
6
-0
/
+1186
*
bitbake/persist_data: Reconnect when DB is locked
Lianhao Lu
2012-01-19
1
-5
/
+7
*
bitbake/knotty: print task failure summary
Paul Eggleton
2012-01-15
2
-6
/
+22
*
bitbake/cooker: avoid printing stack trace for -b match error
Paul Eggleton
2012-01-15
1
-6
/
+11
*
bitbake/fetch2: reduce output for fetch failures
Paul Eggleton
2012-01-15
1
-1
/
+6
*
bitbake/knotty: avoid printing full task log when error already printed
Paul Eggleton
2012-01-15
2
-4
/
+16
*
bitbake/fetch2: correctly decode exit signal/status
Paul Eggleton
2012-01-15
1
-4
/
+7
*
bitbake/runqueue: avoid "failed" in task summary if nothing did
Paul Eggleton
2012-01-15
1
-1
/
+5
*
bitbake/fetch2: improve error formatting for fetcher errors
Paul Eggleton
2012-01-15
2
-5
/
+8
*
bitbake/knotty: don't count errors as warnings in summary
Paul Eggleton
2012-01-15
1
-1
/
+1
*
bitbake: Automatically start local PR service.
Lianhao Lu
2012-01-11
3
-40
/
+119
[next]