From 30c132bc4726be90fadee419a588a8b8f2161380 Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Mon, 8 Feb 2016 17:41:24 +0000 Subject: bitbake: toaster: Enable Image Customisation feature Remove environment variable to toggle Image customisation feature (Bitbake rev: 2e9c86229b8f924a5b62987f4b166f63392f12e8) Signed-off-by: Michael Wood Signed-off-by: brian avery Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastermain/settings.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bitbake/lib/toaster/toastermain') 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 @@ import os, re -# Temporary toggle for Image customisation -CUSTOM_IMAGE = False -if os.environ.get("CUSTOM_IMAGE", None) is not None: - CUSTOM_IMAGE = True - DEBUG = True TEMPLATE_DEBUG = DEBUG -- cgit 1.2.3-korg