summaryrefslogtreecommitdiffstats
path: root/xds
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-06-15 07:57:00 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-06-15 07:57:00 +0000
commit8d9b7f22c821e149a09824df50a6775fac43a977 (patch)
treefcdfe8d60457e66c5ab4dd75b3afe04b2c9fc576 /xds
parent5a83e479e50eff90f1d98bd74a9f933a6340e3f6 (diff)
parentb0a2632e28f03dd664b959f7f4b038741a62678b (diff)
Merge changes I81a6d9f6,I67698bbb
* changes: Fix: remove old bug about overwriten variables. Fix gdb debugging and add widget install on target
Diffstat (limited to 'xds')
-rw-r--r--xds/xds-config.env.sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/xds/xds-config.env.sample b/xds/xds-config.env.sample
new file mode 100644
index 0000000..a4c51b1
--- /dev/null
+++ b/xds/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
+
111' href='#n111'>111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197