Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/
H A Dgen-lockedsig-cache81 sstate_content_cache = {} variable
85 if prefix not in sstate_content_cache:
86 sstate_content_cache[prefix] = {}
87 if prefix2 not in sstate_content_cache[prefix]:
88 sstate_content_cache[prefix][prefix2] = build_sha_cache(prefix + "/" + prefix2)
90 if s in sstate_content_cache[prefix][prefix2]:
91 for f in sstate_content_cache[prefix][prefix2][s]: