[OE-core] [PATCH 0/7] Improvements for the rootfs log check

Peter Kjellerstedt peter.kjellerstedt at axis.com
Wed May 18 22:28:11 UTC 2016


This is a set of improvements to the log check code in
meta/lib/oe/rootfs.py. It started out with me wanting to reduce the
spam I got when there were many warnings in the log, and ended up with
quite a lot of refactoring. I also activated the fix to bug 7789 along
the way...

I have only tested this with rpm builds, but I expect it to work for
deb and ipk builds as well...

//Peter

The following changes since commit 7707cf6562e6a477ea953743a2d9aba682d90949:

  sdk-manual: Fixed three broken links to sections within manual. (2016-05-17 21:35:00 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib pkj/improve_rootfs_log_check
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/improve_rootfs_log_check

Peter Kjellerstedt (7):
  Revert "rootfs.py: add more info to the warning message"
  rootfs.py: Remove _log_check_error() from the RpmRootfs class
  rootfs.py: Simplify the regular expression used in _log_check_warn()
  rootfs.py: Use one way to exclude lines in _log_check_error()
  rootfs.py: Exclude lines in _log_check_warn() as well
  rootfs.py: Reduce spam from _log_check_warn()
  rootfs.py: Unify _log_check_warn() and _log_check_error()

 meta/lib/oe/rootfs.py | 93 +++++++++++++++++----------------------------------
 1 file changed, 31 insertions(+), 62 deletions(-)

-- 
2.1.0



More information about the Openembedded-core mailing list