diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-08-28 19:05:20 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 4302525f6a37fa24c62d14a4af3beca8a85a7d12 (patch) | |
tree | dd3dff4dd00de25322218e8ecd31281088d840d2 /template.d/xds-project-target.conf.in | |
parent | 176565e95cacdb368b0fd4aad66b4120b9fcfb94 (diff) |
templates.d: adjustments for xds (gdb*.ini, xds-project-target.conf)
Change-Id: Ic3b029793670aac617d6d23e67ce15084f855cdb
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'template.d/xds-project-target.conf.in')
-rw-r--r-- | template.d/xds-project-target.conf.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/template.d/xds-project-target.conf.in b/template.d/xds-project-target.conf.in new file mode 100644 index 0000000..814597c --- /dev/null +++ b/template.d/xds-project-target.conf.in @@ -0,0 +1,12 @@ +# +# Cmake generated Do Not Edit +# +# Template: conf.d/app-templates/template.d/xds-project.conf.in +# Values: $HOME/.config/app-templates/cmake/xx-projectname-xds.cmake +# +# WARNING: in Xdev mode $HOME is ~devel HOME on xds-docker +# +export XDS_SERVER_URL=@XDS_SERVER_URL@ +export XDS_PROJECT_ID=@XDS_PROJECT_ID@ +export XDS_SDK_ID=@XDS_SDK_ID@ + |