Skip to content

Commit

Permalink
Merge pull request #63 from torutek/dotnet_810
Browse files Browse the repository at this point in the history
Add .NET/ASP.NET 6.0.35, 8.0.10, and vsdebugger 17.12.10904.2 using meta_dotnet_core_gen
  • Loading branch information
RDunkley authored Oct 17, 2024
2 parents 565b2de + 6746bf8 commit 0f6f2df
Show file tree
Hide file tree
Showing 30 changed files with 352 additions and 0 deletions.
9 changes: 9 additions & 0 deletions recipes-devtools/vsdbg/vsdbg_17.12.10904.2.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
###################################################################################################
# Contains the recipe to download the Visual Studio debugger from Microsoft to provide remote
# debugging from Visual Studio and Visual Studio Code.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################

require recipes-devtools/vsdbg/vsdbg_17.12.10904.2.inc
require recipes-devtools/vsdbg/vsdbg_17.x.inc
25 changes: 25 additions & 0 deletions recipes-devtools/vsdbg/vsdbg_17.12.10904.2.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
###################################################################################################
# Contains additional parameters for the recipe to download the release binaries from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SUMMARY = "Contains the binaries for Microsoft's Visual Studio Remote Debugger for Linux"
HOMEPAGE = "https://visualstudio.microsoft.com/"

SRC_URI += "https://vsdebugger.blob.core.windows.net/vsdbg-17-12-10904-2/GetVsDbg.sh;name=script"
SRC_URI[script.md5sum] = "68684d4df7479d43d63d98c75f17edd0"
SRC_URI[script.sha256sum] = "8ec3cb1ec8f8a3429047af2dad99ac113db8c53f938015a65ed867565b89063c"

RDEPENDS:${PN} += "procps openssh-sftp-server"

DOTNET_RUNTIME_ARCH = "none"
DOTNET_RUNTIME_ARCH:arm = "arm"
DOTNET_RUNTIME_ARCH:x86_64 = "x64"
DOTNET_RUNTIME_ARCH:aarch64 = "arm64"

# This is here because it doesn't seem like bitbake likes ${PV} used in require statements.
require recipes-devtools/vsdbg/vsdbg_17.12.10904.2_${DOTNET_RUNTIME_ARCH}.inc

do_install:append() {
echo "17.12.10904.2" > ${D}${ROOT_HOME}/.vs-debugger/vs2022/success.txt
}
10 changes: 10 additions & 0 deletions recipes-devtools/vsdbg/vsdbg_17.12.10904.2_arm.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
###################################################################################################
# Contains the URL and checksums to download version 17.12.10904.2 of the ARM Visual Studio
# debugger from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI += "https://vsdebugger.azureedge.net/vsdbg-17-12-10904-2/vsdbg-linux-arm.zip;subdir=vsdbg-${PV};name=source"

SRC_URI[source.md5sum] = "8d6e97ab34b066f4a958d6c368a23434"
SRC_URI[source.sha256sum] = "fca8d585cbd8210c1930a11f8b21ff2de2f892bfb0ec5cdf683a118b5d46072e"
10 changes: 10 additions & 0 deletions recipes-devtools/vsdbg/vsdbg_17.12.10904.2_arm64.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
###################################################################################################
# Contains the URL and checksums to download version 17.12.10904.2 of the ARM64 Visual Studio
# debugger from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI += "https://vsdebugger.azureedge.net/vsdbg-17-12-10904-2/vsdbg-linux-arm64.zip;subdir=vsdbg-${PV};name=source"

SRC_URI[source.md5sum] = "afa8fc3eef1bb589a1dbdef1d8d832ad"
SRC_URI[source.sha256sum] = "5da012b1fa375d73512158443e49f7c8779bbaca26e0559731843f1f7f881562"
Empty file.
10 changes: 10 additions & 0 deletions recipes-devtools/vsdbg/vsdbg_17.12.10904.2_x64.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
###################################################################################################
# Contains the URL and checksums to download version 17.12.10904.2 of the X64 Visual Studio
# debugger from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI += "https://vsdebugger.azureedge.net/vsdbg-17-12-10904-2/vsdbg-linux-x64.zip;subdir=vsdbg-${PV};name=source"

