Searched refs:patch_path (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/scripts/ |
H A D | patchtest | 175 patch_path = PatchTestInput.patch_path 186 if os.path.isdir(patch_path): 187 … patch_list = [os.path.join(patch_path, filename) for filename in sorted(os.listdir(patch_path))] 189 patch_list = [patch_path]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | patch.py | 885 def patch_path(url, fetch, workdir, expand=True): function 913 local = patch_path(url, fetch, workdir, expand)
|
H A D | recipeutils.py | 468 oe.patch.patch_path(uri, fetch, '', expand=False)):
|