RDunkley / meta-dotnet-core

BitBake recipes to use the pre-built binaries provided by Microsoft for .Net Core and their remote debugger.
MIT License
34 stars 28 forks source link

DotNetCore ARM (32-bit) won't build in 5.0.0 #21

Closed RDunkley closed 3 years ago

RDunkley commented 4 years ago

The link is broken for the DotNetCore 5.0.0 RC1 binary downloads for ARM32 so I wasn't able to add it to the build recipes. Will update when link is working (or subsequent version is released).

shinolikesbugs commented 3 years ago

The link is working now https://download.visualstudio.microsoft.com/download/pr/5fc4659b-86c2-4e8f-b409-853e6d8224a5/6de0fc8c6e26f308bf246aaa967c9fc1/dotnet-runtime-5.0.0-linux-arm.tar.gz Another thing i noticed is in dotnet-core_5.x.x.inc it the file paths that have "-rc.1.20451.14" shouldn't have them so just replacing all with "" i was able to build

RDunkley commented 3 years ago

Yep, they should all be updated now with the release build (Commit a786d057cfdf4e16a3829957d103746a12a75beb).