Lines Matching full:oe
16 PATCH_GIT_USER_EMAIL ?= "oe.patch@oe"
63 import oe.patch
81 oe.patch.GitApplyTree.gitCommandUserOptions(useroptions, d=d)
82 … -a -m "Committing changes from %s\n\n%s"' % (' '.join(useroptions), func, oe.patch.GitApplyTree.i…
86 import oe.patch
87 return oe.patch.src_patches(d, all, expand)
91 import oe.patch
92 return oe.patch.should_apply(parm, d)
97 import oe.patch
100 "patch": oe.patch.PatchTree,
101 "quilt": oe.patch.QuiltTree,
102 "git": oe.patch.GitApplyTree,
108 "noop": oe.patch.NOOPResolver,
109 "user": oe.patch.UserResolver,
148 bb.note("Applying patch '%s' (%s)" % (parm['patchname'], oe.path.format_display(local, d)))