RDunkley / meta-dotnet-core

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

Adding scarthgap compatibility to the layer config. #59

Closed saschiwy closed 1 week ago

saschiwy commented 1 month ago

Hi @RDunkley

Thank you for the work you did so far. I would like to contribute if do not mind.

  1. Simply adding scarthgap to the layer compatibility. A branch called scarthgap would be nice to have.

  2. lttng does not seem to be runtime requirement for aspnet core. According to MS kerberos is!

(https://github.com/dotnet/core/blob/main/release-notes/8.0/linux-packages.md)

Since I do not want to add packages I do not need to my Image I removed the dependency but added krb5 instead.

Regards