Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
f7d99f46
Commit
f7d99f46
authored
Mar 04, 2021
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added debug output for target_scp
parent
c0f95527
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
elphel-scp.bbclass
classes/elphel-scp.bbclass
+2
-0
No files found.
classes/elphel-scp.bbclass
View file @
f7d99f46
...
@@ -92,6 +92,7 @@ python do_target_scp () {
...
@@ -92,6 +92,7 @@ python do_target_scp () {
#copy archive
#copy archive
print("Copy archive")
print("Copy archive")
cmd = "scp -i "+IDENTITY_FILE+" -p "+WORKDIR+"/image.tar.gz "+REMOTE_USER+"@"+REMOTE_IP+":/"
cmd = "scp -i "+IDENTITY_FILE+" -p "+WORKDIR+"/image.tar.gz "+REMOTE_USER+"@"+REMOTE_IP+":/"
print("cmd: "+cmd)
subprocess.run(cmd,stderr=subprocess.STDOUT,shell=True)
subprocess.run(cmd,stderr=subprocess.STDOUT,shell=True)
#unpack archive to mountpoint
#unpack archive to mountpoint
...
@@ -107,6 +108,7 @@ python do_target_scp () {
...
@@ -107,6 +108,7 @@ python do_target_scp () {
#copy archive
#copy archive
cmd = "scp -i "+IDENTITY_FILE+" -p "+WORKDIR+"/image.tar.gz "+REMOTE_USER+"@"+REMOTE_IP+":/"
cmd = "scp -i "+IDENTITY_FILE+" -p "+WORKDIR+"/image.tar.gz "+REMOTE_USER+"@"+REMOTE_IP+":/"
print("cmd: "+cmd)
subprocess.run(cmd,stderr=subprocess.STDOUT,shell=True)
subprocess.run(cmd,stderr=subprocess.STDOUT,shell=True)
#unpack archive to /
#unpack archive to /
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment