]> code.ossystems Code Review - openembedded-core.git/commit
oe-selftest: Implement console 'keepalive' output
authorNathan Rossi <nathan@nathanrossi.com>
Thu, 5 Sep 2019 13:44:15 +0000 (13:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Sep 2019 07:13:40 +0000 (08:13 +0100)
commit77939cca96fa5467c88eafa3ac0db2db4aef09d6
treec5cbe1e6a475c4ac6e4978afa36de16007f63684
parent2dc78e805d80bdba8710a6a417fc139e884b9ea9
oe-selftest: Implement console 'keepalive' output

Similar to bitbake, implement a 'keepalive' output to the console to
ensure CI systems do not kill the process. The default timeout for
bitbake is 5000s.

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/scriptutils.py
scripts/oe-selftest