summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/standard.py
Commit message (Expand)AuthorAgeFilesLines
...
* devtool: modify: use correct local files directory nameMarkus Lehtonen2015-10-011-1/+1
* devtool: update-recipe: enable var history trackingMarkus Lehtonen2015-10-011-1/+1
* devtool: modify: make bitbake use local files from srctreeMarkus Lehtonen2015-10-011-2/+7
* devtool: better support for local source filesMarkus Lehtonen2015-10-011-96/+218
* devtool: file mover function that creates target dirMarkus Lehtonen2015-10-011-5/+11
* devtool: update_recipe: refactor patch generationMarkus Lehtonen2015-10-011-47/+72
* devtool: update-recipe: add new patches in correct orderMarkus Lehtonen2015-10-011-1/+1
* devtool: second fix for running from a different directoryMarkus Lehtonen2015-09-241-5/+5
* devtool / recipetool: add handling for binary-only packagesPaul Eggleton2015-09-231-0/+9
* devtool: add: move important "recipe created" message to the endPaul Eggleton2015-09-231-1/+2
* devtool: add: set up fetched source as a git repository by defaultPaul Eggleton2015-09-231-7/+6
* devtool: better handling for recipes that don't unpack sourcePaul Eggleton2015-09-231-3/+5
* devtool: fix extracting source for work-shared recipesPaul Eggleton2015-09-231-1/+1
* devtool: show proper error when extracting source for recipes with disabled u...Paul Eggleton2015-09-231-0/+4
* devtool: add: properly handle separate build directoryPaul Eggleton2015-09-231-15/+15
* devtool: add: ensure --color=never turns off recipetool colour outputPaul Eggleton2015-09-231-1/+1
* 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