From b060eecae417521d8340748e7ace7a77488bd596 Mon Sep 17 00:00:00 2001
From: Sujith H
Date: Fri, 24 Jun 2016 16:25:54 +0100
Subject: [PATCH] toaster: remove SSTATE_MIRRORS from projectconf
Remove SSTATE_MIRRORS from getting blacklisted. Hence the SSTATE_MIRRORS
should be removed from projectconf.html file so that users can know that
this variable is no more blacklisted.
[YOCTO #9598]
Signed-off-by: Sujith H
Signed-off-by: Michael Wood
Signed-off-by: Richard Purdie
---
lib/toaster/toastergui/templates/projectconf.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/toaster/toastergui/templates/projectconf.html b/lib/toaster/toastergui/templates/projectconf.html
index bfa386d8fa4..9a8b8410373 100644
--- a/lib/toaster/toastergui/templates/projectconf.html
+++ b/lib/toaster/toastergui/templates/projectconf.html
@@ -203,7 +203,6 @@
CVS_PROXY_HOST
CVS_PROXY_PORT
PARALLEL_MAKE
- SSTATE_MIRRORS
TMPDIR
Plus the following standard shell environment variables:
http_proxy ftp_proxy https_proxy all_proxy
--
2.47.3