diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/views.py')
| -rwxr-xr-x | bitbake/lib/toaster/toastergui/views.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py index e2f2874539..10bbef5ca4 100755 --- a/bitbake/lib/toaster/toastergui/views.py +++ b/bitbake/lib/toaster/toastergui/views.py | |||
| @@ -1880,6 +1880,10 @@ def managedcontextprocessor(request): | |||
| 1880 | "projects": projects, | 1880 | "projects": projects, |
| 1881 | "non_cli_projects": projects.exclude(is_default=True), | 1881 | "non_cli_projects": projects.exclude(is_default=True), |
| 1882 | "DEBUG" : toastermain.settings.DEBUG, | 1882 | "DEBUG" : toastermain.settings.DEBUG, |
| 1883 | |||
| 1884 | # True if Toaster is in build mode, False otherwise | ||
| 1885 | "BUILD_MODE": toastermain.settings.BUILD_MODE, | ||
| 1886 | |||
| 1883 | "CUSTOM_IMAGE" : toastermain.settings.CUSTOM_IMAGE, | 1887 | "CUSTOM_IMAGE" : toastermain.settings.CUSTOM_IMAGE, |
| 1884 | "TOASTER_BRANCH": toastermain.settings.TOASTER_BRANCH, | 1888 | "TOASTER_BRANCH": toastermain.settings.TOASTER_BRANCH, |
| 1885 | "TOASTER_REVISION" : toastermain.settings.TOASTER_REVISION, | 1889 | "TOASTER_REVISION" : toastermain.settings.TOASTER_REVISION, |
