]> code.ossystems Code Review - openembedded-core.git/commit
devtool: deploy-target: detect and error if D is empty
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 8 Mar 2015 12:51:36 +0000 (12:51 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 11:03:12 +0000 (11:03 +0000)
commit3fd9ac277393bef5c646f16b9d8f30c277881d70
tree18ba6732bd61bb4763ef45b183cc9c0077222bdd
parent81dd1319112a99bc38b7a7ced0663918ac5b09a4
devtool: deploy-target: detect and error if D is empty

If you haven't built the recipe yet or if the output directory (${D}) is
empty, then we should tell the user rather than have scp error out.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/devtool/deploy.py