summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/patch.py
Commit message (Expand)AuthorAgeFilesLines
* oe/patch: print cleaner error message when patch fails to applyMarkus Lehtonen2016-04-031-5/+9
* oe/patch: more detailed error reportingMarkus Lehtonen2016-04-031-3/+5
* devtool: commit for extra tasks that modify source when extractingPaul Eggleton2016-02-111-0/+3
* lib/oe/patch: Make GitApplyTree._applypatch() support read-only .git/hooksPeter Kjellerstedt2016-01-301-14/+12
* lib/oe/patch: improve extraction of patch headerPaul Eggleton2015-12-011-15/+43
* oe.patch.GitApplyTree: add paths argument to extractPatchesMarkus Lehtonen2015-10-011-1/+4
* lib/oe/patch: fix for git am not cleaning up after itselfPaul Eggleton2015-09-231-0/+7
* lib/oe/patch: handle patches that delete files with older gitPaul Eggleton2015-08-301-1/+1
* lib/oe/patch: Fix git patch application for source in subdirectoryRichard Purdie2015-06-261-3/+3
* recipetool: add appendfile subcommandPaul Eggleton2015-05-201-0/+63
* lib/oe/patch: use with open() for all file operationsPaul Eggleton2015-05-201-21/+19
* lib/oe/patch: fix PATCHTOOL = "git" with source in a subdirectoryPaul Eggleton2015-02-231-2/+5
* lib/oe/patch: add support for extracting patches from git treePaul Eggleton2014-12-211-30/+82
* lib/oe/patch.py: abort "git am" if it failsPaul Eggleton2014-12-211-0/+6
* lib/oe/patch: use --keep-cr with git amPaul Eggleton2014-12-211-1/+1
* lib/oe/patch: auto-commit when falling back from git amPaul Eggleton2014-12-211-0/+86
* lib/oe/patch: fall back to patch if git apply failsPaul Eggleton2014-12-211-1/+5
* lib/oe/patch.py: Prefer "git am" over "git apply" when applying git patchesLaszlo Papp2014-01-281-7/+13
* meta: Don't use deprecated bitbake APIRichard Purdie2013-09-011-1/+1
* classes/lib: Fix getcmdstatus breakageRichard Purdie2013-05-091-2/+2
* sanity/patch.py: Remove commands module usageRichard Purdie2013-05-091-3/+3
* clases/lib: Use modern exception syntaxRichard Purdie2013-05-091-1/+1
* lib/oe/patch: Use force option when creating symlinks to patchesRichard Purdie2012-12-171-1/+1
* Remove a number of unneeded import os/bb callsRichard Purdie2012-07-191-2/+0
* meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie2012-03-051-2/+2
* lib/oe/patch.py: Fix and improve PatchTree() resolver logicRichard Purdie2012-03-021-12/+53
* classes/patch: avoid backtrace when patch does not applyPaul Eggleton2012-01-191-5/+5
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-101-2/+2
* patch: Convert to use oe_terminalRichard Purdie2011-11-041-11/+6
* patch.py: fixed message domain errorsSamuel Stirtzel2011-10-141-2/+2
* oe/patch.py: Remove series file during Clean()Khem Raj2011-05-101-0/+1
* lib/oe/patch.py: Cosmetic change to avoid bitbake warningKhem Raj2011-03-231-1/+1
* oe.patch: add missing importsChris Larson2011-03-231-0/+2
* meta/classes: Update classes to use new fetcher APIRichard Purdie2011-02-071-3/+3
* lib/oe: sync with OE.devJoshua Lock2010-08-041-9/+6
* lib/oe/patch.py: Fix patch application failure interaction handlingRichard Purdie2010-06-101-1/+1
* lib/oe/patch.py: Fix datastore references in error pathsRichard Purdie2010-05-271-4/+4
* lib/oe: Import oe lib from OE.devJoshua Lock2010-05-061-0/+407