Home
last modified time | relevance | path

Searched refs:original_patch (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py298 original_patch = 'original patch' variable in GitApplyTree
538 if line.startswith("%% " + GitApplyTree.original_patch):
551 outfile = notes.get(GitApplyTree.original_patch, os.path.basename(srcfile))
657 …GitApplyTree.addNote(self.dir, "HEAD", GitApplyTree.original_patch, os.path.basename(patch['file']…
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py903 origpatch = notes.get(oe.patch.GitApplyTree.original_patch)