[bitbake-devel] [PATCH 1/2] bitbake: fix setscene task start/failure handling

McClintock Matthew-B29882 B29882 at freescale.com
Mon Feb 27 19:15:46 UTC 2012


On Mon, Feb 27, 2012 at 12:54 PM, Paul Eggleton
<paul.eggleton at linux.intel.com> wrote:
> +            if isinstance(event, bb.runqueue.sceneQueueTaskFailed):
> +                logger.warn("Setscene task %s (%s) failed with exit code '%s' - real task will be run instead",
> +                             event.taskid, event.taskstring, event.exitcode)

This removes the "ERROR:" message, right?

-M




More information about the bitbake-devel mailing list