Age | Commit message (Expand) | Author | Files |
2018-08-23 | lib/oe/patch.py: Clean up getstatusoutput usage | Robert Yang | 1 |
2018-03-20 | patch.py: Use git format-patch with --no-signature --no-numbered params | Martin Jansa | 1 |
2018-03-12 | lib/oe/patch.py: add a warning if patch context was ignored | Alexander Kanavin | 1 |
2018-03-11 | meta/lib/oe/patch.py: do not leave .orig files if a patch isn't perfectly mat... | Alexander Kanavin | 1 |
2018-01-02 | lib/oe/patch: add missing import | Paul Eggleton | 1 |
2017-03-21 | meta: replace uses of bb.data.expand(VARNAME, d) with d.expand(VARNAME) | Joshua Lock | 1 |
2017-02-23 | lib/oe/patch: Support xz-compressed patches | Dominic Sacré | 1 |
2016-12-16 | meta: remove True option to getVar calls | Joshua Lock | 1 |
2016-12-14 | classes/patch: move several functions to oe.patch | Paul Eggleton | 1 |
2016-11-23 | lib/oe/patch: fix handling of patches with no header | Paul Eggleton | 1 |
2016-09-23 | lib/oe/patch: improve accuracy of patch header extraction | Paul Eggleton | 1 |
2016-09-23 | lib/oe/patch: exclude "From <hash>" from commit message when PATCHTOOL is "git" | Paul Eggleton | 1 |
2016-09-08 | lib/oe/patch: handle non-UTF8 encoding when reading patches | Paul Eggleton | 1 |
2016-09-03 | lib/oe/patch: commit with a dummy user/email when PATCHTOOL=git | Paul Eggleton | 1 |
2016-07-12 | lib/oe/patch: handle encoding differences in patch files | Paul Eggleton | 1 |
2016-06-02 | scripts: Fix encoding errors for python3 | Ed Bartosh | 1 |
2016-06-02 | classes/lib: Convert to use python3 octal syntax | Richard Purdie | 1 |
2016-04-03 | oe/patch: print cleaner error message when patch fails to apply | Markus Lehtonen | 1 |
2016-04-03 | oe/patch: more detailed error reporting | Markus Lehtonen | 1 |
2016-02-11 | devtool: commit for extra tasks that modify source when extracting | Paul Eggleton | 1 |
2016-01-29 | lib/oe/patch: Make GitApplyTree._applypatch() support read-only .git/hooks | Peter Kjellerstedt | 1 |
2015-12-01 | lib/oe/patch: improve extraction of patch header | Paul Eggleton | 1 |
2015-09-29 | oe.patch.GitApplyTree: add paths argument to extractPatches | Markus Lehtonen | 1 |
2015-09-22 | lib/oe/patch: fix for git am not cleaning up after itself | Paul Eggleton | 1 |
2015-08-30 | lib/oe/patch: handle patches that delete files with older git | Paul Eggleton | 1 |
2015-06-26 | lib/oe/patch: Fix git patch application for source in subdirectory | Richard Purdie | 1 |
2015-05-19 | recipetool: add appendfile subcommand | Paul Eggleton | 1 |
2015-05-19 | lib/oe/patch: use with open() for all file operations | Paul Eggleton | 1 |
2015-02-23 | lib/oe/patch: fix PATCHTOOL = "git" with source in a subdirectory | Paul Eggleton | 1 |
2014-12-21 | lib/oe/patch: add support for extracting patches from git tree | Paul Eggleton | 1 |
2014-12-21 | lib/oe/patch.py: abort "git am" if it fails | Paul Eggleton | 1 |
2014-12-21 | lib/oe/patch: use --keep-cr with git am | Paul Eggleton | 1 |
2014-12-21 | lib/oe/patch: auto-commit when falling back from git am | Paul Eggleton | 1 |
2014-12-21 | lib/oe/patch: fall back to patch if git apply fails | Paul Eggleton | 1 |
2014-01-28 | lib/oe/patch.py: Prefer "git am" over "git apply" when applying git patches | Laszlo Papp | 1 |
2013-09-01 | meta: Don't use deprecated bitbake API | Richard Purdie | 1 |
2013-05-09 | classes/lib: Fix getcmdstatus breakage | Richard Purdie | 1 |
2013-05-09 | sanity/patch.py: Remove commands module usage | Richard Purdie | 1 |
2013-05-09 | clases/lib: Use modern exception syntax | Richard Purdie | 1 |
2012-12-14 | lib/oe/patch: Use force option when creating symlinks to patches | Richard Purdie | 1 |
2012-07-19 | Remove a number of unneeded import os/bb calls | Richard Purdie | 1 |
2012-03-05 | meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) | Richard Purdie | 1 |
2012-03-02 | lib/oe/patch.py: Fix and improve PatchTree() resolver logic | Richard Purdie | 1 |
2012-01-19 | classes/patch: avoid backtrace when patch does not apply | Paul Eggleton | 1 |
2011-11-10 | Convert to use direct access to the data store (instead of bb.data.*Var*()) | Richard Purdie | 1 |
2011-11-04 | patch: Convert to use oe_terminal | Richard Purdie | 1 |
2011-10-14 | patch.py: fixed message domain errors | Samuel Stirtzel | 1 |
2011-05-10 | oe/patch.py: Remove series file during Clean() | Khem Raj | 1 |
2011-03-21 | lib/oe/patch.py: Cosmetic change to avoid bitbake warning | Khem Raj | 1 |
2011-03-21 | oe.patch: add missing imports | Chris Larson | 1 |