Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a45faba

Browse files
committed
Update Tizen rootfs generation script with Tizen 5.0
1 parent 5d34cc6 commit a45faba

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cross/armel/tizen-fetch.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ fetch_tizen_pkgs()
154154
done
155155
}
156156

157-
Inform "Initialize arm 4.0-base"
158-
fetch_tizen_pkgs_init arm 4.0-base
157+
Inform "Initialize standard base"
158+
fetch_tizen_pkgs_init standard base
159159
Inform "fetch common packages"
160160
fetch_tizen_pkgs armv7l gcc glibc glibc-devel libicu libicu-devel
161161
fetch_tizen_pkgs noarch linux-glibc-devel
@@ -164,8 +164,8 @@ fetch_tizen_pkgs armv7l lldb lldb-devel libgcc libstdc++ libstdc++-devel libunwi
164164
Inform "fetch corefx packages"
165165
fetch_tizen_pkgs armv7l libcom_err libcom_err-devel zlib zlib-devel libopenssl libopenssl-devel krb5 krb5-devel libcurl libcurl-devel
166166

167-
Inform "Initialize standard 4.0-unified"
168-
fetch_tizen_pkgs_init standard 4.0-unified
167+
Inform "Initialize standard unified"
168+
fetch_tizen_pkgs_init standard unified
169169
Inform "fetch corefx packages"
170170
fetch_tizen_pkgs armv7l gssdp gssdp-devel
171171

cross/armel/tizen/tizen-dotnet.ks

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ rootpw tizen
88
desktop --autologinuser=root
99
user --name root --groups audio,video --password 'tizen'
1010

11-
repo --name=standard --baseurl=http://download.tizen.org/snapshots/tizen/4.0-unified/latest/repos/standard/packages/ --ssl_verify=no
12-
repo --name=base --baseurl=http://download.tizen.org/snapshots/tizen/4.0-base/latest/repos/arm/packages/ --ssl_verify=no
11+
repo --name=standard --baseurl=http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/ --ssl_verify=no
12+
repo --name=base --baseurl=http://download.tizen.org/snapshots/tizen/base/latest/repos/arm/packages/ --ssl_verify=no
1313

1414
%packages
1515
tar

0 commit comments

Comments
 (0)