summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/patch.py
AgeCommit message (Expand)Author
2020-07-27patch.py: Change to more strictly fuzz detectionNaoto Yamaguchi
2020-06-03Revert "lib/oe/patch: fix handling of patches with no header"Martin Jansa
2020-06-03lib/oe/patch: GitApplyTree: save 1 echo in commit-msg hookMartin Jansa
2020-06-03lib/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-26lib/oe/patch.py: Fix applying a directory as a patchTomasz Dziendzielski
2019-01-26lib/oe/patch.py: Fix the function commentTomasz Dziendzielski
2019-01-14meta: 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-12lib/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-21meta: 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-23lib/oe/patch: improve accuracy of patch header extractionPaul Eggleton
2016-09-23lib/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-29lib/oe/patch: Make GitApplyTree._applypatch() support read-only .git/hooksPeter Kjellerstedt
2015-12-01lib/oe/patch: improve extraction of patch headerPaul Eggleton
2015-09-29oe.patch.GitApplyTree: add paths argument to extractPatchesMarkus Lehtonen
2015-09-22lib/oe/patch: fix for git am not cleaning up after itselfPaul Eggleton
2015-08-30lib/oe/patch: handle patches that delete files with older gitPaul Eggleton
2015-06-26lib/oe/patch: Fix git patch application for source in subdirectoryRichard Purdie
2015-05-19recipetool: add appendfile subcommandPaul Eggleton
2015-05-19lib/oe/patch: use with open() for all file operationsPaul Eggleton
2015-02-23lib/oe/patch: fix PATCHTOOL = "git" with source in a subdirectoryPaul Eggleton
2014-12-21lib/oe/patch: add support for extracting patches from git treePaul Eggleton
2014-12-21lib/oe/patch.py: abort "git am" if it failsPaul Eggleton
2014-12-21lib/oe/patch: use --keep-cr with git amPaul Eggleton
2014-12-21lib/oe/patch: auto-commit when falling back from git amPaul Eggleton
2014-12-21lib/oe/patch: fall back to patch if git apply failsPaul Eggleton
2014-01-28lib/oe/patch.py: Prefer "git am" over "git apply" when applying git patchesLaszlo Papp
2013-09-01meta: Don't use deprecated bitbake APIRichard Purdie
2013-05-09classes/lib: Fix getcmdstatus breakageRichard Purdie
2013-05-09sanity/patch.py: Remove commands module usageRichard Purdie
2013-05-09clases/lib: Use modern exception syntaxRichard Purdie
2012-12-14lib/oe/patch: Use force option when creating symlinks to patchesRichard Purdie