aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/patch.bbclass
AgeCommit message (Expand)Author
2017-02-07classes/patch: switch to new bb.build.tasksbetween() functionPaul Eggleton
2016-12-16meta: remove True option to getVarFlag callsJoshua Lock
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-12-14classes/patch: move several functions to oe.patchPaul Eggleton
2016-12-14classes/patch: move in logic to commit for additional tasksPaul Eggleton
2016-11-23devtool: update-recipe: fix handling of compressed local patchesPaul Eggleton
2016-09-03lib/oe/patch: commit with a dummy user/email when PATCHTOOL=gitPaul Eggleton
2016-04-05patch.bbclass: remove useless path assignmentAlex Franco
2014-06-29patch.bbclass: unset TMPDIR after useRoss Burton
2013-09-01meta: Don't use deprecated bitbake APIRichard Purdie
2012-09-14patch.bbclass: increase securityConstantin Musca
2012-09-14patch.bbclass: Use one TMPDIR per patching processConstantin Musca
2012-07-19Convert tab indentation in python functions into four-spaceRichard Purdie
2012-04-24quilt: move empty quiltrc to native sysconfdirSaul Wold
2012-02-03classes/patch: optionally return non-patch sourcesBruce Ashfield
2012-01-19classes/patch: avoid backtrace when patch does not applyPaul Eggleton
2012-01-13patch.bbclass: Ensure the DATE and SRCDATE variable exclusions apply to the c...Richard Purdie
2012-01-02patch.bbclass: abstract out logic that determines patches to applyChristopher Larson
2011-11-24patch.bbclass: Add PATCHRESOLVE to excluded vars for generating sstate-cacheMatthew McClintock
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-04-04patch.bbclass: allow importing patches into other dirsTom Rini
2011-02-07meta/classes: Update classes to use new fetcher APIRichard Purdie
2010-12-30patch.bbclass: Move vardepsexclude flag to be along side the function using t...Richard Purdie
2010-06-01patch.bbclass: Merge patch enhancements from OE by Chris LarsonJoshua Lock
2010-05-06Update classes to use lib/oeJoshua Lock
2009-11-13bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Richard Purdie
2009-11-13classes: Remove and sanitise import statementsRichard Purdie
2009-09-03patch.bbclass: Merge in git resolver changes from OE.dev. Catch all exception...Richard Purdie
2009-07-02patch.bbclass: Fix up the environment for the patch resolution codeRichard Purdie
2009-07-02patch.bbclass: Sync with OE.devRichard Purdie
2009-06-22patch.bbclass: Allow a patch to be applied or not applied against a specific ...Richard Purdie
2008-05-18patch.bbclass: Make it possibe to override the patch dependencyRichard Purdie
2007-08-03patch.bbclass: Add support for maxrev and minrevRichard Purdie
2007-05-11patch.bbclass: Set default patch resolver to noopRichard Purdie
2007-04-14patch.bbclass: Specify a quiltrc file so users settings don't interfere with ...Richard Purdie
2007-04-03classes: Rework core dependencies to work properly at the task levelRichard Purdie
2007-01-08patch.bbclass: Fix force options for recent quilt versionsRichard Purdie
2006-10-25patch.bbclass: fix bug where it failed to detect that the user did not modify...Chris Larson
2006-09-15patch.bbclass: sync with upstream oe.Chris Larson
2006-09-01patch.bbclass: updates from upstream oe.Chris Larson
2006-08-30Patch.bbclass: add NOOPResolver class for use in unattended builds, which doe...Chris Larson
2006-08-28Patch failure handling updates, added a 'patch' concrete class, so we can app...Chris Larson
2006-08-27Patch.bbclass: fix bug resulting in a failure to md5 the local path.. it brok...Chris Larson
2006-08-23Fix the patch.bbclass error handling in a couple of the error paths by changi...Chris Larson
2006-08-22Clean up the way patch.bbclass's runcmd handles the directory not existing.Chris Larson
2006-08-21Changes for ticket:8, with fixes for the bugs reported by Richard.Chris Larson