[dts] [PATCH] Add folder Depends in settings

Michael Qiu michael.qiu at intel.com
Mon Jul 6 11:28:57 CEST 2015


dep folder need to be set in settings

Signed-off-by: Michael Qiu <michael.qiu at intel.com>
---
 framework/settings.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/framework/settings.py b/framework/settings.py
index 3a70804..54ccbb1 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -39,6 +39,7 @@ FOLDERS = {
     'Framework': 'framework',
     'Testscripts': 'tests',
     'Configuration': 'conf',
+    'Depends': 'dep',
 }
 
 """
-- 
1.9.3



More information about the dts mailing list