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 +++-
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