Searched refs:PatchSet (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | patch.py | 67 class PatchSet(object): class 95 for param in PatchSet.defaults: 97 patch[param] = PatchSet.defaults[param] 184 class PatchTree(PatchSet): 186 PatchSet.__init__(self, dir, d) 221 PatchSet.Import(self, patch, force) 581 class QuiltTree(PatchSet): 593 PatchSet.__init__(self, dir, d) 643 PatchSet.Import(self, patch, force)
|
| H A D | recipeutils.py | 526 …patchedfiles[patchfile] = oe.patch.PatchSet.getPatchedFiles(patchfile, striplevel, os.path.join(d.…
|