diff options
author | Gaurav Khanna <gkhanna@microsoft.com> | 2017-03-20 08:55:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 08:55:56 -0700 |
commit | 803961628736e38cc095b3e54d8ab30160b52a4a (patch) | |
tree | dc4a012375c46d475feb3276b97a7555e5c6966d /cross | |
parent | 7c77fffac0ea7399a2f7dbf217b5ea804c0c1ad0 (diff) | |
parent | cf77c696f7ca30786acaa5b5f4325b64236f5429 (diff) | |
download | coreclr-803961628736e38cc095b3e54d8ab30160b52a4a.tar.gz coreclr-803961628736e38cc095b3e54d8ab30160b52a4a.tar.bz2 coreclr-803961628736e38cc095b3e54d8ab30160b52a4a.zip |
Merge pull request #9445 from hqueue/arm/ci
[ARM/CI] ARM CI script for arm and armel
Diffstat (limited to 'cross')
-rw-r--r-- | cross/armel/tizen/tizen-dotnet.ks | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/cross/armel/tizen/tizen-dotnet.ks b/cross/armel/tizen/tizen-dotnet.ks new file mode 100644 index 0000000000..4fca3d1c0f --- /dev/null +++ b/cross/armel/tizen/tizen-dotnet.ks @@ -0,0 +1,44 @@ +lang en_US.UTF-8 +keyboard us +timezone --utc Asia/Seoul + +part / --fstype="ext4" --size=3500 --ondisk=mmcblk0 --label rootfs --fsoptions=defaults,noatime + +repo --name=mobile --baseurl=http://download.tizen.org/snapshots/tizen/mobile/latest/repos/arm-wayland/packages/ --ssl_verify=no +repo --name=base --baseurl=http://download.tizen.org/snapshots/tizen/base/latest/repos/arm/packages/ --ssl_verify=no + +%packages +tar +gzip + +sed +grep +gawk +perl + +binutils +findutils +util-linux +procps-ng +tzdata +ca-certificates + +### Core FX +libicu +libuuid +libunwind +iputils +zlib +krb5 +libcurl +libopenssl + +%end + +%post + +### Update /tmp privilege +chmod 777 /tmp +#################################### + +%end |