summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/siggen.py
AgeCommit message (Expand)Author
2015-10-01bitbake: siggen: Make it clear why nostamp tasks signatures don't matchRichard Purdie
2015-05-26bitbake: siggen: Don't crash if number of task dependencies changeRichard Purdie
2015-01-23bitbake: siggen: Ensure taskdata default functions exist in base classRichard Purdie
2015-01-08bitbake: cache/fetch2/siggen: Ensure we track include history for file checksumsRichard Purdie
2014-12-23bitbake: siggen: ensure nostamp tasks force dependent tasks to re-executePaul Eggleton
2014-11-08bitbake: siggen: Fix shared work checksum mismatch/rebuild issuesRichard Purdie
2014-11-08bitbake: siggen: Add computed hash code to verify hash computation to dumpsigRichard Purdie
2014-11-08bitbake: siggen: Ensure we output if the ordering of runtaskdeps changesRichard Purdie
2014-09-11bitbake: siggen/runqueue/bitbake-worker: Improve siggen data transfer interfaceRichard Purdie
2014-08-23bitbake: siggen: Fix a subtle bug in hash calculation for shared work tasksRichard Purdie
2014-06-01bitbake: siggen: Print warning about tainted tasksRichard Purdie
2014-03-27bitbake: runqueue/siggen: Pass in commandline options to dump_sigs()Richard Purdie
2014-01-28bitbake: siggen.py: fix the SignatureGenerator()Robert Yang
2014-01-18bitbake: SignatureGenerator: Add empty implementation for dump_sigsMartin Jansa
2014-01-18bitbake: siggen: Remove fsync that is causing performance issuesRichard Purdie
2013-12-20bitbake: siggen: Fix reversed difference outputRichard Purdie
2013-12-20bitbake: siggen: When printing signatures recursively, limit the outputRichard Purdie
2013-10-14bitbake: siggen: handle recipe path changes in siginfo filesPaul Eggleton
2013-09-17bitbake: siggen: Use lookup cache exclusivelyRichard Purdie
2013-06-14bitbake: runqueue: Split runqueue to use bitbake-workerRichard Purdie
2013-05-09bitbake: lib: Use modern expcetion syntaxRichard Purdie
2013-05-09bitbake: siggen: Add missing error message parameterRichard Purdie
2013-03-04bitbake: siggen: add quotes around variable values to see whitespaceMartin Jansa
2013-02-14bitbake: Remove whitelisted vars from non-task depsChristopher Larson
2012-11-28bitbake: build/siggen.py: Avoid removing too many stamps when cleaningRichard Purdie
2012-09-20bitbake: build/siggen: Add support for stamp 'clean' masksRichard Purdie
2012-09-07bitbake: bitbake-diffsigs: allow specifying task & follow deps recursivelyPaul Eggleton
2012-09-07bitbake: lib/bb/siggen.py: make signature dump/compare functions return a listPaul Eggleton
2012-09-07bitbake: lib/bb/siggen.py: insert a colon between class and recipe namePaul Eggleton
2012-09-07bitbake: lib/bb/siggen: replace tabs with spacesPaul Eggleton
2012-07-17bitbake: siggen.py: Insure .siginfo files writes into shared sstate cache are...Jeffrey C Honig
2012-06-25bitbake: lib/bb/siggen.py: log when tainting the signature of a taskPaul Eggleton
2012-06-21bitbake: bitbake: ensure -f causes dependent tasks to be re-runPaul Eggleton
2012-05-30bitbake: include varflags in checksumsPaul Eggleton
2012-05-23bitbake: implement checksums for local files in SRC_URIPaul Eggleton
2012-05-13lib/bb/siggen.py: ensure dumped signatures have group R/WJoshua Lock
2012-05-13lib/bb/siggen: use open() rather than the file constructorJoshua Lock
2012-03-12siggen.py: Use basehash if no taskhashRobert Yang
2012-03-12bitbake/siggen: output filename on error in finalisePaul Eggleton
2012-02-23siggen.py: Pass the datacache to signature generator classesRichard Purdie
2012-02-22siggen: compare runtaskdeps dictionary even when they have the same sizeMartin Jansa
2012-02-10siggen.py: Handle cases where the input to symmetric_difference() may be NoneRichard Purdie
2012-01-20siggen.py: Abstract the runtime task dependency handling code in the generatorsRichard Purdie
2012-01-20siggen: Ensure correct runtask dependency output is shown for diffsigsRichard Purdie
2011-12-05siggen.py: If both sigs have a variable in it's whitelist then don't say it's...Matthew McClintock
2011-11-27bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-25bitbake/siggen.py: Don't backtrace if the taskhash data isn't presentRichard Purdie
2011-11-24data/siggen: Add vardepvalue mechanism to allow the variable dependency code ...Richard Purdie
2011-11-23siggen.py: sort task hash depedencies with basepathMatthew McClintock
2011-11-23bitbake: print out symmetric difference when comparing sigsMatthew McClintock