aboutsummaryrefslogtreecommitdiffstats
path: root/classes/patch.bbclass
AgeCommit message (Expand)Author
2010-10-21patch.bbclass: avoid traceback for CmdError at resolveChris Larson
2010-09-02do_unpack, do_patch: shift some responsibility around, clean things upChris Larson
2010-08-23patch: allow importing patches into other dirsChris Larson
2010-05-27Revert "patch.bbclass: use param_bool()"Chris Larson
2010-05-27patch.bbclass: use param_bool()Enrico Scholz
2010-05-26patch.bbclass: fix the logic error that resulted in tcp-wrappers patch applic...Chris Larson
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
2010-05-05bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Joshua Lock
2010-04-23Initial move of common python bits into modules of the 'oe' python packageChris Larson
2009-11-16classes: Drop a number of unneeded import calls (from Poky)Richard Purdie
2009-11-11classes: Drop some random import bb/os statementsRichard Purdie
2009-08-24patch.bbclass: Add "git" patchtool mechanism, which uses git-applyDale Farnsworth
2009-05-14Shorten some full paths printed to the user.Chris Larson
2009-05-12patch.bbclass: use hashlib with Python 2.5+ - removes DeprecationWarningMarcin Juszkiewicz
2008-05-24patch.bbclass: Simplify patch task dependency handling and allow packages to ...Richard Purdie
2008-01-28patch.bbclass: Show full path of a patch.Paul Sokolovsky
2007-08-03patch.bbclass: give empty file for quilt so it will not use config from user ...Marcin Juszkiewicz
2007-08-03patch.bbclass: Add minrev and maxrev support for patches, cleanup maxdate and...Richard Purdie
2007-05-11devshell.bbclass, patch.bbclass: Error on any non-zero rc from TERMCMD*.Paul Sokolovsky
2007-05-11devshell.bbclass, patch.bbclass: Check exit code of TERMCMD* commands to see ...Paul Sokolovsky
2007-04-18classes: Add support for intertask dependencies to be specified, needed for c...Richard Purdie
2007-04-09patch.bbclass/devshell.bbclass: Switch to new form of interactive task handli...Richard Purdie
2007-03-31classes/patch.bbclass: Make sure to raise func_failed on any exception from w...Holger Freyther
2006-12-06patch.bbclass: Fix errors when reapplying patchesRichard Purdie
2006-09-05patch.bbclass: Fix bug in PatchTree.Import resulting in new patches being imp...Chris Larson
2006-09-05patch.bbclass: fix issue encountered by zecke, where PatchTree was only doing...Chris Larson
2006-08-30patch.bbclass:Chris Larson
2006-08-30patch.bbclass:Chris Larson
2006-08-30classes/patch.bbclass: Create a "patches" directory when initialisingJamie Lenehan
2006-08-28Merge from poky:Chris Larson