Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/
H A Dbitbake-whatchanged76 def recon_dict(dict_in): argument
82 for k in dict_in.keys():
85 pn_task = "%s_%s" % (dict_in.get(k).get('pn'), dict_in.get(k).get('task'))
89 full_path_cur = dict_in.get(k).get('path')
92 subdict['pv'] = dict_in.get(k).get('pv')
93 subdict['pr'] = dict_in.get(k).get('pr')
94 subdict['path'] = dict_in.get(k).get('path')