SRC_URI[source.md5sum] = "1ddb81340fd2a0ac3b3b2a095574d654"
SRC_URI[source.sha256sum] = "b6985f6abc9c79a369f35b13ff21f339bf05cbe837f915901c0526cc998937f1"
10 changes: 10 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_6.0.35.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
###################################################################################################
# Contains the recipe to download the release binaries from Microsoft for the version
# 6.0.35 ASP .Net runtime.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################

require recipes-runtime/aspnet-core/aspnet-core_6.0.35.inc
require recipes-runtime/aspnet-core/aspnet-core_6.x.x.inc

17 changes: 17 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_6.0.35.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
###################################################################################################
# Contains additional parameters for the recipe to download the release binaries from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SUMMARY = "Contains the binaries for Microsoft's ASP .NET 6.0.35"
HOMEPAGE = "https://dotnet.microsoft.com/download/dotnet/6.0"

DOTNET_RUNTIME_ARCH = "none"
DOTNET_RUNTIME_ARCH:arm = "arm"
DOTNET_RUNTIME_ARCH:x86-64 = "x64"
DOTNET_RUNTIME_ARCH:x86_64 = "x64"
DOTNET_RUNTIME_ARCH:aarch64 = "arm64"

# This is here because it doesn't seem like bitbake likes ${PV} used in require statements.
require recipes-runtime/aspnet-core/aspnet-core_6.0.35_${DOTNET_RUNTIME_ARCH}.inc

13 changes: 13 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_6.0.35_arm.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 6.0.35 of the ARM ASP .Net
# runtime from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://download.visualstudio.microsoft.com/download/pr/44b0aa96-3ad1-4406-946f-680e9a52897b/8a6b84db7a63924f98b4197ce07313be/aspnetcore-runtime-6.0.35-linux-arm.tar.gz;subdir=aspnet-${PV}"

# SHA-512 hash is '2d152301b9bfc5f9cedabc6c9890187575e90c2362bec709fbbde8a423da6f533acf778f34d55fe174906eaef2dc09da570b5a9d25dd7a8a54cbe4e73f745f43'

SRC_URI[md5sum] = "a2bcb69ac9429935ea3d89bc40f13fe8"
SRC_URI[sha256sum] = "8159f843c669f94b1e3c1bd68806e34926c8d8927be0b232319397406f88b4a9"

13 changes: 13 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_6.0.35_arm64.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 6.0.35 of the ARM64 ASP .Net
# runtime from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://download.visualstudio.microsoft.com/download/pr/5b5b9407-22c3-4ea4-aefe-c958ea78e7d1/1abb142a2ff944d822d133af369dbe21/aspnetcore-runtime-6.0.35-linux-arm64.tar.gz;subdir=aspnet-${PV}"

# SHA-512 hash is 'c949fd1b9efe9231e4c6e006ef3c4a5aedc1d4ce64ca9bc1cd52f1ce9884ea23837b49f1e6a7ab4b6df0c6f60a32573e2aefde4e14f205812d004b7b9ebe0f76'

SRC_URI[md5sum] = "a2a0fabc347590a76659e5911cd1c549"
SRC_URI[sha256sum] = "dbfbf6748deaaf241433ee0d1ac9f03ea713f18d45860762ba7a5bff49445a74"

6 changes: 6 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_6.0.35_none.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
###################################################################################################
# Dummy file in case the architecture isn't supported (prevents Bitbaker parser from crashing).
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################

13 changes: 13 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_6.0.35_x64.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 6.0.35 of the X64 ASP .Net
# runtime from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://download.visualstudio.microsoft.com/download/pr/ccdb3628-8f55-411b-b0f1-669d42604ad8/81283ab8762aaab1be72772711f07f86/aspnetcore-runtime-6.0.35-linux-x64.tar.gz;subdir=aspnet-${PV}"

