diff options
author | Michael Wood <michael.g.wood@intel.com> | 2016-02-08 17:41:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-10 13:29:22 +0000 |
commit | 30c132bc4726be90fadee419a588a8b8f2161380 (patch) | |
tree | 307219b90bc3704d8bcb2767f7a169038493b695 /bitbake/lib/toaster/toastergui/views.py | |
parent | 5e14a8f2fe1b9a051d78a629c844362d1214ef5e (diff) | |
download | poky-30c132bc4726be90fadee419a588a8b8f2161380.tar.gz |
bitbake: toaster: Enable Image Customisation feature
Remove environment variable to toggle Image customisation feature
(Bitbake rev: 2e9c86229b8f924a5b62987f4b166f63392f12e8)
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/views.py')
-rwxr-xr-x | bitbake/lib/toaster/toastergui/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py index 30ec39c24f..dfa256e8ea 100755 --- a/bitbake/lib/toaster/toastergui/views.py +++ b/bitbake/lib/toaster/toastergui/views.py | |||
@@ -1845,7 +1845,6 @@ def managedcontextprocessor(request): | |||
1845 | "projects": projects, | 1845 | "projects": projects, |
1846 | "non_cli_projects": projects.exclude(is_default=True), | 1846 | "non_cli_projects": projects.exclude(is_default=True), |
1847 | "DEBUG" : toastermain.settings.DEBUG, | 1847 | "DEBUG" : toastermain.settings.DEBUG, |
1848 | "CUSTOM_IMAGE" : toastermain.settings.CUSTOM_IMAGE, | ||
1849 | "TOASTER_BRANCH": toastermain.settings.TOASTER_BRANCH, | 1848 | "TOASTER_BRANCH": toastermain.settings.TOASTER_BRANCH, |
1850 | "TOASTER_REVISION" : toastermain.settings.TOASTER_REVISION, | 1849 | "TOASTER_REVISION" : toastermain.settings.TOASTER_REVISION, |
1851 | } | 1850 | } |