Searched refs:recursecb (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | bitbake-diffsigs | 87 def recursecb(key, hash1, hash2): function 99 … out2 = bb.siggen.compare_sigfiles(hashfiles[hash1], hashfiles[hash2], recursecb, color=color) 180 output = bb.siggen.compare_sigfiles(files[-2], files[-1], recursecb, color=color) 189 …ut = bb.siggen.compare_sigfiles(options.sigdatafile1, options.sigdatafile2, recursecb, color=color)
|
| H A D | bitbake-dumpsig | 87 def recursecb(key, hash1, hash2): function 99 … out2 = bb.siggen.compare_sigfiles(hashfiles[hash1], hashfiles[hash2], recursecb, color=color) 180 output = bb.siggen.compare_sigfiles(files[-2], files[-1], recursecb, color=color) 189 …ut = bb.siggen.compare_sigfiles(options.sigdatafile1, options.sigdatafile2, recursecb, color=color)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | siggen.py | 824 def compare_sigfiles(a, b, recursecb=None, color=False, collapsed=False): argument 1022 if callable(recursecb): 1023 recout = recursecb(dep, a[dep], b[dep])
|
| H A D | runqueue.py | 1715 def recursecb(key, hash1, hash2): function 1721 out2 = bb.siggen.compare_sigfiles(hashfiles[hash1], hashfiles[hash2], recursecb) 1744 output = bb.siggen.compare_sigfiles(latestmatch, match, recursecb)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | buildhistory_analysis.py | 565 … out2 = bb.siggen.compare_sigfiles(hashfiles[hash1], hashfiles[hash2], recursecb, collapsed=True) 574 def recursecb(key, hash1, hash2): function
|