# SHA-512 hash is 'd86da938338a6d97250436d49340e8f114c05b46512ca562aadca6f3e77403d36468d3f34ed5f2d935c070f9e14aedf7299f5a03d2964dbd6576b9a2d3e776e8'

SRC_URI[md5sum] = "bbc66ea990a0ee9f3f57f8f1fb0b9b8a"
SRC_URI[sha256sum] = "f7f95e7007dbe8e0588c8b2b334c27dd831f64adc4db540f530f2c7cf8bef5b0"

10 changes: 10 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_8.0.10.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
###################################################################################################
# Contains the recipe to download the release binaries from Microsoft for the version
# 8.0.10 ASP .Net runtime.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################

require recipes-runtime/aspnet-core/aspnet-core_8.0.10.inc
require recipes-runtime/aspnet-core/aspnet-core_8.x.x.inc

17 changes: 17 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_8.0.10.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
###################################################################################################
# Contains additional parameters for the recipe to download the release binaries from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SUMMARY = "Contains the binaries for Microsoft's ASP .NET 8.0.10"
HOMEPAGE = "https://dotnet.microsoft.com/download/dotnet/8.0"

DOTNET_RUNTIME_ARCH = "none"
DOTNET_RUNTIME_ARCH:arm = "arm"
DOTNET_RUNTIME_ARCH:x86-64 = "x64"
DOTNET_RUNTIME_ARCH:x86_64 = "x64"
DOTNET_RUNTIME_ARCH:aarch64 = "arm64"

# This is here because it doesn't seem like bitbake likes ${PV} used in require statements.
require recipes-runtime/aspnet-core/aspnet-core_8.0.10_${DOTNET_RUNTIME_ARCH}.inc

13 changes: 13 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_8.0.10_arm.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 8.0.10 of the ARM ASP .Net
# runtime from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://download.visualstudio.microsoft.com/download/pr/50a67fd4-a5dd-42f1-a3ac-e008c3115dcc/816972da008ae5cee7612cad9b6808f0/aspnetcore-runtime-8.0.10-linux-arm.tar.gz;subdir=aspnet-${PV}"

# SHA-512 hash is 'fae8b6b270a4dc9218df99bb3cc10f0a52db9ed3630ba82056402154d27c238f76e44561f85348cf1a4f7e2bd1dbd910d4138a91ef66abe5685d9972b3d050aa'

SRC_URI[md5sum] = "58396140d352b608a6324a1fae214aa1"
SRC_URI[sha256sum] = "e79bd3c46a32ff0a4a03be045e7eaf7a006c9618bb0aed1dc98dfac634b110ed"

13 changes: 13 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_8.0.10_arm64.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 8.0.10 of the ARM64 ASP .Net
# runtime from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://download.visualstudio.microsoft.com/download/pr/f93af34d-cde3-4231-a54f-119c328bd876/663b3c2dbf1ed2a3e08ac8e614060571/aspnetcore-runtime-8.0.10-linux-arm64.tar.gz;subdir=aspnet-${PV}"

# SHA-512 hash is '3a478f9310c748b7427c91deb3ba83f4c02557a7d7a3d7382526b6dc39dad3d938022475ab20f060f1b4ed365c7b1b95a1d089cca502a423298c41379bff8111'

SRC_URI[md5sum] = "0c943d9196b26e7a7868289a5defff95"
SRC_URI[sha256sum] = "b3554e4951f83796c2df1bfc7c5a0b6fa25546db77489c1eef7161b8b997949f"

6 changes: 6 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_8.0.10_none.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
###################################################################################################
# Dummy file in case the architecture isn't supported (prevents Bitbaker parser from crashing).
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################

13 changes: 13 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_8.0.10_x64.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 8.0.10 of the X64 ASP .Net
# runtime from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://download.visualstudio.microsoft.com/download/pr/6d143cf6-e215-428e-bcde-9fd50ea0e1be/99652e31b3e0161a3f1f933e0bedf223/aspnetcore-runtime-8.0.10-linux-x64.tar.gz;subdir=aspnet-${PV}"

