]> code.ossystems Code Review - openembedded-core.git/commit
rootfs.py: Use one way to exclude lines in _log_check_error()
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 18 May 2016 22:28:15 +0000 (00:28 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 May 2016 21:31:34 +0000 (22:31 +0100)
commit321df88088fbfa657b61b2bae32751f03daec46f
tree590dfcaed51cf136401ba20aa8f3e06f4b5de22c
parent865ab39f18a52ed84217df56d0e65113e2894d02
rootfs.py: Use one way to exclude lines in _log_check_error()

Before there were three different ways to exclude a line from being
searched for error messages in _log_check_error(). Now there is only
one: an array of regular expressions. This should make it easy to add
more excludes if nedded.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/rootfs.py