]> code.ossystems Code Review - openembedded-core.git/commit
scripts/devtool: Support deploy/undeploy function
authorJunchun Guan <junchunx.guan@intel.com>
Fri, 19 Dec 2014 11:41:56 +0000 (11:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Dec 2014 17:30:52 +0000 (17:30 +0000)
commitcc10751aa3121218b21ec2058358f3ea02a4500a
tree78c8863e5ce4be32085f3e90bd5788651a846a18
parent716d9b1f304a12bab61b15e3ce526977c055f074
scripts/devtool: Support deploy/undeploy function

Deploy recipe output files to live target machine using scp
Store the files list and target machine info in localhost if deployment
is done
Undeploy recipe output files in target machine using the previous
deployment info

[YOCTO #6654]

Signed-off-by: Junchun Guan <junchunx.guan@intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/deploy.py [new file with mode: 0644]