bitbake: bb/ui: store_dependency_information optimization
authorMarius Avram <marius.avram@intel.com>
Tue, 18 Feb 2014 14:39:24 +0000 (16:39 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Mar 2014 19:23:58 +0000 (12:23 -0700)
commita155a22ac14fc2e41f1063852fc162ac96c188e3
treef201c9087876186436419130e445c57627493638
parentf9d881e0dc0d7ce94840d578bc91faec4097c707
bitbake: bb/ui: store_dependency_information optimization

This optimization is in support of the bug #5485. The function called
at the beginning of every build: store_dependency_information was taking
approximately 20sec and it was delaying the arrival of events from the
event queue. The change minimizes the calls to _save_a_task(),
reducing the time to half.

(Bitbake rev: b86fd2be40303d886fdb9ad3009355584d285acc)

Signed-off-by: Marius Avram <marius.avram@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/buildinfohelper.py