Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpatch.py294 class GitApplyTree(PatchTree): class
366 authorval = GitApplyTree.decodeAuthor(line)
380 authorval = GitApplyTree.decodeAuthor(line)
423 lines = GitApplyTree.extractPatchHeader(patchfile)
424 outlines, author, date, subject = GitApplyTree.interpretPatchHeader(lines)
432 … _, newauthor, newdate, newsubject = GitApplyTree.interpretPatchHeader(out.splitlines())
452 GitApplyTree.gitCommandUserOptions(cmd, commituser, commitemail)
480 if line.startswith(GitApplyTree.patch_line_prefix):
483 if line.startswith(GitApplyTree.ignore_commit_prefix):
530 f.write('echo "\n%s: $PATCHFILE" >> $1' % GitApplyTree.patch_line_prefix)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpatch.bbclass81 oe.patch.GitApplyTree.gitCommandUserOptions(useroptions, d=d)
82 …ting changes from %s\n\n%s"' % (' '.join(useroptions), func, oe.patch.GitApplyTree.ignore_commit_p…
102 "git": oe.patch.GitApplyTree,
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A D__init__.py201 oe.patch.GitApplyTree.gitCommandUserOptions(commit_cmd, d=d)
H A Dstandard.py482 oe.patch.GitApplyTree.gitCommandUserOptions(useroptions, d=rd)
483 …itting local file symlinks\n\n%s"' % (' '.join(useroptions), oe.patch.GitApplyTree.ignore_commit_p…
928 if line.startswith(oe.patch.GitApplyTree.patch_line_prefix):
929 … origpatch = line[len(oe.patch.GitApplyTree.patch_line_prefix):].split(':', 1)[-1].strip()
1303 from oe.patch import GitApplyTree
1314 GitApplyTree.extractPatches(srctree, start_rev, destdir, patch_pathspec)
H A Dupgrade.py253 oe.patch.GitApplyTree.gitCommandUserOptions(useroptions, d=rd)