@@ -162,6 +162,21 @@ function install_tizen_sdk_common() {
162
162
' new-native-cli_2.5.64_ubuntu-64.zip'
163
163
' sdb_4.2.23_ubuntu-64.zip' )
164
164
download " $URL " " ${PKG_ARR[@]} "
165
+
166
+ # Base sysroot
167
+ # Different versions of Tizen have different rootstrap versions
168
+ URL=" http://download.tizen.org/sdk/tizenstudio/official/binary/"
169
+ PKG_ARR=(
170
+ " tizen-$TIZEN_VERSION -core-add-ons_*_ubuntu-64.zip" )
171
+ download " $URL " " ${PKG_ARR[@]} "
172
+
173
+ # Tizen Developer Platform Certificate
174
+ URL=" http://download.tizen.org/sdk/extensions/Tizen_IoT_Headless/binary/"
175
+ # Tizen site does not have this package available in version 8.0.
176
+ # Certificates are the same for 7.0 and 8.0, though.
177
+ PKG_ARR=(
178
+ " 7.0-iot-things-add-ons_*_ubuntu-64.zip" )
179
+ download " $URL " " ${PKG_ARR[@]} "
165
180
}
166
181
167
182
# Function for installing Tizen SDK (arm).
@@ -186,7 +201,6 @@ function install_tizen_sdk_arm() {
186
201
# Different versions of Tizen have different rootstrap versions
187
202
URL=" http://download.tizen.org/sdk/tizenstudio/official/binary/"
188
203
PKG_ARR=(
189
- " tizen-$TIZEN_VERSION -core-add-ons_*_ubuntu-64.zip"
190
204
" tizen-$TIZEN_VERSION -rs-device.core_*_ubuntu-64.zip" )
191
205
download " $URL " " ${PKG_ARR[@]} "
192
206
@@ -255,14 +269,6 @@ function install_tizen_sdk_arm() {
255
269
PKG_ARR=()
256
270
download " $URL " " ${PKG_ARR[@]} "
257
271
258
- # Tizen Developer Platform Certificate
259
- URL=" http://download.tizen.org/sdk/extensions/Tizen_IoT_Headless/binary/"
260
- # Tizen site does not have this package available in version 8.0.
261
- # Certificates are the same for 7.0 and 8.0, though.
262
- PKG_ARR=(
263
- " 7.0-iot-things-add-ons_*_ubuntu-64.zip" )
264
- download " $URL " " ${PKG_ARR[@]} "
265
-
266
272
# Install all
267
273
info " Installing Tizen SDK..."
268
274
@@ -303,7 +309,6 @@ function install_tizen_sdk_arm64() {
303
309
# Different versions of Tizen have different rootstrap versions
304
310
URL=" http://download.tizen.org/sdk/tizenstudio/official/binary/"
305
311
PKG_ARR=(
306
- " tizen-$TIZEN_VERSION -core-add-ons_*_ubuntu-64.zip"
307
312
" tizen-$TIZEN_VERSION -rs-device64.core_*_ubuntu-64.zip" )
308
313
download " $URL " " ${PKG_ARR[@]} "
309
314
@@ -373,14 +378,6 @@ function install_tizen_sdk_arm64() {
373
378
PKG_ARR=()
374
379
download " $URL " " ${PKG_ARR[@]} "
375
380
376
- # Tizen Developer Platform Certificate
377
- URL=" http://download.tizen.org/sdk/extensions/Tizen_IoT_Headless/binary/"
378
- # Tizen site does not have this package available in version 8.0.
379
- # Certificates are the same for 7.0 and 8.0, though.
380
- PKG_ARR=(
381
- " 7.0-iot-things-add-ons_*_ubuntu-64.zip" )
382
- download " $URL " " ${PKG_ARR[@]} "
383
-
384
381
# Install all
385
382
info " Installing Tizen SDK..."
386
383
0 commit comments