summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/checksum.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: checksum: Allow spaces in URI filenamesRichard Purdie2022-04-141-1/+9
* bitbake: fetch2/checksum/siggen: Fix taskhashes not tracking file directoriesRichard Purdie2021-11-081-1/+11
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-1/+0
* bitbake: lib/bb: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE to speed-up taskhash on ...Aníbal Limón2019-12-301-2/+3
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: checksum: sanity check path when recursively checksummingRoss Burton2018-08-141-0/+2
* bitbake: lib/bb/checksum: avoid exception on broken symlinksPaul Eggleton2016-07-291-2/+4
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-8/+1
* bitbake: checksum: In FileChecksumCache don't follow directory symlinksMarkus Lehtonen2016-03-301-2/+4
* bitbake: FileChecksumCache: add get_checksums() methodMarkus Lehtonen2016-02-181-0/+47
* bitbake: implement checksums for local files in SRC_URIPaul Eggleton2012-05-231-0/+90