Searched refs:varfunc (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | build.py | 23 def varfunc(varname, origvalue, op, newlines): function 29 (updated, newlines) = bb.utils.edit_metadata(f, values, varfunc)
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_go.py | 738 def varfunc(varname, origvalue, op, newlines): function 760 lines_before, ['LIC_FILES_CHKSUM'], varfunc) 765 def varfunc(varname, origvalue, op, newlines): function 772 updated, newlines = bb.utils.edit_metadata(lines_before, ['SRC_URI'], varfunc)
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 1239 def edit_metadata(meta_lines, variables, varfunc, match_overrides=False): argument 1309 (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines) 1427 def edit_metadata_file(meta_file, variables, varfunc): argument 1436 (updated, newlines) = edit_metadata(f, variables, varfunc)
|