summaryrefslogtreecommitdiffstats
path: root/scripts/contrib/devtool-stress.py
Commit message (Collapse)AuthorAgeFilesLines
* scripts/contrib: add devtool stress testerPaul Eggleton2015-09-231-0/+241
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. (From OE-Core rev: 278f40cce14af430ac1743436132584eedfe792e) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>