]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:15:45 +0000 (08:15 +0100)
commit4364a26db198870b12749f04da2ed0f95a105ab0
tree575887548845b50fce15dd837d1118a3c693f146
parentecfa7aaea3e1c227704583347555e0b68de63104
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.

(From OE-Core rev: 77939cca96fa5467c88eafa3ac0db2db4aef09d6)

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