Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpatch.py184 class PatchTree(PatchSet): class
294 class GitApplyTree(PatchTree):
299 PatchTree.__init__(self, dir, d)
560 output = PatchTree._applypatch(self, patch, force, reverse, run)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpatch.bbclass100 "patch": oe.patch.PatchTree,