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.py573 def _commitpatch(self, patch, patchfilevar): argument
584 shellcmd.insert(0, patchfilevar)
610 patchfilevar = 'PATCHFILE="%s"' % os.path.basename(patch['file'])
622 output += self._commitpatch(patch, patchfilevar)
625 shellcmd = [patchfilevar, "git", "--work-tree=%s" % reporoot]
650 output += self._commitpatch(patch, patchfilevar)