Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py296 class GitApplyTree(PatchTree): class
369 authorval = GitApplyTree.decodeAuthor(line)
383 authorval = GitApplyTree.decodeAuthor(line)
426 lines = GitApplyTree.extractPatchHeader(patchfile)
467 notes_ref = GitApplyTree.notes_ref
475 notes = GitApplyTree.getNotes(repo, ref)
479 GitApplyTree.addNote(repo, ref, note, value)
507 GitApplyTree.gitCommandUserOptions(cmd, d=d)
510 GitApplyTree.addNote(dir, "HEAD", GitApplyTree.ignore_commit)
549 if GitApplyTree.ignore_commit in notes:
[all …]
/openbmc/openbmc/poky/meta/classes-global/
H A Dpatch.bbclass82 … 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 Dupgrade.py257 oe.patch.GitApplyTree.gitCommandUserOptions(useroptions, d=rd)
284 if not oe.patch.GitApplyTree.getNotes(path, rev):
285 oe.patch.GitApplyTree.addNote(path, rev, "dummy")
302 oe.patch.GitApplyTree.removeNote(path, rev, "dummy")
H A D__init__.py204 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 Dstandard.py487 … oe.patch.GitApplyTree.commitIgnored("Add local file symlinks", dir=srctree, files=addfiles, d=rd)
942 notes = oe.patch.GitApplyTree.getNotes(srctree, sha1.strip())
943 origpatch = notes.get(oe.patch.GitApplyTree.original_patch)
1354 from oe.patch import GitApplyTree
1365 GitApplyTree.extractPatches(srctree, start_revs, destdir, patch_pathspec)