bitbake: toaster: create models for bldcontrol and enable it
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Mon, 9 Jun 2014 11:55:53 +0000 (12:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Jun 2014 10:55:33 +0000 (11:55 +0100)
commit9fe1c80dce6d8afcc35060e62ca6de03b2911739
tree3cbac042f6b647f759e3662be518ff1a7f4e1849
parent3011818d6982903afc7138b1b99572382e907a8d
bitbake: toaster: create models for bldcontrol and enable it

We create the model classes that store information
about triggering builds, and the available build
environments.

We add a fixture with a default build environment
for build control, using a "build/" directory under
the poky checkout directory.

We enable the bldcontrol in toaster starting script
and in the toaster settings as to allow the actual database
to be kept in sync with the source code.

(Bitbake rev: d4bfe9059f765f11244b97e324c0131f32f8e400)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/bin/toaster
bitbake/lib/toaster/bldcontrol/fixtures/initial_data.json [new file with mode: 0644]
bitbake/lib/toaster/bldcontrol/migrations/0001_initial.py [new file with mode: 0644]
bitbake/lib/toaster/bldcontrol/migrations/__init__.py [new file with mode: 0644]
bitbake/lib/toaster/bldcontrol/models.py
bitbake/lib/toaster/toastermain/settings.py