]> code.ossystems Code Review - openembedded-core.git/commit
package_manager.py: get rid of ROOTFS_RPM_DEBUG in RpmPM()
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Thu, 24 May 2018 09:36:44 +0000 (12:36 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 May 2018 20:06:02 +0000 (21:06 +0100)
commit9128fd1396729a71b4832a597cf070c2be922d63
tree128c4d010a6a52219df60cad9609cc61e6f19231
parenta2b9834ec9b817e32772ddc27bc6b55fab33670c
package_manager.py: get rid of ROOTFS_RPM_DEBUG in RpmPM()

This was undocumented, and it's better to just always enable
full debug output, as this allows immediate generation of logs
with full diagnostics when things go not as expected.

Also, change the output of dnf from note to debug level; this
does not affect what is written to log file, but does reduce the
verbosity of bitbake -v.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/package_manager.py