summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/siggen.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: siggen.py: Insure .siginfo files writes into shared sstate cache are...Jeffrey C Honig2012-07-171-4/+15
* bitbake: lib/bb/siggen.py: log when tainting the signature of a taskPaul Eggleton2012-06-251-0/+1
* bitbake: bitbake: ensure -f causes dependent tasks to be re-runPaul Eggleton2012-06-211-0/+35
* bitbake: include varflags in checksumsPaul Eggleton2012-05-301-0/+4
* bitbake: implement checksums for local files in SRC_URIPaul Eggleton2012-05-231-0/+24
* lib/bb/siggen.py: ensure dumped signatures have group R/WJoshua Lock2012-05-131-2/+4
* lib/bb/siggen: use open() rather than the file constructorJoshua Lock2012-05-131-4/+4
* siggen.py: Use basehash if no taskhashRobert Yang2012-03-121-1/+5
* bitbake/siggen: output filename on error in finalisePaul Eggleton2012-03-121-1/+5
* siggen.py: Pass the datacache to signature generator classesRichard Purdie2012-02-231-2/+2
* siggen: compare runtaskdeps dictionary even when they have the same sizeMartin Jansa2012-02-221-21/+26
* siggen.py: Handle cases where the input to symmetric_difference() may be NoneRichard Purdie2012-02-101-3/+6
* siggen.py: Abstract the runtime task dependency handling code in the generatorsRichard Purdie2012-01-201-7/+18
* siggen: Ensure correct runtask dependency output is shown for diffsigsRichard Purdie2012-01-201-15/+21
* siggen.py: If both sigs have a variable in it's whitelist then don't say it's...Matthew McClintock2011-12-051-3/+3
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-1/+1
* bitbake/siggen.py: Don't backtrace if the taskhash data isn't presentRichard Purdie2011-11-251-2/+2
* data/siggen: Add vardepvalue mechanism to allow the variable dependency code ...Richard Purdie2011-11-241-2/+1
* siggen.py: sort task hash depedencies with basepathMatthew McClintock2011-11-231-11/+14
* bitbake: print out symmetric difference when comparing sigsMatthew McClintock2011-11-231-0/+4
* siggen.py: Include list of variables in hashesRichard Purdie2011-11-181-0/+1
* siggen.py: Fix diffsigs output for filename comparisionsRichard Purdie2011-11-181-3/+15
* lib/bb/siggen.py: return a string from noop get_taskhashDmitry Eremin-Solenikov2011-09-051-1/+1
* siggen: don't choke with traceback when data is NoneChris Larson2011-06-071-3/+5
* build/siggen: Ensure a task signature file is generated for each task that is...Richard Purdie2011-05-251-0/+3
* bb.siggen: import osChris Larson2011-03-311-0/+1
* siggen: add bb.data, bb.parse importsChris Larson2011-02-211-0/+2
* siggen.py: better print for task hash comparisonKevin Tian2011-01-211-5/+12
* bitbake: Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu2011-01-181-4/+4
* bitbake/siggen.py: Fix whitelisted variable handlingRichard Purdie2011-01-121-6/+21
* bitbake/siggen.py: Add a signature generator which adds the hash to the stamp...Richard Purdie2011-01-071-0/+11
* bitbake build/siggen/runqueue: Fix stampfile parametersRichard Purdie2011-01-061-1/+1
* bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie2011-01-041-20/+19
* siggen.py: print taskname when seeing mismatched hash in cacheKevin Tian2010-12-201-1/+1
* bitbake Revert bitbake exec() and go back to fork() for performace wins (firs...Richard Purdie2010-12-171-6/+3
* siggen.py: make sure stamp directory existingKevin Tian2010-12-161-0/+2
* siggen.py: fix the wrong usage on BB_TASKHASH_WHITELISTKevin Tian2010-12-071-4/+8
* siggen.py: set 'runtaskdeps' correctlyKevin Tian2010-12-061-6/+2
* siggen.py: fix comparison around runtaskdepsKevin Tian2010-11-151-2/+2
* bitbake/siggen: Allow siggen code to control final stampfile formatRichard Purdie2010-11-061-0/+3
* bitbake/siggen: Provide better warnings about empty tasksRichard Purdie2010-11-021-0/+2
* bitbake/siggen: Fix finalise call argumentsRichard Purdie2010-11-011-1/+1
* bitbake/bitbake-sigdiff: Extend to handle dumping single state siginfo filesRichard Purdie2010-09-301-0/+24
* bitbake/siggen: Fix issue where excluded dependencies caused exceptionsRichard Purdie2010-09-301-0/+2
* bitbake/siggen: Ensure full signature data is not held unless needed, reducin...Richard Purdie2010-09-291-11/+18
* bitbake: Pass task hash information to subprocessesRichard Purdie2010-09-281-1/+5
* bitbake/siggen: Allow generation of siggen data from task contextRichard Purdie2010-09-131-2/+10
* bitbake/siggen.py: Improve debugging of checksumsRichard Purdie2010-09-131-7/+9
* bitbake: Add missing signature filesRichard Purdie2010-09-031-0/+213