summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/patch.py
Commit message (Expand)AuthorAgeFilesLines
* patch.py: Change to more strictly fuzz detectionNaoto Yamaguchi2020-07-271-1/+1
* Revert "lib/oe/patch: fix handling of patches with no header"Martin Jansa2020-06-041-6/+2
* lib/oe/patch: GitApplyTree: save 1 echo in commit-msg hookMartin Jansa2020-06-041-2/+1
* lib/oe/patch: prevent applying patches without any subjectMartin Jansa2020-06-041-1/+1
* patch: add minver and maxver parametersRoss Burton2019-05-091-0/+11
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-0/+4
* patch/insane: Rework patch fuzz handlingAndreas Müller2019-04-091-15/+4
* lib/oe/patch.py: Fix applying a directory as a patchTomasz Dziendzielski2019-01-271-0/+2
* lib/oe/patch.py: Fix the function commentTomasz Dziendzielski2019-01-271-1/+1
* meta: Fix Deprecated warnings from regexsRichard Purdie2019-01-161-2/+2
* lib/oe/patch.py: Clean up getstatusoutput usageRobert Yang2018-08-231-1/+2
* patch.py: Use git format-patch with --no-signature --no-numbered paramsMartin Jansa2018-03-201-1/+1
* lib/oe/patch.py: add a warning if patch context was ignoredAlexander Kanavin2018-03-151-0/+16
* meta/lib/oe/patch.py: do not leave .orig files if a patch isn't perfectly mat...Alexander Kanavin2018-03-111-1/+1
* lib/oe/patch: add missing importPaul Eggleton2018-01-021-0/+1
* meta: replace uses of bb.data.expand(VARNAME, d) with d.expand(VARNAME)Joshua Lock2017-03-221-1/+1
* lib/oe/patch: Support xz-compressed patchesDominic Sacré2017-02-231-1/+1
* meta: remove True option to getVar callsJoshua Lock2016-12-161-15/+15
* classes/patch: move several functions to oe.patchPaul Eggleton2016-12-141-0/+107
* lib/oe/patch: fix handling of patches with no headerPaul Eggleton2016-11-231-2/+6
* lib/oe/patch: improve accuracy of patch header extractionPaul Eggleton2016-09-241-5/+23
* lib/oe/patch: exclude "From <hash>" from commit message when PATCHTOOL is "git"Paul Eggleton2016-09-241-0/+4
* lib/oe/patch: handle non-UTF8 encoding when reading patchesPaul Eggleton2016-09-081-10/+18
* lib/oe/patch: commit with a dummy user/email when PATCHTOOL=gitPaul Eggleton2016-09-031-4/+20
* lib/oe/patch: handle encoding differences in patch filesPaul Eggleton2016-07-121-43/+57
* scripts: Fix encoding errors for python3Ed Bartosh2016-06-021-1/+4
* classes/lib: Convert to use python3 octal syntaxRichard Purdie2016-06-021-2/+2
* oe/patch: print cleaner error message when patch fails to applyMarkus Lehtonen2016-04-031-5/+9
* oe/patch: more detailed error reportingMarkus Lehtonen2016-04-031-3/+5
* devtool: commit for extra tasks that modify source when extractingPaul Eggleton2016-02-111-0/+3
* lib/oe/patch: Make GitApplyTree._applypatch() support read-only .git/hooksPeter Kjellerstedt2016-01-301-14/+12
* lib/oe/patch: improve extraction of patch headerPaul Eggleton2015-12-011-15/+43
* oe.patch.GitApplyTree: add paths argument to extractPatchesMarkus Lehtonen2015-10-011-1/+4
* lib/oe/patch: fix for git am not cleaning up after itselfPaul Eggleton2015-09-231-0/+7
* lib/oe/patch: handle patches that delete files with older gitPaul Eggleton2015-08-301-1/+1
* lib/oe/patch: Fix git patch application for source in subdirectoryRichard Purdie2015-06-261-3/+3
* recipetool: add appendfile subcommandPaul Eggleton2015-05-201-0/+63
* lib/oe/patch: use with open() for all file operationsPaul Eggleton2015-05-201-21/+19
* lib/oe/patch: fix PATCHTOOL = "git" with source in a subdirectoryPaul Eggleton2015-02-231-2/+5
* lib/oe/patch: add support for extracting patches from git treePaul Eggleton2014-12-211-30/+82
* lib/oe/patch.py: abort "git am" if it failsPaul Eggleton2014-12-211-0/+6
* lib/oe/patch: use --keep-cr with git amPaul Eggleton2014-12-211-1/+1
* lib/oe/patch: auto-commit when falling back from git amPaul Eggleton2014-12-211-0/+86
* lib/oe/patch: fall back to patch if git apply failsPaul Eggleton2014-12-211-1/+5
* lib/oe/patch.py: Prefer "git am" over "git apply" when applying git patchesLaszlo Papp2014-01-281-7/+13
* meta: Don't use deprecated bitbake APIRichard Purdie2013-09-011-1/+1
* classes/lib: Fix getcmdstatus breakageRichard Purdie2013-05-091-2/+2
* sanity/patch.py: Remove commands module usageRichard Purdie2013-05-091-3/+3
* clases/lib: Use modern exception syntaxRichard Purdie2013-05-091-1/+1
* lib/oe/patch: Use force option when creating symlinks to patchesRichard Purdie2012-12-171-1/+1