From 234226b9055a3b23addcdaa7a77812dc7aa79134 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Fri, 8 Aug 2014 15:03:03 +0100 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastermain/settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bitbake/lib/toaster/toastermain') 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 = ( 'bldcontrol', ) +SOUTH_TESTS_MIGRATE = False + # if we run in managed mode, we need user support if MANAGED: INSTALLED_APPS = ('django.contrib.auth', -- cgit v1.2.3-54-g00ecf