Searched refs:PatchSet (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | patch.py | 69 class PatchSet(object): class 97 for param in PatchSet.defaults: 99 patch[param] = PatchSet.defaults[param] 186 class PatchTree(PatchSet): 188 PatchSet.__init__(self, dir, d) 223 PatchSet.Import(self, patch, force) 660 class QuiltTree(PatchSet): 672 PatchSet.__init__(self, dir, d) 722 PatchSet.Import(self, patch, force)
|
H A D | recipeutils.py | 524 …patchedfiles[patchfile] = oe.patch.PatchSet.getPatchedFiles(patchfile, striplevel, os.path.join(d.…
|
/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | base.py | 75 … cls.patchset = unidiff.PatchSet.from_filename(PatchTestInput.repo.patch, encoding=u'UTF-8')
|