From 58a1b37253a79a1bae18a0abc9b75f3663f6d0c9 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Mon, 25 Apr 2016 13:09:27 +0100 Subject: [PATCH] target.config: add description for tools Signed-off-by: Michele Di Giorgio --- target.config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/target.config b/target.config index 35edbe4c1..26f2141b6 100644 --- a/target.config +++ b/target.config @@ -58,6 +58,11 @@ "exclude_modules" : [], /* Binary tools to install by default for all experiments */ + /* Currently available tools: */ + /* - binaries under ./tools// */ + /* where is one of the supported target */ + /* architectures */ + /* - shell scripts under './tools/scripts/ */ "tools" : [], /* Wait time before trying to access the target after reboot */ -- GitLab