Searched refs:edit_metadata_file (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/meta/lib/bbconfigbuild/ |
H A D | configfragments.py | 119 modified = bb.utils.edit_metadata_file(args.confpath, ["OE_FRAGMENTS"], enable_helper) 135 modified = bb.utils.edit_metadata_file(args.confpath, ["OE_FRAGMENTS"], disable_helper) 145 modified = bb.utils.edit_metadata_file(args.confpath, ["OE_FRAGMENTS"], disable_all_helper)
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | utils.py | 188 bb.utils.edit_metadata_file(tf.name, varvalues.keys(), handle_file)
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 1427 def edit_metadata_file(meta_file, variables, varfunc): function
|