]> code.ossystems Code Review - openembedded-core.git/commit
scripts/contrib: add devtool stress tester
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Sep 2015 16:21:23 +0000 (17:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Sep 2015 17:12:53 +0000 (18:12 +0100)
commit278f40cce14af430ac1743436132584eedfe792e
treee4c783da2edf992a19be7c1fa0a63a3a43092af1
parent21fdbd76f458b70a6646dd6d0749e3a465ebd320
scripts/contrib: add devtool stress tester

Add a script to run "devtool modify" followed by a build on every target
recipe in the environment (with the option to skip/resume from/only
include specific recipes). This takes far too long to run as an
oe-selftest test but is still something that is useful to be able to
run. There's also a slightly quicker mode that just runs "devtool
extract" on each recipe.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/devtool-stress.py [new file with mode: 0755]