Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/
H A Dpatchtest187 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 Dpatch.py887 def patch_path(url, fetch, unpackdir, expand=True): function
915 local = patch_path(url, fetch, unpackdir, expand)
H A Drecipeutils.py468 oe.patch.patch_path(uri, fetch, '', expand=False)):
H A Dspdx30_tasks.py360 if oe.patch.patch_path(src_uri, fetch, "", expand=False):