bitbake: toaster: select recipe based on PN name
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Wed, 19 Mar 2014 17:39:25 +0000 (17:39 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Mar 2014 11:17:34 +0000 (11:17 +0000)
commitf69ee1b1d4a8f2fd28854eb3f92deade92e27ad2
treeabb971cc01dec762baafe127335783116975fbbd
parentf829af0e9ec01c443fe762201179395725b83993
bitbake: toaster: select recipe based on PN name

When saving task stats, if there were multiple tasks executed
based on the same recipe file, we might have saved the stats
to the wrong task by selecting another recipe.

This patch takes the PN into account to properly select
the file stats.

A check is also made to make sure we don't fail saving
data due to interrupted builds.

(Bitbake rev: e855031410daf2b99a6ca40b70956fe67c96f71c)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/buildinfohelper.py