]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
devtool: return specific exit code for incompatible recipes
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 8 Jul 2016 03:11:13 +0000 (15:11 +1200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 10 Jul 2016 23:02:42 +0000 (11:02 +1200)
commitdc4b7dcfe2a1a7a9efb20903b5cb9232aedd3716
tree3691e823c6c8f85d130fd2f23300136cb15053aa
parent314198057ff1f703bc1a150c335f3987eb2cce01
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>
scripts/devtool
scripts/lib/devtool/__init__.py
scripts/lib/devtool/standard.py