aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/patch.py
AgeCommit message (Expand)Author
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
2012-07-19Remove a number of unneeded import os/bb callsRichard Purdie
2012-03-05meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie
2012-03-02lib/oe/patch.py: Fix and improve PatchTree() resolver logicRichard Purdie
2012-01-19classes/patch: avoid backtrace when patch does not applyPaul Eggleton
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie
2011-11-04patch: Convert to use oe_terminalRichard Purdie
2011-10-14patch.py: fixed message domain errorsSamuel Stirtzel
2011-05-10oe/patch.py: Remove series file during Clean()Khem Raj
2011-03-21lib/oe/patch.py: Cosmetic change to avoid bitbake warningKhem Raj
2011-03-21oe.patch: add missing importsChris Larson
2011-02-07meta/classes: Update classes to use new fetcher APIRichard Purdie
2010-08-04lib/oe: sync with OE.devJoshua Lock
2010-06-10lib/oe/patch.py: Fix patch application failure interaction handlingRichard Purdie
2010-05-27lib/oe/patch.py: Fix datastore references in error pathsRichard Purdie
2010-05-06lib/oe: Import oe lib from OE.devJoshua Lock