summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: force use of bash when running build within extensible SDKPaul Eggleton2015-04-241-0/+5
* devtool: call parse_recipe with correct argumentsMarkus Lehtonen2015-04-191-2/+3
* devtool: deploy-target: add dry-run optionPaul Eggleton2015-03-201-0/+16
* devtool: deploy-target: add an option to disable quiet modePaul Eggleton2015-03-201-3/+12
* devtool: deploy-target: detect and error if D is emptyPaul Eggleton2015-03-201-2/+6
* devtool: deploy-target: allow disabling host key checkingPaul Eggleton2015-03-201-4/+13
* devtool: modify/extract: prevent usage with incompatible recipesPaul Eggleton2015-03-201-13/+35
* devtool: modify: get correct initial revision from previously extracted sourc...Paul Eggleton2015-03-201-2/+13
* devtool: reset: add ability to reset entire workspacePaul Eggleton2015-03-201-19/+33
* devtool: name command line parsers appropriatelyPaul Eggleton2015-03-201-22/+22
* devtool: deploy-target: fix deploying to previously deployed machinePaul Eggleton2015-03-201-1/+3
* devtool: fix broken clones of git recipesPaul Eggleton2015-02-231-0/+7
* devtool: support source extraction for recipes that use a shared workdirPaul Eggleton2015-02-231-5/+14
* devtool: modify: handle recipes that use a shared workdirPaul Eggleton2015-02-231-4/+6
* devtool: prevent extract/modify use with image recipesPaul Eggleton2015-02-231-0/+8
* devtool: update-recipe: add handling for git recipesPaul Eggleton2015-02-231-86/+144
* devtool: build: run do_populate_sysroot instead of do_installPaul Eggleton2015-02-231-2/+3