On Mon, 20 Feb 2023 at 19:59, Martin Jansa <[email protected]> wrote: > > @@ -567,6 +567,7 @@ def _extract_source(srctree, keep_temp, devbranch, > > sync, config, basepath, works > > logger.debug('writing append file %s' % appendfile) > > with open(appendfile, 'a') as f: > > f.write('###--- _extract_source\n') > > + f.write('ERROR_QA:remove = "patch-fuzz"\n') > > should it append it to WARN_QA so that the warning is still shown to > user while this .bbappend is acive?
I don't think so, as patch-fuzz is a hard error now, so it's visible just prior to running devtool. The warning would only happen once when executing 'devtool modify' at the beginning to extract the source into the workspace, and would just say the same thing as the error. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#177452): https://lists.openembedded.org/g/openembedded-core/message/177452 Mute This Topic: https://lists.openembedded.org/mt/97092277/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
