On Fri, 2017-06-09 at 13:51 +0100, Burton, Ross wrote: > > On 8 June 2017 at 21:40, <[email protected]> > wrote: > - if "buildhistory.bbclass" in > self.tc.td["BBINCLUDED"]: > + # buildhistory introduce QA 'version-going-backwards' > errors so stop if the latter are enabled > + if "buildhistory.bbclass" in self.tc.td["BBINCLUDED"] > and 'version-going-backwards' in self.tc.td['ERROR_QA']: > > > Would it be possible instead to remove version-going-backwards from > ERROR_QA?
At the bug entry, there is a discussion around this. The idea is to keep buildhistory disable while oe-selftest is executing, but if user really needs this, 'force' the user to remove this check from the ERROR_QA string on his/her local.conf. > > > Ross -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
