Searched refs:patch_path (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/poky/scripts/ |
H A D | patchtest | 187 patch_path = PatchtestParser.patch_path 198 if os.path.isdir(patch_path): 199 … patch_list = [os.path.join(patch_path, filename) for filename in sorted(os.listdir(patch_path))] 201 patch_list = [patch_path]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | patch.py | 887 def patch_path(url, fetch, unpackdir, expand=True): function 915 local = patch_path(url, fetch, unpackdir, expand)
|
H A D | recipeutils.py | 468 oe.patch.patch_path(uri, fetch, '', expand=False)):
|
H A D | spdx30_tasks.py | 360 if oe.patch.patch_path(src_uri, fetch, "", expand=False):
|