diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-06-27 15:52:14 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-06-27 15:52:14 +0200 |
commit | a93832c2e3058c55e183c487dde595bd42238bb0 (patch) | |
tree | fa91d706217327210db4aadc1a8d9f3973f8a5e0 /scripts/sdks/README.md | |
parent | 7f3c55f02aa6b35b3530883a6c1f71ddd1f92eb4 (diff) |
Fixed sdk from local file installation
Rework sdk uuid management because previous code prevented to install
local sdk using following command:
xds-cli sdks install --file $HOME/xds-workspace/my_local_sdk.sh
Change-Id: I20bac8a76d32b005a6775e936756c96048651766
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'scripts/sdks/README.md')
-rw-r--r-- | scripts/sdks/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/sdks/README.md b/scripts/sdks/README.md index 97bae21..c887293 100644 --- a/scripts/sdks/README.md +++ b/scripts/sdks/README.md @@ -35,6 +35,7 @@ Returned the list all SDKs (available and installed) using JSON format. [ { "name": "My SDK name", + "uuid": "a-unique-id", "description": "A description", "profile": "profile", "version": "version", @@ -102,6 +103,7 @@ returned the following JSON structure: ```json { "name": "My SDK name", + "uuid": "a-unique-id", "description": "A description", "profile": "profile", "version": "version", |