# SHA-512 hash is '33221f19964ccb06cba74420dacbfe5bfd036f7847387093119f8f391d5716e1c5a8e05721f2335984409b43423d79b51ec571e51f0cdfae6d9d2a2b2d98505a'

SRC_URI[md5sum] = "83b49fdbc7f9853aff857b23531d4605"
SRC_URI[sha256sum] = "002f46d626076daee3b6e9fef180300133b9d1f7d856507fa6160fc235d7c009"

10 changes: 10 additions & 0 deletions recipes-runtime/dotnet-core/dotnet-core_6.0.35.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
###################################################################################################
# Contains the recipe to download the release binaries from Microsoft for the version
# 6.0.35 .Net runtime.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################

require recipes-runtime/dotnet-core/dotnet-core_6.0.35.inc
require recipes-runtime/dotnet-core/dotnet-core_6.x.x.inc

17 changes: 17 additions & 0 deletions recipes-runtime/dotnet-core/dotnet-core_6.0.35.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
###################################################################################################
# Contains additional parameters for the recipe to download the release binaries from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SUMMARY = "Contains the binaries for Microsoft's .NET 6.0.35"
HOMEPAGE = "https://dotnet.microsoft.com/download/dotnet/6.0"

DOTNET_RUNTIME_ARCH = "none"
DOTNET_RUNTIME_ARCH:arm = "arm"
DOTNET_RUNTIME_ARCH:x86-64 = "x64"
DOTNET_RUNTIME_ARCH:x86_64 = "x64"
DOTNET_RUNTIME_ARCH:aarch64 = "arm64"

# This is here because it doesn't seem like bitbake likes ${PV} used in require statements.
require recipes-runtime/dotnet-core/dotnet-core_6.0.35_${DOTNET_RUNTIME_ARCH}.inc

13 changes: 13 additions & 0 deletions recipes-runtime/dotnet-core/dotnet-core_6.0.35_arm.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 6.0.35 of the ARM .Net
# runtime from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://download.visualstudio.microsoft.com/download/pr/2c52af07-c968-4edd-acb7-766d81766809/9de0174ec8abfc27498b763c0e1bd370/dotnet-runtime-6.0.35-linux-arm.tar.gz;subdir=dotnet-${PV}"

# SHA-512 hash is '5f41c00f8e60ce2ad07bef75a3ead8986b99b706a8c4bb2cb0fa8cadfa2fabdae3c17501aa9c77f634aad02a28c8c8869235907baf0b9d723d650213952ce924'

SRC_URI[md5sum] = "5b9215b219e7c066bd3d9f0ea0dd0fd0"
SRC_URI[sha256sum] = "252832eeae916b92558a414f58e0dd4642878cf53f626c0832502e8640490443"

13 changes: 13 additions & 0 deletions recipes-runtime/dotnet-core/dotnet-core_6.0.35_arm64.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 6.0.35 of the ARM64 .Net
# runtime from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://download.visualstudio.microsoft.com/download/pr/8f344652-6b7e-4136-b6ca-c1a46d998835/e00bad479ac747a8ddc90e7d006aaa52/dotnet-runtime-6.0.35-linux-arm64.tar.gz;subdir=dotnet-${PV}"

# SHA-512 hash is '945e24f9c2d677e65fddaa06cafe8d518ee599ce98883b60fd9d734320fa2f3e1ccbfb46ea26ee925e319fb5430c2e18d64269fdae96030169c4b6d3d811ea77'

SRC_URI[md5sum] = "df15a7581988a4ac12892864f1a435be"
SRC_URI[sha256sum] = "e88ff831cc6ee7535db7eb534ae4fe4e5f795e3cf9b914b5b874b29105c204d6"

6 changes: 6 additions & 0 deletions recipes-runtime/dotnet-core/dotnet-core_6.0.35_none.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
###################################################################################################
# Dummy file in case the architecture isn't supported (prevents Bitbaker parser from crashing).
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################

