From 40a7183f3b4aa32379aa8b4949f5f9c5e32f79f6 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Wed, 17 May 2017 11:28:57 +0200 Subject: Add SDKs support. Don't allow to install SDKs through XDS for now. Only probe existing SDKs that have been manually installed using scripts/agl/install-agl-sdks.sh. Signed-off-by: Sebastien Douheret --- config.json.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.json.in') diff --git a/config.json.in b/config.json.in index dd34579..751bb29 100644 --- a/config.json.in +++ b/config.json.in @@ -2,9 +2,10 @@ "webAppDir": "webapp/dist", "shareRootDir": "${ROOT_DIR}/tmp/builder_dev_host/share", "logsDir": "/tmp/xds-server/logs", + "sdkRootDir": "/xdt/sdk", "syncthing": { "binDir": "./bin", - "home": "${ROOT_DIR}/tmp/local_dev/syncthing-config", + "home": "${ROOT_DIR}/tmp/builder_dev_host/syncthing-config", "gui-address": "http://localhost:8384" } } \ No newline at end of file -- cgit 1.2.3-korg