bitbake: toaster: improved Project models
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Tue, 15 Jul 2014 12:01:56 +0000 (13:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Jul 2014 19:06:57 +0000 (20:06 +0100)
commit49dc6e2af2813d4f22f2e766fcaa1ac6f862e1c6
tree9609eeb3dbd4f312aae367209c733deb1bab15ba
parent0e5fcc6c12cb3b99f23f4d0e112acc9f061100e1
bitbake: toaster: improved Project models

A layer may live in a subdirectory of a git repository,
so we add a field to track this setting in the Project layers.

We add the Project schedule_build function, which creates
a build request from the current project configuration.

We also fix an import problem with Projects in views.

(Bitbake rev: 1b5835e5d48cbfb7d38e38437c45d161052dfb37)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/toaster/bldcontrol/migrations/0003_auto__add_field_brlayer_dirpath.py [new file with mode: 0644]
bitbake/lib/toaster/bldcontrol/models.py
bitbake/lib/toaster/orm/migrations/0011_auto__add_field_projectlayer_dirpath.py [new file with mode: 0644]
bitbake/lib/toaster/orm/models.py
bitbake/lib/toaster/toastergui/views.py