summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/siggen.py
AgeCommit message (Expand)Author
2017-09-05bitbake: siggen: move reset() definition to base SignatureGenerator classPaul Eggleton
2017-08-31bitbake: siggen: Add reset to SignatureGeneratorCaio Marcelo de Oliveira Filho
2017-08-13bitbake: cooker/siggen: Reset siggen when reparsingRichard Purdie
2017-06-05bitbake: siggen: Make calc_taskhash match get_taskhash for file checksumsRichard Purdie
2017-04-12bitbake: lib/bb/{data, siggen}: Don't warn on SkipRecipe exceptionsNathan Rossi
2017-04-10bitbake: bitbake-diffsigs: colourise outputPaul Eggleton
2017-04-10bitbake: lib/bb/siggen: show word-diff for single-line values containing spacesPaul Eggleton
2017-04-10bitbake: lib/bb/siggen: add collapsed mode to compare_sigfiles()Paul Eggleton
2017-04-10bitbake: lib/bb/siggen: don't show unchanged runtaskdeps listPaul Eggleton
2017-04-10bitbake: lib/bb/siggen: show a diff when dumping changes to multi-line valuesPaul Eggleton
2017-04-10bitbake: lib/bb/siggen: add missing path separator to cleaned pathsPaul Eggleton
2017-01-17bitbake: use multiple processes to dump signatures.Jianxun Zhang
2016-12-22bitbake: siggen: Fix clean_basepath to work with multiconfigRichard Purdie
2016-12-16bitbake: bitbake: remove True option to getVar calls (take 2)Joshua Lock
2016-12-14bitbake: siggen: add means of ignoring basehash mismatchPaul Eggleton
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-11-04bitbake: siggen: Ensure taskhash mismatches don't override existing dataRichard Purdie
2016-11-04bitbake: siggen: Pass basehash to worker processes and sanity check reparsing...Richard Purdie
2016-08-20bitbake: siggen: Fix file variable typo in compare_sigfilesJonathan Liu
2016-08-18bitbake: bitbake: Initial multi-config supportRichard Purdie
2016-08-18bitbake: siggen: properly close files rather than opening them inlinePaul Eggleton
2016-08-11bitbake: siggen: Fix typoUlrich Ölmann
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-05-17bitbake: siggen: Fixes to handle sigdata/siginfo files only containing baseha...Richard Purdie
2016-05-11bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-04-03bitbake: siggen: Ensure tainted stamps are accounted for with writing custom ...Richard Purdie
2016-04-03bitbake: siggen: Fix nostamp taint handlingRichard Purdie
2016-04-03bitbake: siggen: Add checksum recalculation/checking codeRichard Purdie
2016-04-03bitbake: siggen: Fix check calculation problem with file_checksumsRichard Purdie
2016-04-03bitbake: siggen: Drop misleading duplicate methodRichard Purdie
2016-02-18bitbake: SignatureGeneratorBasic: make checksum cache file configurableMarkus Lehtonen
2016-02-18bitbake: SignatureGenerator: add method for saving the file checksum cacheMarkus Lehtonen
2016-01-06bitbake: siggen: Change exception note into a warningRichard Purdie
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