bitbake: toaster: fix package data gathering
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Fri, 17 Jan 2014 17:58:05 +0000 (17:58 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Jan 2014 21:01:07 +0000 (21:01 +0000)
commit472231e611c79de425605c39ab83bb1892cda3de
tree21d72400bd8cc3b8ff245860c2f4a3eeb4cda462
parent0d95d15c3a5a2e6094b26bdf19d70b68de9acbfc
bitbake: toaster: fix package data gathering

Under OE-Core, the name under which a package would
be installed in a target may have been different than the
name under it has been built or recorded in the dependencies
listings.

This patch addresses the way that Toaster records package
names, and adds the field of "installed_name" to save the
name under which a package have been installed in an image.

(Bitbake rev: 24e0367429b248108b104ab5a2af05efcf7a8c39)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/buildinfohelper.py
bitbake/lib/toaster/orm/migrations/0004_auto__add_field_package_installed_name.py [new file with mode: 0644]
bitbake/lib/toaster/orm/models.py