Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpatch.py295 patch_line_prefix = '%% original patch' variable in GitApplyTree
480 if line.startswith(GitApplyTree.patch_line_prefix):
530 f.write('echo "\n%s: $PATCHFILE" >> $1' % GitApplyTree.patch_line_prefix)
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dstandard.py928 if line.startswith(oe.patch.GitApplyTree.patch_line_prefix):
929 … origpatch = line[len(oe.patch.GitApplyTree.patch_line_prefix):].split(':', 1)[-1].strip()