Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dsdk.py34 update_dict = {}
39 update_dict[k] = sigdict_new[k]
42 update_dict[k] = sigdict_new[k]
44 return update_dict
46 def get_sstate_objects(update_dict, sstate_dir): argument
49 for k in update_dict:
51 hashval = update_dict[k]
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A D__init__.py224 def update_json_file(json_dir, json_file, update_dict): argument
244 orig_dict.update(update_dict)