Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dsstatesig.py453 def find_sstate_manifest(taskdata, taskdata2, taskname, d, multilibcache): argument
464 if variant not in multilibcache:
465 multilibcache[variant] = oe.utils.get_multilib_datastore(variant, d)
466 d2 = multilibcache[variant]