Re: [OE-core] [PATCH v5 1/2] lib/oe/qa,insane: Move extra error handling functions to library

2021-10-17 Thread Richard Purdie
On Fri, 2021-10-15 at 15:39 +0100, Mike Crowe via lists.openembedded.org wrote: > Extract package_qa_write_error, package_qa_handle_error and > package_qa_add_message functions from insane.bbclass to lib/oe/qa.py and > drop the package_qa_ prefixes. > > Update various bbclasses to use the new

[OE-core] [PATCH v5 1/2] lib/oe/qa,insane: Move extra error handling functions to library

2021-10-15 Thread Mike Crowe via lists.openembedded.org
Extract package_qa_write_error, package_qa_handle_error and package_qa_add_message functions from insane.bbclass to lib/oe/qa.py and drop the package_qa_ prefixes. Update various bbclasses to use the new functions. No import is required since base.bbclass puts oe.qa in OE_IMPORTS. Stop requiring