]> code.ossystems Code Review - openembedded-core.git/commit
rootfs.py: add more info to the warning message
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 21 Oct 2015 16:18:08 +0000 (16:18 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Oct 2015 11:17:17 +0000 (12:17 +0100)
commitf9cf31525fc885e1a0f65bd55654631257f87078
tree81844587217383be9c54758cd0e936ab33020bbd
parent23b30c34581948e1ea02c25cbf7b9194d7e49fb8
rootfs.py: add more info to the warning message

Since the log_check_regex can potentially be false positive it
makes sense to print the whole line where error is found.
This way user will be able to see the error and understand
if it's valid or not.

[YOCTO: #7789]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/rootfs.py