summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool
Commit message (Expand)AuthorAgeFilesLines
...
* devtool: modify: enable do_shared_workdir for kernelMarkus Lehtonen2015-09-091-1/+1
* devtool: add mechanism for updating extensible SDKQi.Chen@windriver.com2015-09-091-0/+197
* 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
* devtool: build-image: add commentsEd Bartosh2015-08-311-0/+2
* devtool: build-image: remove <image>.bbappendEd Bartosh2015-08-311-0/+5
* devtool: build-image: add extra loggingEd Bartosh2015-08-311-0/+6
* devtool: build-image: generate notification callbackEd Bartosh2015-08-311-0/+9
* devtool: build-image: filter out recipesEd Bartosh2015-08-311-4/+21
* devtool: build-image: improve help and descriptionEd Bartosh2015-08-311-4/+6
* devtool: build-image: rename LOG -> loggerEd Bartosh2015-08-311-2/+2
* Revert "devtool: make add_md5 a public API"Ed Bartosh2015-08-312-11/+11
* devtool: make 2 functions publicEd Bartosh2015-08-312-32/+31
* devtool: build-image: stop using add_md5Ed Bartosh2015-08-311-3/+1
* devtool: implement build-image pluginEd Bartosh2015-08-301-0/+56
* devtool: make add_md5 a public APIEd Bartosh2015-08-302-10/+10
* 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
* devtool: also load plugins from BBPATHChristopher Larson2015-07-271-2/+2
* lib/devtool/standard: Fix patch cleanupRichard Purdie2015-06-261-1/+2
* devtool: deploy: fix preservation of symlinks and permissions/ownershipPaul Eggleton2015-06-182-3/+23
* devtool: use DevtoolError for error handlingMarkus Lehtonen2015-06-183-99/+92
* 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-202-1/+8
* devtool: deploy-target: use tinfoil instead of bitbake -ePaul Eggleton2015-05-161-3/+9
* devtool: fix build env command execution error handlingPaul Eggleton2015-05-162-7/+24
* devtool: deploy plugin: fix bad indentationMarkus Lehtonen2015-05-161-2/+2
* devtool: add missing docstringsMarkus Lehtonen2015-05-163-3/+28
* devtool: rename unused variablesMarkus Lehtonen2015-05-162-3/+3
* devtool: remove unused imports / re-importsMarkus Lehtonen2015-05-163-3/+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