summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/deploy.py
Commit message (Expand)AuthorAgeFilesLines
* devtool: refactor deploy-targetAdrian Freihofer2024-02-021-114/+122
* devtool: refactor deploy to use exec_fakeroot_no_dAdrian Freihofer2024-02-021-4/+7
* devtool: deploy: provide max_process to strip_execsClay Chang2023-12-231-1/+2
* devtool: deploy-target: Remove stripped binaries in pseudo contextFlorian Amstutz2022-02-071-1/+1
* devtool: deploy-target: Fix preserving attributes when using --stripFlorian Amstutz2021-07-021-1/+1
* devtool: deploy-target: Fix size calculation for hard linksMichael Tretter2020-09-021-1/+7
* devtool: fix typoPaul Eggleton2020-06-231-2/+2
* devtool: add ssh key option to deploy-target paramEduardo Abinader2019-10-231-0/+8
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-11/+1
* devtool: deploy-target: allow use of alternate sshOlaf Mandel2019-02-251-4/+16
* devtool: fix target-deploy --stripAdrian Freihofer2018-11-271-1/+1
* devtool: deploy-target: don't specify ssh/scp port unless user doesPaul Eggleton2018-03-011-8/+4
* 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