Home
last modified time | relevance | path

Searched refs:compare_signatures (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/cases/
H A Dcommon.py10 from checklayer import get_signatures, LayerType, check_command, get_depgraph, compare_signatures
82 msg = compare_signatures(self.td['sigs'], curr_sigs)
/OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/
H A D__init__.py390 def compare_signatures(old_sigs, curr_sigs): function