Граф коммитов

14 Коммитов

Автор SHA1 Сообщение Дата
wtgodbe 2763ab48f7 Exit with failure when build-rootfs.sh fails 2017-04-20 14:02:24 -07:00
Jiyoung Giuliana Yun 7a97793a4c Change default clang version to clang3.9 in cross build (#2038) 2017-04-17 08:47:32 -07:00
Frederik Carlier fbe40dc235 PR feedback 2017-03-08 09:30:27 +01:00
Frederik Carlier 03993c619d Include lldb package 2017-03-07 21:28:09 +01:00
Frederik Carlier 6a6b63407f PR feedback 2017-03-07 21:25:05 +01:00
Frederik Carlier 0bf97a8e3c Support cross building for arm64 2017-03-07 00:43:07 +01:00
Hyeongseok Oh 0db378d19e Fix rootfs to sync with coreclr
Fix rootfs script to build libcoreclrtraceptprovider.so in coreclr
2017-03-03 15:40:14 +09:00
Hyung-Kyu Choi 5f7f54e72e Fix build-rootfs.sh to include lldb package
lldb package is missing for architectures other than arm and armel.

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
2017-02-15 19:30:35 +09:00
Hyung-Kyu Choi fddef21ccf Use same logic to prepare rootfs across dotnet if possible
Refactoring code to make it as same as possible to coreclr

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
2017-02-08 17:10:12 +09:00
Gaurav Khanna 48e6f16e30 Enable SkipUnmount support 2017-02-01 10:34:32 -08:00
Hyung-Kyu Choi af35c86b09 Add Tizen rootfs for armel
Most of this commit is copied from CoreCLR.

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
2017-01-20 11:29:05 +09:00
Jiyoung Yun 20ad50cef2 Use armel instead of arm-softfp for rootfs
Replace arm-softfp with armel in cross/build-rootfs.sh
Rename directory cross/arm-softfp to cross/armel
Add toolchain.cmake file for armel
Use stable debian jessie
Use lldb-3.5-dev because other versions are not supported by jessie/armel repostiory

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
2017-01-20 11:20:45 +09:00
Hyung-Kyu Choi a9bc8f7403 Add rootfs for x86
rootfs for x86 is added as suggested.

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
2016-12-12 13:43:50 +09:00
Hyung-Kyu Choi 6a75c5fda2 Introduce rootfs for cross-compilation
A script, i.e. build-rootfs.sh, is introduced to setup rootfs.
The rootfs will be used for cross-building corehost in core-setup.

You can setup ARM rootfs by "./build-rootfs.sh arm".
You can setup ARM softfp rootfs by "./build-rootfs.sh arm-softfp".

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
2016-12-09 16:04:19 +09:00