This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Add Tizen rootfs for armel#14844
Merged
Merged
Conversation
Member
Author
|
This is a part of core-setup issue "Enabling Linux ARM32 for .NET Core" dotnet/core-setup#725 . |
gkhanna79
reviewed
Jan 4, 2017
| __UbuntuRepo="http://ftp.debian.org/debian/" | ||
| ;; | ||
| tizen) | ||
| if [ "$__BuildArch" != "arm-softfp" ]; then |
Member
Author
There was a problem hiding this comment.
@gkhanna79 Thanks! I've updated it. And also change error message to "Unsupported target platform." as you suggested in CoreCLR.
9062b8a to
0e2c51a
Compare
Member
Author
|
@gkhanna79 @mellinoe PTAL Update PR with feedback and all CI tests are passed. |
0e2c51a to
206d25a
Compare
Add a Tizen rootfs for armel and most of this commit is copied from CoreCLR. Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
6cb0b81 to
f6fae52
Compare
Member
Author
|
@gkhanna79 I've updated PR with your feedback and minor addtion. PTAL thanks. |
gkhanna79
approved these changes
Jan 5, 2017
Member
|
@hqueue LGTM. Can these be merged? |
Member
Author
|
@gkhanna79 Yes, please merge this :) |
42 tasks
picenka21
pushed a commit
to picenka21/runtime
that referenced
this pull request
Feb 18, 2022
Add Tizen rootfs for armel Commit migrated from dotnet/corefx@6b74b72
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a Tizen rootfs for armel and most of this commit is copied from CoreCLR.
Signed-off-by: Hyung-Kyu Choi hk0110.choi@samsung.com