]> code.ossystems Code Review - openembedded-core.git/commit
Revert "rootfs.py: add more info to the warning message"
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 18 May 2016 22:28:12 +0000 (00:28 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 May 2016 21:31:33 +0000 (22:31 +0100)
commite509a83c8eb5a572aad7e7451d019fa2469d70c3
tree2048840a9e5f0011c97ea5780cea4a4a62859b3c
parentba6b3674e7788dd3a8aa0a2c830fa78badf68532
Revert "rootfs.py: add more info to the warning message"

The reverted commit added a warning with the log line that triggered
the log check for error messages before the warning that states that
an error has been found in the log. However, the error line is output
by the call to bb.fatal() that follows immediately after the original
warning, which makes it redundant. Additionaly, having two warnings
contradicts the intent of commit 8dfdd329 where the log warnings were
tidied up.

This reverts commit f9cf31525fc885e1a0f65bd55654631257f87078.

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