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

2021-10-15 Thread Richard Purdie
On Fri, 2021-10-15 at 15:17 +0100, Mike Crowe wrote: > On Friday 15 October 2021 at 15:09:08 +0100, Richard Purdie wrote: > > On Fri, 2021-10-15 at 14:59 +0100, Mike Crowe via lists.openembedded.org > > wrote: > > > Extract package_qa_write_error, package_qa_handle_error and > > >

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

2021-10-15 Thread Mike Crowe via lists.openembedded.org
On Friday 15 October 2021 at 15:09:08 +0100, Richard Purdie wrote: > On Fri, 2021-10-15 at 14:59 +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 > >

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

2021-10-15 Thread Richard Purdie
On Fri, 2021-10-15 at 14:59 +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 v4 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