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
/
bb
/
siggen.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: siggen: handle recipe path changes in siginfo files
Paul Eggleton
2013-10-14
1
-4
/
+37
*
bitbake: siggen: Use lookup cache exclusively
Richard Purdie
2013-09-17
1
-12
/
+3
*
bitbake: runqueue: Split runqueue to use bitbake-worker
Richard Purdie
2013-06-14
1
-1
/
+2
*
bitbake: lib: Use modern expcetion syntax
Richard Purdie
2013-05-09
1
-1
/
+1
*
bitbake: siggen: Add missing error message parameter
Richard Purdie
2013-05-09
1
-1
/
+1
*
bitbake: siggen: add quotes around variable values to see whitespace
Martin Jansa
2013-03-04
1
-4
/
+4
*
bitbake: Remove whitelisted vars from non-task deps
Christopher Larson
2013-02-14
1
-4
/
+5
*
bitbake: build/siggen.py: Avoid removing too many stamps when cleaning
Richard Purdie
2012-11-28
1
-2
/
+1
*
bitbake: build/siggen: Add support for stamp 'clean' masks
Richard Purdie
2012-09-20
1
-2
/
+11
*
bitbake: bitbake-diffsigs: allow specifying task & follow deps recursively
Paul Eggleton
2012-09-07
1
-7
/
+10
*
bitbake: lib/bb/siggen.py: make signature dump/compare functions return a list
Paul Eggleton
2012-09-07
1
-30
/
+38
*
bitbake: lib/bb/siggen.py: insert a colon between class and recipe name
Paul Eggleton
2012-09-07
1
-1
/
+1
*
bitbake: lib/bb/siggen: replace tabs with spaces
Paul Eggleton
2012-09-07
1
-17
/
+17
*
bitbake: siggen.py: Insure .siginfo files writes into shared sstate cache are...
Jeffrey C Honig
2012-07-17
1
-4
/
+15
*
bitbake: lib/bb/siggen.py: log when tainting the signature of a task
Paul Eggleton
2012-06-25
1
-0
/
+1
*
bitbake: bitbake: ensure -f causes dependent tasks to be re-run
Paul Eggleton
2012-06-21
1
-0
/
+35
*
bitbake: include varflags in checksums
Paul Eggleton
2012-05-30
1
-0
/
+4
*
bitbake: implement checksums for local files in SRC_URI
Paul Eggleton
2012-05-23
1
-0
/
+24
*
lib/bb/siggen.py: ensure dumped signatures have group R/W
Joshua Lock
2012-05-13
1
-2
/
+4
*
lib/bb/siggen: use open() rather than the file constructor
Joshua Lock
2012-05-13
1
-4
/
+4
*
siggen.py: Use basehash if no taskhash
Robert Yang
2012-03-12
1
-1
/
+5
*
bitbake/siggen: output filename on error in finalise
Paul Eggleton
2012-03-12
1
-1
/
+5
*
siggen.py: Pass the datacache to signature generator classes
Richard Purdie
2012-02-23
1
-2
/
+2
*
siggen: compare runtaskdeps dictionary even when they have the same size
Martin Jansa
2012-02-22
1
-21
/
+26
*
siggen.py: Handle cases where the input to symmetric_difference() may be None
Richard Purdie
2012-02-10
1
-3
/
+6
*
siggen.py: Abstract the runtime task dependency handling code in the generators
Richard Purdie
2012-01-20
1
-7
/
+18
*
siggen: Ensure correct runtask dependency output is shown for diffsigs
Richard Purdie
2012-01-20
1
-15
/
+21
*
siggen.py: If both sigs have a variable in it's whitelist then don't say it's...
Matthew McClintock
2011-12-05
1
-3
/
+3
*
bitbake: Update users of getVar/setVar to use the data store functions directly
Richard Purdie
2011-11-27
1
-1
/
+1
*
bitbake/siggen.py: Don't backtrace if the taskhash data isn't present
Richard Purdie
2011-11-25
1
-2
/
+2
*
data/siggen: Add vardepvalue mechanism to allow the variable dependency code ...
Richard Purdie
2011-11-24
1
-2
/
+1
*
siggen.py: sort task hash depedencies with basepath
Matthew McClintock
2011-11-23
1
-11
/
+14
*
bitbake: print out symmetric difference when comparing sigs
Matthew McClintock
2011-11-23
1
-0
/
+4
*
siggen.py: Include list of variables in hashes
Richard Purdie
2011-11-18
1
-0
/
+1
*
siggen.py: Fix diffsigs output for filename comparisions
Richard Purdie
2011-11-18
1
-3
/
+15
*
lib/bb/siggen.py: return a string from noop get_taskhash
Dmitry Eremin-Solenikov
2011-09-05
1
-1
/
+1
*
siggen: don't choke with traceback when data is None
Chris Larson
2011-06-07
1
-3
/
+5
*
build/siggen: Ensure a task signature file is generated for each task that is...
Richard Purdie
2011-05-25
1
-0
/
+3
*
bb.siggen: import os
Chris Larson
2011-03-31
1
-0
/
+1
*
siggen: add bb.data, bb.parse imports
Chris Larson
2011-02-21
1
-0
/
+2
*
siggen.py: better print for task hash comparison
Kevin Tian
2011-01-21
1
-5
/
+12
*
bitbake: Introduce stamp-extra-info task flag into stamp filenames
Dongxiao Xu
2011-01-18
1
-4
/
+4
*
bitbake/siggen.py: Fix whitelisted variable handling
Richard Purdie
2011-01-12
1
-6
/
+21
*
bitbake/siggen.py: Add a signature generator which adds the hash to the stamp...
Richard Purdie
2011-01-07
1
-0
/
+11
*
bitbake build/siggen/runqueue: Fix stampfile parameters
Richard Purdie
2011-01-06
1
-1
/
+1
*
bitbake: Sync a load of whitespace and other non-functionality changes with b...
Richard Purdie
2011-01-04
1
-20
/
+19
*
siggen.py: print taskname when seeing mismatched hash in cache
Kevin Tian
2010-12-20
1
-1
/
+1
*
bitbake Revert bitbake exec() and go back to fork() for performace wins (firs...
Richard Purdie
2010-12-17
1
-6
/
+3
*
siggen.py: make sure stamp directory existing
Kevin Tian
2010-12-16
1
-0
/
+2
*
siggen.py: fix the wrong usage on BB_TASKHASH_WHITELIST
Kevin Tian
2010-12-07
1
-4
/
+8
[next]