Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py575 def _commitpatch(self, patch, patchfilevar): argument
586 shellcmd.insert(0, patchfilevar)
612 patchfilevar = 'PATCHFILE="%s"' % os.path.basename(patch['file'])
624 output += self._commitpatch(patch, patchfilevar)
627 shellcmd = [patchfilevar, "git", "--work-tree=%s" % reporoot]
652 output += self._commitpatch(patch, patchfilevar)