diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-12 10:39:31 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-14 09:15:07 +0000 |
commit | c631646116197507f59008bc4a4560c74756b342 (patch) | |
tree | 04e9f003e15837a43d27ee4e04d4ca7aeefc3583 /docs/samples.d/xds-config.env.sample | |
parent | c815f74207220e5e571fece7cbad00b7a39ae8c9 (diff) |
Install docs and sample files in a separate dir
Separate the samples files to be installed in the system doc dir which is:
- /usr/share/doc
Updating the documentation according to the new path to samples.
Change-Id: Ib1958fb87d517ad84abddf3ec71102f7ecf877f5
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs/samples.d/xds-config.env.sample')
-rw-r--r-- | docs/samples.d/xds-config.env.sample | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/samples.d/xds-config.env.sample b/docs/samples.d/xds-config.env.sample new file mode 100644 index 0000000..a4c51b1 --- /dev/null +++ b/docs/samples.d/xds-config.env.sample @@ -0,0 +1,10 @@ +XDS_PROJECT_ID=W2EAQBA-HQI75XA_unicens2-binding +XDS_SDK_ID=poky-agl_aarch64_3.99.1+snapshot +XDS_SERVER_URL=localhost:8000 + +DOCKER_TARGET=docker-sdk + +RSYNC_TARGET=root@192.168.168.11 +RSYNC_PREFIX=./opt +PROJECT_DIR=/home/seb/tmp/unicens2-binding + |