summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/patch.py
AgeCommit message (Expand)Author
2024-02-19lib/oe/patch: Use git notes to store the filenames for the patchesPeter Kjellerstedt
2024-02-19lib/oe/patch: Add GitApplyTree.commitIgnored()Peter Kjellerstedt
2024-02-19lib/oe/patch: Make extractPatches() not extract ignored commitsPeter Kjellerstedt
2023-12-06lib/oe/patch: handle creating patches for CRLF sourcesYoann Congal
2023-12-01devtool: add support for git submodulesJulien Stephan
2023-11-22lib/oe/patch: ensure os.chdir restoring always happensRoss Burton
2023-08-29patch.py: use --absolute-git-dir instead of --show-toplevel to retrieve gitdirJulien Stephan
2023-04-14patch.py: Use shlex instead of deprecated pipeOla x Nilsson
2023-04-01patch: support of git patches when the source uri contained subpath parameterFrederic Martinsons
2022-08-12lib: Add copyright statements to files without oneRichard Purdie
2022-07-14patch: handle if S points to a subdirectory of a git repoPaul Eggleton
2022-05-31patch.py: make sure that patches/series file exists before quilt popMartin Jansa
2022-02-25patch.py: Prevent git repo reinitializationPavel Zhukov
2021-12-03patch.py: Initialize git repo before patchingPavel Zhukov
2021-02-03lib/oe/patch.py: Ignore scissors line on applying patchTomasz Dziendzielski
2021-01-30lib/oe/patch.py: Don't return command stderr from runcmd functionTomasz Dziendzielski
2020-07-27patch.py: Change to more strictly fuzz detectionNaoto Yamaguchi
2020-06-04Revert "lib/oe/patch: fix handling of patches with no header"Martin Jansa
2020-06-04lib/oe/patch: GitApplyTree: save 1 echo in commit-msg hookMartin Jansa
2020-06-04lib/oe/patch: prevent applying patches without any subjectMartin Jansa
2019-05-09patch: add minver and maxver parametersRoss Burton
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2019-04-09patch/insane: Rework patch fuzz handlingAndreas Müller
2019-01-27lib/oe/patch.py: Fix applying a directory as a patchTomasz Dziendzielski
2019-01-27lib/oe/patch.py: Fix the function commentTomasz Dziendzielski
2019-01-16meta: Fix Deprecated warnings from regexsRichard Purdie
2018-08-23lib/oe/patch.py: Clean up getstatusoutput usageRobert Yang
2018-03-20patch.py: Use git format-patch with --no-signature --no-numbered paramsMartin Jansa
2018-03-15lib/oe/patch.py: add a warning if patch context was ignoredAlexander Kanavin
2018-03-11meta/lib/oe/patch.py: do not leave .orig files if a patch isn't perfectly mat...Alexander Kanavin
2018-01-02lib/oe/patch: add missing importPaul Eggleton
2017-03-22meta: replace uses of bb.data.expand(VARNAME, d) with d.expand(VARNAME)Joshua Lock
2017-02-23lib/oe/patch: Support xz-compressed patchesDominic Sacré
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-12-14classes/patch: move several functions to oe.patchPaul Eggleton
2016-11-23lib/oe/patch: fix handling of patches with no headerPaul Eggleton
2016-09-24lib/oe/patch: improve accuracy of patch header extractionPaul Eggleton
2016-09-24lib/oe/patch: exclude "From <hash>" from commit message when PATCHTOOL is "git"Paul Eggleton
2016-09-08lib/oe/patch: handle non-UTF8 encoding when reading patchesPaul Eggleton
2016-09-03lib/oe/patch: commit with a dummy user/email when PATCHTOOL=gitPaul Eggleton
2016-07-12lib/oe/patch: handle encoding differences in patch filesPaul Eggleton
2016-06-02scripts: Fix encoding errors for python3Ed Bartosh
2016-06-02classes/lib: Convert to use python3 octal syntaxRichard Purdie
2016-04-03oe/patch: print cleaner error message when patch fails to applyMarkus Lehtonen
2016-04-03oe/patch: more detailed error reportingMarkus Lehtonen
2016-02-11devtool: commit for extra tasks that modify source when extractingPaul Eggleton
2016-01-30lib/oe/patch: Make GitApplyTree._applypatch() support read-only .git/hooksPeter Kjellerstedt
2015-12-01lib/oe/patch: improve extraction of patch headerPaul Eggleton
2015-10-01oe.patch.GitApplyTree: add paths argument to extractPatchesMarkus Lehtonen
2015-09-23lib/oe/patch: fix for git am not cleaning up after itselfPaul Eggleton