[OE-core] [PATCH 4/4] sshcontrol.py: in copy_to() always use scp

2017-11-06 Thread Stephano Cetola
From: Erik Botö The current implementation is broken when the localpath is a link. Then only a symlink would be created on the target, instead of copying the actual file. [YOCTO #11524] Signed-off-by: Erik Botö Signed-off-by: Stephano Cetola --- meta/lib/oeqa/utils/sshcontrol.py | 9 +++-

[OE-core] [PATCH 4/4] sshcontrol.py: in copy_to() always use scp

2017-05-19 Thread Erik Botö
The current implementation is broken when the localpath is a link. Then only a symlink would be created on the target, instead of copying the actual file. Signed-off-by: Erik Botö --- meta/lib/oeqa/utils/sshcontrol.py | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/m