]> code.ossystems Code Review - openembedded-core.git/commit
devtool: return specific exit code for incompatible recipes
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 10 Jul 2016 23:07:56 +0000 (11:07 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Jul 2016 22:10:04 +0000 (23:10 +0100)
commitffd295fed4ab81fc0bd00bb145ef4d72c49584bf
treef375bbc94f9407bf2f4618e6b82dfedc8909562e
parent47822a2aff56fd338c16b5ad756feda9f395a8a1
devtool: return specific exit code for incompatible recipes

Certain recipes cannot be used with devtool extract / modify / upgrade -
usually because they don't provide any source. Return a specific exit
code (4) so that scripts such as scripts/contrib/devtool-stress.py know
the difference between this and a genuine failure.

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