summaryrefslogtreecommitdiff
path: root/meta/lib/oe/patch.py
AgeCommit message (Expand)AuthorFiles
2016-03-20lib/oe/patch: Make GitApplyTree._applypatch() support read-only .git/hooksPeter Kjellerstedt1
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