Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dcopy_buildsystem.py178 def prune_lockedsigs(excluded_tasks, excluded_targets, lockedsigs, onlynative, pruned_output): argument
180 bb.utils.mkdirhier(os.path.dirname(pruned_output))
181 with open(pruned_output, 'w') as f: