Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Generate nuget package for armel (Tizen, Debian)#8827

Merged
gkhanna79 merged 2 commits into
dotnet:masterfrom
hseok-oh:nuget_armel
Feb 6, 2017
Merged

Generate nuget package for armel (Tizen, Debian)#8827
gkhanna79 merged 2 commits into
dotnet:masterfrom
hseok-oh:nuget_armel

Conversation

@hseok-oh
Copy link
Copy Markdown

@hseok-oh hseok-oh commented Jan 6, 2017

  • Tizen 4.0.0
  • Debian 8

related issue: dotnet/core-setup#725

@hseok-oh
Copy link
Copy Markdown
Author

@gkhanna79 PTAL

<OSGroup>Linux</OSGroup>
<Platform>amd64</Platform>
</Project>
<Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'tizen.4.0.0-armel'" Include="tizen/4.0.0/Microsoft.NETCore.ILAsm.pkgproj">
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hseok-oh Can you remind me again if Tizen is Ubuntu armel or Debian armel? If the latter, then do we need this for Tizen at all?

<ItemGroup>
<NativeSplittableBinary Include="$(BinDir)libcoreclr.so" />
<NativeSplittableBinary Include="$(BinDir)libcoreclrtraceptprovider.so" />
<NativeSplittableBinary Condition="'$(PackagePlatform)' != 'armel'" Include="$(BinDir)libcoreclrtraceptprovider.so" />
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this not build for armel but builds for arm?

Copy link
Copy Markdown
Author

@hseok-oh hseok-oh Jan 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gkhanna79 armel has same problem as arm. #8684.
And I heard tizen cannot use llting because of security problem @chunseoklee

<ArchitectureSpecificNativeFile Include="$(BinDir)sosdocsunix.txt" />
<ArchitectureSpecificNativeFile Include="$(BinDir)mscorlib.ni.dll" />
<ArchitectureSpecificNativeFile Include="$(BinDir)System.Private.CoreLib.ni.dll" />
<ArchitectureSpecificNativeFile Condition="'$(PackagePlatform)' != 'armel'" Include="$(BinDir)mscorlib.ni.dll" />
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we have this? Shouldnt crossgen be working to generate this?

Copy link
Copy Markdown
Author

@hseok-oh hseok-oh Jan 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gkhanna79 Yes. Crossgen (in build host) does not work yet.

@hseok-oh
Copy link
Copy Markdown
Author

hseok-oh commented Feb 6, 2017

@gkhanna79 Is there anything to do more?

@gkhanna79 gkhanna79 merged commit a60c064 into dotnet:master Feb 6, 2017
@hseok-oh hseok-oh deleted the nuget_armel branch February 27, 2017 01:29
@karelz karelz modified the milestone: 2.0.0 Aug 28, 2017
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Generate nuget package for armel (Tizen, Debian)

Commit migrated from dotnet/coreclr@a60c064
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants