summaryrefslogtreecommitdiffstats
path: root/meta/classes/patch.bbclass
Commit message (Expand)AuthorAgeFilesLines
* classes: Update classes to match new bitbake class scope functionalityRichard Purdie2022-08-121-171/+0
* classes: Add SPDX license identifiersRichard Purdie2022-08-121-0/+2
* patch: Fix exception reporting with repr()Richard Purdie2021-10-261-2/+2
* patch: Use repr() with exceptions instead of str()Richard Purdie2021-10-161-2/+2
* patch.bbclass: when the patch fails show more info on the fatal errorJose Quaresma2021-10-141-2/+5
* Convert to new override syntaxRichard Purdie2021-08-021-1/+1
* classes: Drop now unneeded umask flagsRichard Purdie2021-02-161-1/+0
* patch: Extend to native/nativesdk and depend uponRichard Purdie2020-02-061-0/+7
* patch: reproducibility: Fix host umask leakageDouglas Royds2019-01-111-0/+1
* patch: Jail patch_task_patch_prefunc in classes/patch into the workdirPablo Saavedra2018-07-061-1/+1
* classes/patch: when PATCHTOOL = "git" double-check the repositoryPaul Eggleton2017-12-101-0/+15
* classes/patch: remove unused variablePaul Eggleton2017-12-101-1/+0
* classes/patch: switch to new bb.build.tasksbetween() functionPaul Eggleton2017-02-071-19/+1
* meta: remove True option to getVarFlag callsJoshua Lock2016-12-161-1/+1
* meta: remove True option to getVar callsJoshua Lock2016-12-161-10/+10
* classes/patch: move several functions to oe.patchPaul Eggleton2016-12-141-101/+4
* classes/patch: move in logic to commit for additional tasksPaul Eggleton2016-12-141-0/+69
* devtool: update-recipe: fix handling of compressed local patchesPaul Eggleton2016-11-231-4/+5
* lib/oe/patch: commit with a dummy user/email when PATCHTOOL=gitPaul Eggleton2016-09-031-0/+3
* patch.bbclass: remove useless path assignmentAlex Franco2016-04-061-1/+0
* patch.bbclass: unset TMPDIR after useRoss Burton2014-06-291-0/+1
* meta: Don't use deprecated bitbake APIRichard Purdie2013-09-011-2/+2
* patch.bbclass: increase securityConstantin Musca2012-09-141-8/+8
* patch.bbclass: Use one TMPDIR per patching processConstantin Musca2012-09-141-0/+11
* Convert tab indentation in python functions into four-spaceRichard Purdie2012-07-191-137/+137
* quilt: move empty quiltrc to native sysconfdirSaul Wold2012-04-261-1/+1
* classes/patch: optionally return non-patch sourcesBruce Ashfield2012-02-031-1/+8
* classes/patch: avoid backtrace when patch does not applyPaul Eggleton2012-01-191-1/+4
* patch.bbclass: Ensure the DATE and SRCDATE variable exclusions apply to the c...Richard Purdie2012-01-131-1/+3
* patch.bbclass: abstract out logic that determines patches to applyChristopher Larson2012-01-031-94/+109
* patch.bbclass: Add PATCHRESOLVE to excluded vars for generating sstate-cacheMatthew McClintock2011-11-241-1/+1
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-101-14/+14
* patch: Convert to use oe_terminalRichard Purdie2011-11-041-1/+3
* patch.bbclass: allow importing patches into other dirsTom Rini2011-04-041-3/+16
* meta/classes: Update classes to use new fetcher APIRichard Purdie2011-02-071-2/+1
* patch.bbclass: Move vardepsexclude flag to be along side the function using t...Richard Purdie2010-12-301-0/+1
* patch.bbclass: Merge patch enhancements from OE by Chris LarsonJoshua Lock2010-06-011-23/+36
* Update classes to use lib/oeJoshua Lock2010-05-061-455/+10
* bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Richard Purdie2009-11-131-1/+1
* classes: Remove and sanitise import statementsRichard Purdie2009-11-131-9/+2
* patch.bbclass: Merge in git resolver changes from OE.dev. Catch all exception...Richard Purdie2009-09-031-5/+21
* patch.bbclass: Fix up the environment for the patch resolution codeRichard Purdie2009-07-021-0/+2
* patch.bbclass: Sync with OE.devRichard Purdie2009-07-021-25/+63
* patch.bbclass: Allow a patch to be applied or not applied against a specific ...Richard Purdie2009-06-221-0/+12
* patch.bbclass: Make it possibe to override the patch dependencyRichard Purdie2008-05-181-1/+2
* patch.bbclass: Add support for maxrev and minrevRichard Purdie2007-08-031-21/+23
* patch.bbclass: Set default patch resolver to noopRichard Purdie2007-05-111-1/+1
* patch.bbclass: Specify a quiltrc file so users settings don't interfere with ...Richard Purdie2007-04-141-1/+5
* classes: Rework core dependencies to work properly at the task levelRichard Purdie2007-04-031-0/+2
* patch.bbclass: Fix force options for recent quilt versionsRichard Purdie2007-01-081-0/+1