Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpatch.py60 class PatchError(Exception): class
91 raise PatchError("Patch file must be specified in patch import.")
179 raise PatchError('Unable to decode %s' % patchfile)
338 raise PatchError('Unable to find a character encoding to decode %s' % patchfile)
490 … raise PatchError('Unable to find a character encoding to decode %s' % srcfile)
695 raise PatchError("No patch found at index %s in patchset." % kwargs["patch"])
704 …raise PatchError("Unable to do a remote refresh of %s, unsupported remote url scheme %s." % (os.pa…
798 … raise PatchError("Patch application failed, and user did not fix and refresh the patch.")