summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/deploy.py
AgeCommit message (Expand)Author
2020-09-02devtool: deploy-target: Fix size calculation for hard linksMichael Tretter
2020-06-22devtool: fix typoPaul Eggleton
2019-10-23devtool: add ssh key option to deploy-target paramEduardo Abinader
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2019-02-25devtool: deploy-target: allow use of alternate sshOlaf Mandel
2018-11-27devtool: fix target-deploy --stripAdrian Freihofer
2018-03-01devtool: deploy-target: don't specify ssh/scp port unless user doesPaul Eggleton
2017-09-25scripts: drop True option to getVar callsMing Liu
2017-08-27devtool: deploy-target: Support stripped libs and execsTobias Hagelborn
2017-06-03devtool: deploy-target: Let script continue even if rm failsDaniel Lublin
2017-06-03devtool: deploy-target: Don't use find -execDaniel Lublin
2017-03-01scripts/lib/devtool/deploy.py: add --port/-P argument for target connectionTim Orling
2016-12-16scripts: remove True option to getVar callsJoshua Lock
2016-12-14devtool / recipetool: use tinfoil parsing APIPaul Eggleton
2016-10-05devtool: deploy-target: Avoid unnecessary dependency on awk on the targetPeter Kjellerstedt
2016-09-03scripts: ensure tinfoil is shut down correctlyPaul Eggleton
2016-02-21devtool: deploy-target: preserve existing filesPaul Eggleton
2016-02-21devtool: undeploy-target: support undeploying all recipesPaul Eggleton
2016-02-21devtool: deploy-target: write deployed files list to targetPaul Eggleton
2016-02-21devtool: (un)deploy-target: add help descriptionsPaul Eggleton
2016-02-21devtool: categorise and order subcommands in help outputPaul Eggleton
2015-09-23devtool: second fix for running from a different directoryMarkus Lehtonen
2015-09-22devtool: check that source tree still existsPaul Eggleton
2015-09-12devtool: make plugin_init optionalEd Bartosh
2015-06-18devtool: deploy: fix preservation of symlinks and permissions/ownershipPaul Eggleton
2015-06-18devtool: use DevtoolError for error handlingMarkus Lehtonen
2015-05-15devtool: deploy-target: use tinfoil instead of bitbake -ePaul Eggleton
2015-05-15devtool: deploy plugin: fix bad indentationMarkus Lehtonen
2015-05-15devtool: add missing docstringsMarkus Lehtonen
2015-05-15devtool: rename unused variablesMarkus Lehtonen
2015-05-15devtool: remove unused imports / re-importsMarkus Lehtonen
2015-03-20devtool: deploy-target: add dry-run optionPaul Eggleton
2015-03-20devtool: deploy-target: add an option to disable quiet modePaul Eggleton
2015-03-20devtool: deploy-target: detect and error if D is emptyPaul Eggleton
2015-03-20devtool: deploy-target: allow disabling host key checkingPaul Eggleton
2015-03-20devtool: deploy-target: fix deploying to previously deployed machinePaul Eggleton
2014-12-21scripts/devtool: Support deploy/undeploy functionJunchun Guan