Searched refs:GitApplyTree (Results 1 – 5 of 5) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | patch.py | 296 class GitApplyTree(PatchTree): class 369 authorval = GitApplyTree.decodeAuthor(line) 383 authorval = GitApplyTree.decodeAuthor(line) 426 lines = GitApplyTree.extractPatchHeader(patchfile) 427 outlines, author, date, subject = GitApplyTree.interpretPatchHeader(lines) 435 … _, newauthor, newdate, newsubject = GitApplyTree.interpretPatchHeader(out.splitlines()) 455 GitApplyTree.gitCommandUserOptions(cmd, commituser, commitemail) 467 notes_ref = GitApplyTree.notes_ref 472 GitApplyTree.gitCommandUserOptions(cmd, commituser, commitemail) 477 notes = GitApplyTree.getNotes(repo, ref) [all …]
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | patch.bbclass | 82 … oe.patch.GitApplyTree.commitIgnored("Add changes from %s" % func, dir=srcsubdir, files=['.'], d=d) 102 "git": oe.patch.GitApplyTree,
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | __init__.py | 204 oe.patch.GitApplyTree.gitCommandUserOptions(commit_cmd, d=d) 256 …oe.patch.GitApplyTree.commitIgnored("Add additional submodule from SRC_URI", dir=os.path.join(root…
|
| H A D | upgrade.py | 258 oe.patch.GitApplyTree.gitCommandUserOptions(useroptions, d=rd) 285 if not oe.patch.GitApplyTree.getNotes(path, rev): 286 oe.patch.GitApplyTree.addNote(path, rev, "dummy") 303 oe.patch.GitApplyTree.removeNote(path, rev, "dummy")
|
| H A D | standard.py | 902 notes = oe.patch.GitApplyTree.getNotes(srctree, sha1.strip()) 903 origpatch = notes.get(oe.patch.GitApplyTree.original_patch) 1311 from oe.patch import GitApplyTree 1323 GitApplyTree.extractPatches(srctree, start_revs, destdir, patch_pathspec)
|