diff --git a/meta-arm/recipes-devtools/fvp/fvp-ecosystem.inc b/meta-arm/recipes-devtools/fvp/fvp-ecosystem.inc index a5463155..100f6a23 100644 --- a/meta-arm/recipes-devtools/fvp/fvp-ecosystem.inc +++ b/meta-arm/recipes-devtools/fvp/fvp-ecosystem.inc @@ -8,7 +8,7 @@ PV ?= "unset" SUMMARY = "Arm Fixed Virtual Platform - ${MODEL} Ecosystem Reference Design" HOMEPAGE = "https://developer.arm.com/tools-and-software/open-source-software/arm-platforms-software/arm-ecosystem-fvps" -SRC_URI = "https://developer.arm.com/-/media/Arm%20Developer%20Community/Downloads/OSS/FVP/${MODEL}/${MODEL_CODE}_${PV}.tgz;subdir=${BP}" +SRC_URI = "https://developer.arm.com/-/media/Arm%20Developer%20Community/Downloads/OSS/FVP/${MODEL}/${MODEL_CODE}_${PV_URL}.tgz;subdir=${BP}" LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \ file://license_terms/third_party_licenses.txt;md5=47473b1e04b70938cf0a7ffea8ea4cc3" diff --git a/meta-arm/recipes-devtools/fvp/fvp-n1-edge.bb b/meta-arm/recipes-devtools/fvp/fvp-n1-edge.bb index edda411c..27493730 100644 --- a/meta-arm/recipes-devtools/fvp/fvp-n1-edge.bb +++ b/meta-arm/recipes-devtools/fvp/fvp-n1-edge.bb @@ -2,6 +2,6 @@ require fvp-ecosystem.inc MODEL = "Neoverse-N1" MODEL_CODE = "FVP_RD_N1_edge" -PV = "11.12_43" +PV = "11.12.43" SRC_URI[sha256sum] = "e428cc44db251202bf45ae68d40832d01efbc5d0f1323f1ce46237213dd4f0fa" diff --git a/meta-arm/recipes-devtools/fvp/fvp-sgi575.bb b/meta-arm/recipes-devtools/fvp/fvp-sgi575.bb index 2ad1d3af..6750907d 100644 --- a/meta-arm/recipes-devtools/fvp/fvp-sgi575.bb +++ b/meta-arm/recipes-devtools/fvp/fvp-sgi575.bb @@ -2,6 +2,6 @@ require fvp-ecosystem.inc MODEL = "SGI-575" MODEL_CODE = "FVP_CSS_SGI-575" -PV = "11.12_59" +PV = "11.12.59" SRC_URI[sha256sum] = "86c7a16d83b0801278b4a3d05c8d42c4955ed22a0dbea3c583798fb971bc425c"