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/toastermain | |
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/toastermain')
-rw-r--r-- | bitbake/lib/toaster/toastermain/settings.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py index c4f3d6bfff..74ab60462b 100644 --- a/bitbake/lib/toaster/toastermain/settings.py +++ b/bitbake/lib/toaster/toastermain/settings.py | |||
@@ -23,11 +23,6 @@ | |||
23 | 23 | ||
24 | import os, re | 24 | import os, re |
25 | 25 | ||
26 | # Temporary toggle for Image customisation | ||
27 | CUSTOM_IMAGE = False | ||
28 | if os.environ.get("CUSTOM_IMAGE", None) is not None: | ||
29 | CUSTOM_IMAGE = True | ||
30 | |||
31 | DEBUG = True | 26 | DEBUG = True |
32 | TEMPLATE_DEBUG = DEBUG | 27 | TEMPLATE_DEBUG = DEBUG |
33 | 28 | ||