amdgpu-pro-libs: update to 5.5.1, keep firmware in 5.4.6 except for vcn

This commit is contained in:
2023-05-30 21:14:41 +02:00
parent 78cb1ec187
commit 5d0c8a0fba
3 changed files with 264 additions and 240 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ def readPackages(packageString, packages,version):
elif x[0] == "SHA256":
packages[len(packages) - 1]["sha256"] = x[1].strip()
def generateFetchurl(version = "5.4.6", ubuntu_code = "jammy"):
def generateFetchurl(version = "5.5.1", ubuntu_code = "jammy"):
packages = []
packages32 = []