[OE-core] [PATCH] context: allow test execution with buildhistory unless version-going-backwards is present

Burton, Ross ross.burton at intel.com
Fri Jun 9 12:51:35 UTC 2017


On 8 June 2017 at 21:40, <leonardo.sandoval.gonzalez at linux.intel.com> 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?

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170609/75f518f3/attachment-0002.html>


More information about the Openembedded-core mailing list