Skip to content
Randy Witt edited this page Sep 7, 2016 · 1 revision
  1. git clone -b ppc https://github.com/zedian/yocto-testrunner.git

  2. cd yocto-testrunner

  3. docker build --force-rm -t testrunner .

  4. ./generate-run-containers-input.sh /somepath/to/a/poky /some/path/where/sstate/and/logs/will/go

  5. Wait a long time

  6. ./run-containers.sh testrunner n /some/path/where/sstate/and/logs/will/go (where n is the number to run simultaneously)

  7. Whenever there is a failure, the important logs will be in /some/path/where/sstate/and/logs/will/go/*-failure

Clone this wiki locally