Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/
H A Dgen-lockedsig-cache78 sstate_content_cache = {} variable
82 if prefix not in sstate_content_cache:
83 sstate_content_cache[prefix] = {}
84 if prefix2 not in sstate_content_cache[prefix]:
85 sstate_content_cache[prefix][prefix2] = build_sha_cache(prefix + "/" + prefix2)
87 if s in sstate_content_cache[prefix][prefix2]:
88 for f in sstate_content_cache[prefix][prefix2][s]: