Re: [OE-Core][RFC][PATCH 1/3] oeqa/target/ssh: update options for SCP

2023-06-02 Thread Richard Purdie
On Fri, 2023-06-02 at 15:41 +0200, Alexis Lothoré wrote: > On 6/2/23 14:02, Richard Purdie wrote: > > On Fri, 2023-06-02 at 11:50 +0200, Alexis Lothoré via > > lists.openembedded.org wrote: > > > Add two options for SCP: > > > - by default scp expects sftp server to be available on target, which

Re: [OE-Core][RFC][PATCH 1/3] oeqa/target/ssh: update options for SCP

2023-06-02 Thread Alexis Lothoré via lists . openembedded . org
On 6/2/23 14:02, Richard Purdie wrote: > On Fri, 2023-06-02 at 11:50 +0200, Alexis Lothoré via > lists.openembedded.org wrote: >> Add two options for SCP: >> - by default scp expects sftp server to be available on target, which is >> not always true (e.g: core-image-minimal image). Pass -O to

Re: [OE-Core][RFC][PATCH 1/3] oeqa/target/ssh: update options for SCP

2023-06-02 Thread Richard Purdie
On Fri, 2023-06-02 at 11:50 +0200, Alexis Lothoré via lists.openembedded.org wrote: > Add two options for SCP: > - by default scp expects sftp server to be available on target, which is > not always true (e.g: core-image-minimal image). Pass -O to force SCP to > fallback to legacy SCP protocol

[OE-Core][RFC][PATCH 1/3] oeqa/target/ssh: update options for SCP

2023-06-02 Thread Alexis Lothoré via lists . openembedded . org
Add two options for SCP: - by default scp expects sftp server to be available on target, which is not always true (e.g: core-image-minimal image). Pass -O to force SCP to fallback to legacy SCP protocol - by default scp expects files. Passing -r option allows to copy directories too