This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed
Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ fetch_tizen_pkgs()
154154 done
155155}
156156
157- Inform " Initialize base"
158- fetch_tizen_pkgs_init standard base
157+ Inform " Initialize arm 4.0- base"
158+ fetch_tizen_pkgs_init arm 4.0- base
159159Inform " fetch common packages"
160160fetch_tizen_pkgs armv7l gcc glibc glibc-devel
161161fetch_tizen_pkgs noarch linux-glibc-devel
@@ -164,12 +164,12 @@ fetch_tizen_pkgs armv7l lldb lldb-devel libuuid libuuid-devel libgcc libstdc++ l
164164Inform " fetch corefx packages"
165165fetch_tizen_pkgs armv7l libcom_err libcom_err-devel zlib zlib-devel libopenssl libopenssl-devel
166166
167- Inform " Initialize unified"
168- fetch_tizen_pkgs_init standard unified
167+ Inform " Initialize standard 4.0- unified"
168+ fetch_tizen_pkgs_init standard 4.0- unified
169169Inform " fetch common packages"
170170fetch_tizen_pkgs armv7l libicu-devel
171171Inform " fetch coreclr packages"
172- fetch_tizen_pkgs armv7l tizen-release
172+ fetch_tizen_pkgs armv7l tizen-release lttng-ust-devel lttng-ust userspace-rcu-devel userspace-rcu
173173Inform " fetch corefx packages"
174174fetch_tizen_pkgs armv7l gssdp gssdp-devel krb5 krb5-devel libcurl libcurl-devel
175175
Original file line number Diff line number Diff line change @@ -4,8 +4,12 @@ timezone --utc Asia/Seoul
44
55part / --fstype=" ext4" --size=3500 --ondisk=mmcblk0 --label rootfs --fsoptions=defaults,noatime
66
7- repo --name=mobile --baseurl=http://download.tizen.org/releases/weekly/tizen/mobile/latest/repos/arm-wayland/packages/ --ssl_verify=no
8- repo --name=base --baseurl=http://download.tizen.org/releases/weekly/tizen/base/latest/repos/arm/packages/ --ssl_verify=no
7+ rootpw tizen
8+ desktop --autologinuser=root
9+ user --name root --groups audio,video --password ' tizen'
10+
11+ repo --name=standard --baseurl=http://download.tizen.org/releases/daily/tizen/4.0-unified/latest/repos/standard/packages/ --ssl_verify=no
12+ repo --name=base --baseurl=http://download.tizen.org/releases/daily/tizen/4.0-base/latest/repos/arm/packages/ --ssl_verify=no
913
1014%packages
1115tar
1923binutils
2024findutils
2125util-linux
26+ lttng-ust
27+ userspace-rcu
2228procps-ng
2329tzdata
2430ca-certificates
2531
32+
2633### Core FX
2734libicu
2835libuuid
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ function cross_build_coreclr_with_docker {
265265 # For armel Tizen, we are going to construct RootFS on the fly.
266266 case $__linuxCodeName in
267267 tizen)
268- __dockerImage=" hqueue/dotnetcore:ubuntu1404_cross_prereqs_v4-tizen_rootfs "
268+ __dockerImage=" hqueue/dotnet-buildtools-prereqs:ubuntu-14.04-cross-0cd4667-20172211042239-tizen-rootfs-20170925 "
269269 __skipRootFS=1
270270 __dockerEnvironmentVariables+=" -e ROOTFS_DIR=/crossrootfs/armel.tizen.build"
271271 __runtimeOS=" tizen.4.0.0"
@@ -388,7 +388,7 @@ function run_tests_using_docker {
388388 elif [ " $__buildArch " == " armel" ]; then
389389 case $__linuxCodeName in
390390 tizen)
391- __dockerImage=" hqueue/dotnetcore:ubuntu1404_cross_prereqs_v4-tizen_rootfs "
391+ __dockerImage=" hqueue/dotnet-buildtools-prereqs:ubuntu-14.04-cross-0cd4667-20172211042239-tizen-rootfs-20170925 "
392392 __skipRootFS=1
393393 __dockerEnvironmentVariables=" -e ROOTFS_DIR=/crossrootfs/armel.tizen.test"
394394 ;;
You can’t perform that action at this time.
0 commit comments