bitbake: toaster: enable admin interface on select models
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Fri, 8 Aug 2014 16:17:13 +0000 (17:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Aug 2014 12:56:49 +0000 (13:56 +0100)
commitd544584af7e525e4dd892eee93f61daa9aeb0755
tree7250df391f9bd8678a6fae496a0b44951dfb4b6b
parent1f2952b55e7f51e2c6b66f58e8fdf9b733752234
bitbake: toaster: enable admin interface on select models

We enable the admin interface in Toaster.

We add admin models for Build Environments (where the
sysadmin can configure where the builds take place)
and for Layer Sources (marking the upstream provider
for layer information).

The admin interface and associated data are enabled
only for the MANAGED version.

(Bitbake rev: 6618613c9210fb44d36d90f5f2404b435f10dfc8)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/toaster/bldcontrol/admin.py [new file with mode: 0644]
bitbake/lib/toaster/orm/admin.py [new file with mode: 0644]
bitbake/lib/toaster/toastermain/settings.py
bitbake/lib/toaster/toastermain/urls.py