summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/standard.py
Commit message (Expand)AuthorAgeFilesLines
* devtool: check that source tree still existsPaul Eggleton2015-09-231-7/+4
* devtool: update-recipe: get srcuri parameters with decodeurl()Markus Lehtonen2015-09-121-5/+2
* devtool: make plugin_init optionalEd Bartosh2015-09-121-5/+0
* devtool: update-recipe: add a warning when recipe is inside the workspacePaul Eggleton2015-09-091-0/+4
* devtool: update-recipe: better 'auto' modeMarkus Lehtonen2015-09-091-7/+27
* devtool: Create a single file for the build devtool featureLeonardo Sandoval2015-09-091-22/+0
* devtool: add upgrade featureLeonardo Sandoval2015-09-091-1/+3
* devtool: improve modified file preservation to handle directory structuresPaul Eggleton2015-09-091-9/+21
* devtool: modify: enable do_shared_workdir for kernelMarkus Lehtonen2015-09-091-1/+1
* devtool: run kernel dependenciesMarkus Lehtonen2015-09-041-3/+23
* devtool: extract: correct initial rev for kernel packagesMarkus Lehtonen2015-09-041-17/+16
* devtool: make required tasks be run in kernel buildMarkus Lehtonen2015-09-041-0/+2
* Revert "devtool: make add_md5 a public API"Ed Bartosh2015-08-311-4/+11
* devtool: make 2 functions publicEd Bartosh2015-08-311-32/+4
* devtool: make add_md5 a public APIEd Bartosh2015-08-301-10/+4
* lib/oe/recipeutils: avoid parsing in get_var_files()Paul Eggleton2015-08-191-2/+2
* devtool: fix handling of BBCLASSEXTENDed recipesPaul Eggleton2015-08-191-8/+12
* devtool: extract: remove patches subdirectory when S == WORKDIRPaul Eggleton2015-08-191-2/+1
* devtool: extract: prevent externalsrc from interfering with extractionPaul Eggleton2015-08-191-0/+2
* lib/devtool/standard: Fix patch cleanupRichard Purdie2015-06-261-1/+2
* devtool: use DevtoolError for error handlingMarkus Lehtonen2015-06-181-84/+70
* devtool: remove some unused return valuesMarkus Lehtonen2015-06-181-3/+0
* devtool: split out 'patch' update mode into a separate functionMarkus Lehtonen2015-06-181-114/+122
* devtool: split out 'srcrev' update mode into a separate functionMarkus Lehtonen2015-06-181-77/+111
* devtool: slight simplification of path splitting logicMarkus Lehtonen2015-06-181-6/+5
* devtool: simplify few conditionals a bitMarkus Lehtonen2015-06-181-8/+6
* devtool: simplify the logic of determining patches to be removedMarkus Lehtonen2015-06-181-14/+11
* devtool: update-recipe: do rev parsing in a separate functionMarkus Lehtonen2015-06-181-24/+31
* devtool: refactor bb task execution into a separate classMarkus Lehtonen2015-06-181-20/+30
* devtool: fix wrong indentationMarkus Lehtonen2015-06-181-2/+2
* devtool: update-recipe: add option to write changes to bbappendPaul Eggleton2015-05-201-41/+107
* devtool / recipetool: ensure bb.note() gets printedPaul Eggleton2015-05-201-0/+7
* devtool: fix build env command execution error handlingPaul Eggleton2015-05-161-5/+17
* devtool: add missing docstringsMarkus Lehtonen2015-05-161-1/+19
* devtool: rename unused variablesMarkus Lehtonen2015-05-161-1/+1
* devtool: remove unused imports / re-importsMarkus Lehtonen2015-05-161-1/+0
* devtool: extract: remove patches when S=WORKDIRMarkus Lehtonen2015-05-161-1/+26
* devtool: fix for rename of gcc-sourcePaul Eggleton2015-05-071-1/+1
* devtool: add: use the appropriate file naming and versioning for SCM recipesPaul Eggleton2015-05-011-1/+13
* devtool: add: add an option to fetch remote sourcePaul Eggleton2015-05-011-3/+22
* recipetool: ensure git clone is standalone when extractingPaul Eggleton2015-05-011-6/+2
* devtool: update-recipe: check if source tree is a git repositoryPaul Eggleton2015-04-271-5/+11
* devtool: update-recipe: handle unversioned bbappendsPaul Eggleton2015-04-271-7/+7
* devtool: reset: avoid errors in case file no longer existsPaul Eggleton2015-04-271-1/+8
* devtool: add: use correct bbappend file name with -V optionPaul Eggleton2015-04-271-1/+1
* devtool: include bbappends in recipe parsingMarkus Lehtonen2015-04-271-13/+22
* devtool: modify: implement --no-same-dirMarkus Lehtonen2015-04-271-2/+7
* devtool: modify: use B=S if that is the default for the recipeMarkus Lehtonen2015-04-271-5/+12
* devtool: call parse_recipe with correct argumentsMarkus Lehtonen2015-04-191-2/+3
* devtool: modify/extract: prevent usage with incompatible recipesPaul Eggleton2015-03-201-13/+35