13 changes: 13 additions & 0 deletions recipes-runtime/dotnet-core/dotnet-core_6.0.35_x64.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 6.0.35 of the X64 .Net
# runtime from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://download.visualstudio.microsoft.com/download/pr/79e3d66e-14b8-4c20-9816-37c0c0964c8c/98ed84be388dfa1a7db279e9beefbee8/dotnet-runtime-6.0.35-linux-x64.tar.gz;subdir=dotnet-${PV}"

# SHA-512 hash is 'd8d10d600fb664336949576f8ec0534dbffd573f754b9e741f20812221fafcac5f509a7e1ab44e9e63fc31a7b5dbcb19e4ec1930ffd29312212dc7454977090e'

SRC_URI[md5sum] = "f563287bcd7d186b8827dde95f4c18fe"
SRC_URI[sha256sum] = "c7222162d145e2c3e64b3440d962c54a549b1d903abdf70deb74fe61cae74db8"

10 changes: 10 additions & 0 deletions recipes-runtime/dotnet-core/dotnet-core_8.0.10.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
###################################################################################################
# Contains the recipe to download the release binaries from Microsoft for the version
# 8.0.10 .Net runtime.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################

require recipes-runtime/dotnet-core/dotnet-core_8.0.10.inc
require recipes-runtime/dotnet-core/dotnet-core_8.x.x.inc

17 changes: 17 additions & 0 deletions recipes-runtime/dotnet-core/dotnet-core_8.0.10.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
###################################################################################################
# Contains additional parameters for the recipe to download the release binaries from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SUMMARY = "Contains the binaries for Microsoft's .NET 8.0.10"
HOMEPAGE = "https://dotnet.microsoft.com/download/dotnet/8.0"

DOTNET_RUNTIME_ARCH = "none"
DOTNET_RUNTIME_ARCH:arm = "arm"
DOTNET_RUNTIME_ARCH:x86-64 = "x64"
DOTNET_RUNTIME_ARCH:x86_64 = "x64"
DOTNET_RUNTIME_ARCH:aarch64 = "arm64"

# This is here because it doesn't seem like bitbake likes ${PV} used in require statements.
require recipes-runtime/dotnet-core/dotnet-core_8.0.10_${DOTNET_RUNTIME_ARCH}.inc

13 changes: 13 additions & 0 deletions recipes-runtime/dotnet-core/dotnet-core_8.0.10_arm.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 8.0.10 of the ARM .Net
# runtime from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://download.visualstudio.microsoft.com/download/pr/3f8dea7e-13bf-4931-b11e-77fcc6de7ca9/37531adc6a054037c064c47dae4e7f77/dotnet-runtime-8.0.10-linux-arm.tar.gz;subdir=dotnet-${PV}"

# SHA-512 hash is 'f06b8787e4f86f61569959228a9ae7d10bb7a1fa967010d7f3ca0080c850513cf5657c18d472211ce16880ff5eafc6c8442a564b2f8351d77c5dd270213c984c'

SRC_URI[md5sum] = "ec63b8f38283603c60e179df0b24a985"
SRC_URI[sha256sum] = "b5442e7c4941dcde5726e211c5fd0d96f49d7970be66fec0fd1e02bc1edb1a97"

13 changes: 13 additions & 0 deletions recipes-runtime/dotnet-core/dotnet-core_8.0.10_arm64.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 8.0.10 of the ARM64 .Net
# runtime from Microsoft.
# Copyright cjzzz 2024
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://download.visualstudio.microsoft.com/download/pr/6c71a005-d902-4df5-8cbb-f1fd53cf14f7/658dd2a2a839c14173e3804befec6a7e/dotnet-runtime-8.0.10-linux-arm64.tar.gz;subdir=dotnet-${PV}"

# SHA-512 hash is '31599ffbca710247f4e03fe99b1098b287a0ed820a944b5a6ed22372651c97d67531c34abadbc52e59e8f70b4f76cd331221d008684f3feefd9be2904a73e388'

SRC_URI[md5sum] = "72235efc60f92e46ad3990034b1d5d77"
SRC_URI[sha256sum] = "88c35db9f2de6a6a2f4976793f3d6ae46a3fa766444d807ff413ecd2849d5501"

Loading

0 comments on commit 0f6f2df

Please sign in to comment.