summaryrefslogtreecommitdiff
path: root/meta/lib/oe/patch.py
AgeCommit message (Expand)AuthorFiles
2017-03-21meta: replace uses of bb.data.expand(VARNAME, d) with d.expand(VARNAME)Joshua Lock1
2017-02-23lib/oe/patch: Support xz-compressed patchesDominic Sacré1
2016-12-16meta: remove True option to getVar callsJoshua Lock1
2016-12-14classes/patch: move several functions to oe.patchPaul Eggleton1
2016-11-23lib/oe/patch: fix handling of patches with no headerPaul Eggleton1
2016-09-23lib/oe/patch: improve accuracy of patch header extractionPaul Eggleton1
2016-09-23lib/oe/patch: exclude "From <hash>" from commit message when PATCHTOOL is "git"Paul Eggleton1
2016-09-08lib/oe/patch: handle non-UTF8 encoding when reading patchesPaul Eggleton1
2016-09-03lib/oe/patch: commit with a dummy user/email when PATCHTOOL=gitPaul Eggleton1
2016-07-12lib/oe/patch: handle encoding differences in patch filesPaul Eggleton1
2016-06-02scripts: Fix encoding errors for python3Ed Bartosh1
2016-06-02classes/lib: Convert to use python3 octal syntaxRichard Purdie1
2016-04-03oe/patch: print cleaner error message when patch fails to applyMarkus Lehtonen1
2016-04-03oe/patch: more detailed error reportingMarkus Lehtonen1
2016-02-11devtool: commit for extra tasks that modify source when extractingPaul Eggleton1
2016-01-29lib/oe/patch: Make GitApplyTree._applypatch() support read-only .git/hooksPeter Kjellerstedt1
2015-12-01lib/oe/patch: improve extraction of patch headerPaul Eggleton1
2015-09-29oe.patch.GitApplyTree: add paths argument to extractPatchesMarkus Lehtonen1
2015-09-22lib/oe/patch: fix for git am not cleaning up after itselfPaul Eggleton1
2015-08-30lib/oe/patch: handle patches that delete files with older gitPaul Eggleton1
2015-06-26lib/oe/patch: Fix git patch application for source in subdirectoryRichard Purdie1
2015-05-19recipetool: add appendfile subcommandPaul Eggleton1
2015-05-19lib/oe/patch: use with open() for all file operationsPaul Eggleton1
2015-02-23lib/oe/patch: fix PATCHTOOL = "git" with source in a subdirectoryPaul Eggleton1
2014-12-21lib/oe/patch: add support for extracting patches from git treePaul Eggleton1
2014-12-21lib/oe/patch.py: abort "git am" if it failsPaul Eggleton1
2014-12-21lib/oe/patch: use --keep-cr with git amPaul Eggleton1
2014-12-21lib/oe/patch: auto-commit when falling back from git amPaul Eggleton1
2014-12-21lib/oe/patch: fall back to patch if git apply failsPaul Eggleton1
2014-01-28lib/oe/patch.py: Prefer "git am" over "git apply" when applying git patchesLaszlo Papp1
2013-09-01meta: Don't use deprecated bitbake APIRichard Purdie1
2013-05-09classes/lib: Fix getcmdstatus breakageRichard Purdie1
2013-05-09sanity/patch.py: Remove commands module usageRichard Purdie1
2013-05-09clases/lib: Use modern exception syntaxRichard Purdie1
2012-12-14lib/oe/patch: Use force option when creating symlinks to patchesRichard Purdie1
2012-07-19Remove a number of unneeded import os/bb callsRichard Purdie1
2012-03-05meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie1
2012-03-02lib/oe/patch.py: Fix and improve PatchTree() resolver logicRichard Purdie1
2012-01-19classes/patch: avoid backtrace when patch does not applyPaul Eggleton1
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie1
2011-11-04patch: Convert to use oe_terminalRichard Purdie1
2011-10-14patch.py: fixed message domain errorsSamuel Stirtzel1
2011-05-10oe/patch.py: Remove series file during Clean()Khem Raj1
2011-03-21lib/oe/patch.py: Cosmetic change to avoid bitbake warningKhem Raj1
2011-03-21oe.patch: add missing importsChris Larson1
2011-02-07meta/classes: Update classes to use new fetcher APIRichard Purdie1
2010-08-04lib/oe: sync with OE.devJoshua Lock1
2010-06-10lib/oe/patch.py: Fix patch application failure interaction handlingRichard Purdie1
2010-05-27lib/oe/patch.py: Fix datastore references in error pathsRichard Purdie1
2010-05-06lib/oe: Import oe lib from OE.devJoshua Lock1