bitbake: toaster: update database schema
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Thu, 20 Feb 2014 12:47:55 +0000 (12:47 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Mar 2014 19:24:01 +0000 (12:24 -0700)
commit0f6834b06bb187ddd4784cac7c3ed779d9d97236
tree3a2dc186afd4507d1eeb66ddac1743f34bb9e096
parent9ab6d800c393b14aa5b81d7a6027b9fd3d3e16f4
bitbake: toaster: update database schema

This patch updates the database schema to resolve a
number of issues discovered while implementing the
UI interface.

We do not expect that all the data will come in valid
at this point.

[YOCTO #5453]
[YOCTO #5833]
[YOCTO #5836]
[YOCTO #5811]
[YOCTO #5812]
[YOCTO #5820]

(Bitbake rev: f8ad96d10a095e21fd2ce424c45e17f54642fb54)

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/bldviewer/templates/simple_build.html
bitbake/lib/toaster/bldviewer/templates/simple_recipe.html
bitbake/lib/toaster/orm/migrations/0005_auto__add_target_image_file__add_target_file__add_field_variablehistor.py [new file with mode: 0644]
bitbake/lib/toaster/orm/models.py
bitbake/lib/toaster/toastergui/templates/build.html
bitbake/lib/toaster/toastergui/views.py