summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/patch.py
Commit message (Expand)AuthorAgeFilesLines
* lib/oe/patch: Use git notes to store the filenames for the patchesPeter Kjellerstedt2024-02-191-39/+70
* lib/oe/patch: Add GitApplyTree.commitIgnored()Peter Kjellerstedt2024-02-191-0/+10
* lib/oe/patch: Make extractPatches() not extract ignored commitsPeter Kjellerstedt2024-02-191-8/+8
* lib/oe/patch: handle creating patches for CRLF sourcesYoann Congal2023-12-061-1/+1
* devtool: add support for git submodulesJulien Stephan2023-12-011-31/+33
* lib/oe/patch: ensure os.chdir restoring always happensRoss Burton2023-11-221-3/+4
* patch.py: use --absolute-git-dir instead of --show-toplevel to retrieve gitdirJulien Stephan2023-08-291-1/+4
* patch.py: Use shlex instead of deprecated pipeOla x Nilsson2023-04-141-6/+5
* patch: support of git patches when the source uri contained subpath parameterFrederic Martinsons2023-04-011-13/+44
* lib: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+2
* patch: handle if S points to a subdirectory of a git repoPaul Eggleton2022-07-141-4/+4
* patch.py: make sure that patches/series file exists before quilt popMartin Jansa2022-05-311-0/+2
* patch.py: Prevent git repo reinitializationPavel Zhukov2022-02-251-3/+8
* patch.py: Initialize git repo before patchingPavel Zhukov2021-12-031-1/+15
* lib/oe/patch.py: Ignore scissors line on applying patchTomasz Dziendzielski2021-02-031-1/+1
* lib/oe/patch.py: Don't return command stderr from runcmd functionTomasz Dziendzielski2021-01-301-5/+9
* 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