]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:15 +0000 (23:10 +0100)
commit89f8348dc58ce69ed566e02acfe2dfbc29cd4131
tree4d60d0105442406e1b507510c37cda9b875187d7
parent5c91537ab250e823b362bf5cc94760d26c6a4429
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).

(From OE-Core rev: 8fc109f1cb6eb437c12d2d11a6937de6f035e296)

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