]> code.ossystems Code Review - openembedded-core.git/commit
scripts/contrib/devtool-stress: skip incompatible recipes
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 10 Jul 2016 23:07:57 +0000 (11:07 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Jul 2016 22:10:04 +0000 (23:10 +0100)
commit8fc109f1cb6eb437c12d2d11a6937de6f035e296
tree50341b9c8416331f22e014a0b0257e0cd707c3f6
parentffd295fed4ab81fc0bd00bb145ef4d72c49584bf
scripts/contrib/devtool-stress: skip incompatible recipes

If devtool returns exit code 4 then record the recipes as "skipped"
rather than "failed" - these are recipes we know cannot work (usually
because they don't provide any source).

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