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.py496 def find_sstate_manifest(taskdata, taskdata2, taskname, d, multilibcache): argument
507 if variant not in multilibcache:
508 multilibcache[variant] = oe.utils.get_multilib_datastore(variant, d)
509 d2 = multilibcache[variant]