aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/siggen.py
AgeCommit message (Expand)Author
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
2011-11-18siggen.py: Include list of variables in hashesRichard Purdie
2011-11-18siggen.py: Fix diffsigs output for filename comparisionsRichard Purdie
2011-09-05lib/bb/siggen.py: return a string from noop get_taskhashDmitry Eremin-Solenikov
2011-06-07siggen: don't choke with traceback when data is NoneChris Larson
2011-05-25build/siggen: Ensure a task signature file is generated for each task that is...Richard Purdie
2011-03-31bb.siggen: import osChris Larson
2011-02-21siggen: add bb.data, bb.parse importsChris Larson
2011-01-21siggen.py: better print for task hash comparisonKevin Tian
2011-01-18bitbake: Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu
2011-01-12bitbake/siggen.py: Fix whitelisted variable handlingRichard Purdie
2011-01-07bitbake/siggen.py: Add a signature generator which adds the hash to the stamp...Richard Purdie
2011-01-06bitbake build/siggen/runqueue: Fix stampfile parametersRichard Purdie
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie
2010-12-20siggen.py: print taskname when seeing mismatched hash in cacheKevin Tian
2010-12-17bitbake Revert bitbake exec() and go back to fork() for performace wins (firs...Richard Purdie
2010-12-16siggen.py: make sure stamp directory existingKevin Tian
2010-12-07siggen.py: fix the wrong usage on BB_TASKHASH_WHITELISTKevin Tian
2010-12-06siggen.py: set 'runtaskdeps' correctlyKevin Tian
2010-11-15siggen.py: fix comparison around runtaskdepsKevin Tian
2010-11-06bitbake/siggen: Allow siggen code to control final stampfile formatRichard Purdie
2010-11-02bitbake/siggen: Provide better warnings about empty tasksRichard Purdie
2010-11-01bitbake/siggen: Fix finalise call argumentsRichard Purdie
2010-09-30bitbake/bitbake-sigdiff: Extend to handle dumping single state siginfo filesRichard Purdie
2010-09-30bitbake/siggen: Fix issue where excluded dependencies caused exceptionsRichard Purdie
2010-09-29bitbake/siggen: Ensure full signature data is not held unless needed, reducin...Richard Purdie