Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/
H A Dgen-lockedsig-cache25 def map_sha_to_files(dir_, prefix, sha_map): argument
33 if sha not in sha_map:
34 sha_map[sha] = []
35 sha_map[sha].append(sstate_prefix_path + f)
41 sha_map = {}
44 map_sha_to_files(sstate_dir, prefix, sha_map)
47 map_sha_to_files(native_sstate_dir, prefix, sha_map)
49 return sha_map