summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/deploy.py
Commit message (Expand)AuthorAgeFilesLines
* scripts: drop True option to getVar callsMing Liu2017-09-261-4/+4
* devtool: deploy-target: Support stripped libs and execsTobias Hagelborn2017-08-271-4/+29
* devtool: deploy-target: Let script continue even if rm failsDaniel Lublin2017-06-031-1/+1
* devtool: deploy-target: Don't use find -execDaniel Lublin2017-06-031-1/+5
* scripts/lib/devtool/deploy.py: add --port/-P argument for target connectionTim Orling2017-03-011-4/+22
* scripts: remove True option to getVar callsJoshua Lock2016-12-161-1/+1
* devtool / recipetool: use tinfoil parsing APIPaul Eggleton2016-12-141-1/+1
* devtool: deploy-target: Avoid unnecessary dependency on awk on the targetPeter Kjellerstedt2016-10-051-1/+1
* scripts: ensure tinfoil is shut down correctlyPaul Eggleton2016-09-031-69/+72
* devtool: deploy-target: preserve existing filesPaul Eggleton2016-02-211-9/+78
* devtool: undeploy-target: support undeploying all recipesPaul Eggleton2016-02-211-20/+39
* devtool: deploy-target: write deployed files list to targetPaul Eggleton2016-02-211-41/+103
* devtool: (un)deploy-target: add help descriptionsPaul Eggleton2016-02-211-0/+2
* devtool: categorise and order subcommands in help outputPaul Eggleton2016-02-211-2/+6
* devtool: second fix for running from a different directoryMarkus Lehtonen2015-09-241-1/+1
* devtool: check that source tree still existsPaul Eggleton2015-09-231-4/+3
* devtool: make plugin_init optionalEd Bartosh2015-09-121-5/+0
* devtool: deploy: fix preservation of symlinks and permissions/ownershipPaul Eggleton2015-06-181-3/+7
* devtool: use DevtoolError for error handlingMarkus Lehtonen2015-06-181-15/+16
* devtool: deploy-target: use tinfoil instead of bitbake -ePaul Eggleton2015-05-161-3/+9
* devtool: deploy plugin: fix bad indentationMarkus Lehtonen2015-05-161-2/+2
* devtool: add missing docstringsMarkus Lehtonen2015-05-161-1/+5
* devtool: rename unused variablesMarkus Lehtonen2015-05-161-2/+2
* devtool: remove unused imports / re-importsMarkus Lehtonen2015-05-161-1/+0
* 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: deploy-target: fix deploying to previously deployed machinePaul Eggleton2015-03-201-1/+3
* scripts/devtool: Support deploy/undeploy functionJunchun Guan2014-12-231-0/+100