Searched refs:PatchTree (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | patch.py | 186 class PatchTree(PatchSet): class 296 class GitApplyTree(PatchTree): 302 PatchTree.__init__(self, dir, d) 621 output = PatchTree._applypatch(self, patch, force, reverse, run) 649 output = PatchTree._applypatch(self, patch, force, reverse, run)
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | patch.bbclass | 100 "patch": oe.patch.PatchTree,
|