summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastermain/settings.py
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2014-08-08 15:03:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-29 13:56:49 +0100
commit234226b9055a3b23addcdaa7a77812dc7aa79134 (patch)
tree979683201cb4f16cc9937aa30dadcf492edb442a /bitbake/lib/toaster/toastermain/settings.py
parent10019a652f2894f8782cc9281c980edad701822a (diff)
downloadpoky-234226b9055a3b23addcdaa7a77812dc7aa79134.tar.gz
bitbake: toaster: update orm models for layerindex compatibility
We add a ToasterSettings table that will keep installation-wide settings. We update the models for the layer-related data storage to make them compatible with the layerindex application API. We add a LayerSource class that can update local data from a LayerIndex-like compatible API. Adding a command line option to perform information update from all upstream layer sources. Fair warning - there is no backward migration from 0013. (Bitbake rev: 89e13579e1b44b738f10fadec8454aa0e6f073af) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastermain/settings.py')
-rw-r--r--bitbake/lib/toaster/toastermain/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py
index a8b3e3a485..1dab25aa6b 100644
--- a/bitbake/lib/toaster/toastermain/settings.py
+++ b/bitbake/lib/toaster/toastermain/settings.py
@@ -245,6 +245,8 @@ INSTALLED_APPS = (
245 'bldcontrol', 245 'bldcontrol',
246) 246)
247 247
248SOUTH_TESTS_MIGRATE = False
249
248# if we run in managed mode, we need user support 250# if we run in managed mode, we need user support
249if MANAGED: 251if MANAGED:
250 INSTALLED_APPS = ('django.contrib.auth', 252 INSTALLED_APPS = ('django.contrib.auth',