diff options
author | Michael Wood <michael.g.wood@intel.com> | 2015-09-28 21:45:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-29 14:11:37 +0100 |
commit | a7f43bd532513e1a5a9d84e797c707f6039c914a (patch) | |
tree | 88a934f6866671dbc04dc04be84e1cd715ca62ef /bitbake/lib/toaster/toastergui | |
parent | 3ff6401723289fb53a2797abd971c25b697822cb (diff) | |
download | poky-a7f43bd532513e1a5a9d84e797c707f6039c914a.tar.gz |
bitbake: toaster: add toggle for enabling image customisation feeature
This feature is currently under heavy development and should be used
with caution.
(Bitbake rev: ffc11b2c6c6bac4643233cc46418b025c94607c8)
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: brian avery <avery.brian@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui')
-rwxr-xr-x | bitbake/lib/toaster/toastergui/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py index 8689a1251e..2e3b822797 100755 --- a/bitbake/lib/toaster/toastergui/views.py +++ b/bitbake/lib/toaster/toastergui/views.py | |||
@@ -1867,6 +1867,7 @@ def managedcontextprocessor(request): | |||
1867 | ret = { | 1867 | ret = { |
1868 | "projects": Project.objects.all(), | 1868 | "projects": Project.objects.all(), |
1869 | "DEBUG" : toastermain.settings.DEBUG, | 1869 | "DEBUG" : toastermain.settings.DEBUG, |
1870 | "CUSTOM_IMAGE" : toastermain.settings.CUSTOM_IMAGE, | ||
1870 | "TOASTER_BRANCH": toastermain.settings.TOASTER_BRANCH, | 1871 | "TOASTER_BRANCH": toastermain.settings.TOASTER_BRANCH, |
1871 | "TOASTER_REVISION" : toastermain.settings.TOASTER_REVISION, | 1872 | "TOASTER_REVISION" : toastermain.settings.TOASTER_REVISION, |
1872 | } | 1873 | } |