diff options
author | Hyung-Kyu Choi <hk0110.choi@samsung.com> | 2017-09-26 09:37:04 +0900 |
---|---|---|
committer | Jan Vorlicek <janvorli@microsoft.com> | 2017-09-26 02:37:04 +0200 |
commit | 10c320c512e5246b658c76c1c699233e1ec8a35d (patch) | |
tree | 3b64cf0d0eb9b8c8103f485cf4df3beb54dc1274 /cross | |
parent | 466cc6ecdaef5273b78b4022b459433ddd9d4e64 (diff) | |
download | coreclr-10c320c512e5246b658c76c1c699233e1ec8a35d.tar.gz coreclr-10c320c512e5246b658c76c1c699233e1ec8a35d.tar.bz2 coreclr-10c320c512e5246b658c76c1c699233e1ec8a35d.zip |
[ARM32] Update armel rootfs for Tizen (#14173)
* [Tizen/ARM32] Update armel rootfs for Tizen
- Add lttng-ust-dev to Tizen rootfs for cross build
- Use rootfs of the latest Tizen 4.0
Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
* [Tizen/ARM32] Update Tizen CI script
- Update arm32 CI script for Tizen to use the latest environment
Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
Diffstat (limited to 'cross')
-rwxr-xr-x | cross/armel/tizen-fetch.sh | 10 | ||||
-rw-r--r-- | cross/armel/tizen/tizen-dotnet.ks | 11 |
2 files changed, 14 insertions, 7 deletions
diff --git a/cross/armel/tizen-fetch.sh b/cross/armel/tizen-fetch.sh index c7a509a750..6048ead4a6 100755 --- a/cross/armel/tizen-fetch.sh +++ b/cross/armel/tizen-fetch.sh @@ -154,8 +154,8 @@ fetch_tizen_pkgs() done } -Inform "Initialize base" -fetch_tizen_pkgs_init standard base +Inform "Initialize arm 4.0-base" +fetch_tizen_pkgs_init arm 4.0-base Inform "fetch common packages" fetch_tizen_pkgs armv7l gcc glibc glibc-devel fetch_tizen_pkgs noarch linux-glibc-devel @@ -164,12 +164,12 @@ fetch_tizen_pkgs armv7l lldb lldb-devel libuuid libuuid-devel libgcc libstdc++ l Inform "fetch corefx packages" fetch_tizen_pkgs armv7l libcom_err libcom_err-devel zlib zlib-devel libopenssl libopenssl-devel -Inform "Initialize unified" -fetch_tizen_pkgs_init standard unified +Inform "Initialize standard 4.0-unified" +fetch_tizen_pkgs_init standard 4.0-unified Inform "fetch common packages" fetch_tizen_pkgs armv7l libicu-devel Inform "fetch coreclr packages" -fetch_tizen_pkgs armv7l tizen-release +fetch_tizen_pkgs armv7l tizen-release lttng-ust-devel lttng-ust userspace-rcu-devel userspace-rcu Inform "fetch corefx packages" fetch_tizen_pkgs armv7l gssdp gssdp-devel krb5 krb5-devel libcurl libcurl-devel diff --git a/cross/armel/tizen/tizen-dotnet.ks b/cross/armel/tizen/tizen-dotnet.ks index e9b4b75ca3..d67cf2bb40 100644 --- a/cross/armel/tizen/tizen-dotnet.ks +++ b/cross/armel/tizen/tizen-dotnet.ks @@ -4,8 +4,12 @@ timezone --utc Asia/Seoul part / --fstype="ext4" --size=3500 --ondisk=mmcblk0 --label rootfs --fsoptions=defaults,noatime -repo --name=mobile --baseurl=http://download.tizen.org/releases/weekly/tizen/mobile/latest/repos/arm-wayland/packages/ --ssl_verify=no -repo --name=base --baseurl=http://download.tizen.org/releases/weekly/tizen/base/latest/repos/arm/packages/ --ssl_verify=no +rootpw tizen +desktop --autologinuser=root +user --name root --groups audio,video --password 'tizen' + +repo --name=standard --baseurl=http://download.tizen.org/releases/daily/tizen/4.0-unified/latest/repos/standard/packages/ --ssl_verify=no +repo --name=base --baseurl=http://download.tizen.org/releases/daily/tizen/4.0-base/latest/repos/arm/packages/ --ssl_verify=no %packages tar @@ -19,10 +23,13 @@ perl binutils findutils util-linux +lttng-ust +userspace-rcu procps-ng tzdata ca-certificates + ### Core FX libicu libuuid |