bitbake: toaster: move layer information reading code
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Wed, 27 Nov 2013 13:56:19 +0000 (13:56 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Dec 2013 11:16:12 +0000 (11:16 +0000)
commitc9bcd4a50c5d5a0124e51c835b35cc3892dcc5b5
treeed6c00e2f6ef2df81aeda4d18734cb9d34887538
parentd5c3684ca1bd127b451103ef108d48715bb7b66f
bitbake: toaster: move layer information reading code

In the processes of removing local system accesses
from toaster UI, we remove the layer data reading
code that was moved to toaster.bbclass, and
adapt the database writing code to read the data
from event sent by the toaster.bbclass

    [YOCTO #5604]

(Bitbake rev: 33b60a940f58e8374a8c7baa9bf28a98f54cdf13)

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/bb/ui/toasterui.py
bitbake/lib/toaster/orm/models.py