[PATCH 2/2] arm/fvps: update to newer versions

Jon Mason <[email protected]> Wed, 25 Mar 2026 11:25:55 -0400
Newsgroups org.yoctoproject.lists.meta-arm
Message-ID <[email protected]>
New versions of the FVPs have been released.  Update the recipes to use
them.  License SHA changes caused by 3rd party software versions used
being modified and white space changes.

Signed-off-by: Jon Mason <[email protected]>
---
 meta-arm/recipes-devtools/fvp/fvp-rd-v3-r1.bb | 8 ++++----
 meta-arm/recipes-devtools/fvp/fvp-rd1-ae.bb   | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/meta-arm/recipes-devtools/fvp/fvp-rd-v3-r1.bb b/meta-arm/recipes-devtools/fvp/fvp-rd-v3-r1.bb
index a0de2a5baa6b..e54f31903147 100644
--- a/meta-arm/recipes-devtools/fvp/fvp-rd-v3-r1.bb
+++ b/meta-arm/recipes-devtools/fvp/fvp-rd-v3-r1.bb
@@ -2,16 +2,16 @@ require fvp-ecosystem.inc
 
 MODEL = "RD-V3-r1"
 MODEL_CODE = "FVP_RD_V3_R1"
-PV = "11.27.51"
+PV = "11.29.35"
 
 SRC_URI = "https://developer.arm.com/-/cdn-downloads/permalink/FVPs-Neoverse-Infrastructure/${MODEL}/${MODEL_CODE}_${PV_URL}_${FVP_ARCH}.tgz;subdir=${BP};name=fvp-${HOST_ARCH}"
-SRC_URI[fvp-aarch64.sha256sum] = "6b25961a7dcac99ff5d2c63f297e1598b05e67938d71353b37c82e3d58d7ac3c"
-SRC_URI[fvp-x86_64.sha256sum] = "72f659ee3554ab0330984f35b2d640ea6553bbcbbf77cc485555be14277e4bc3"
+SRC_URI[fvp-aarch64.sha256sum] = "feb805bcb76921c926ff582c35f5f8cedfb9f15294cf873243de1018bf32e30f"
+SRC_URI[fvp-x86_64.sha256sum] = "f1c77d0c50dea01a5dd4ea6fbe548919abc0d63f281f8378f6d9fa83932e36cc"
 
 # The CSS used in the FVP homepage make it too difficult to query with the tooling currently in Yocto
 UPSTREAM_VERSION_UNKNOWN = "1"
 
 LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \
-                    file://license_terms/third_party_licenses/third_party_licenses.txt;md5=9ddd501715f7e1fed82c57b260b020ba"
+                    file://license_terms/third_party_licenses/third_party_licenses.txt;md5=41f1533ebfbd4f1d32cfc82b55f6729a"
 
 COMPATIBLE_HOST = "(aarch64|x86_64).*-linux"
diff --git a/meta-arm/recipes-devtools/fvp/fvp-rd1-ae.bb b/meta-arm/recipes-devtools/fvp/fvp-rd1-ae.bb
index bf5671f09c13..e305afae96c4 100644
--- a/meta-arm/recipes-devtools/fvp/fvp-rd1-ae.bb
+++ b/meta-arm/recipes-devtools/fvp/fvp-rd1-ae.bb
@@ -2,16 +2,16 @@ require fvp-ecosystem.inc
 
 MODEL = "RD-1_AE"
 MODEL_CODE = "FVP_RD_1_AE"
-PV = "11.27.20"
+PV = "11.29.27"
 
 SRC_URI = "https://developer.arm.com/-/cdn-downloads/permalink/FVPs-Automotive/${MODEL}/${MODEL_CODE}_${PV_URL}_${FVP_ARCH}.tgz;subdir=${BP};name=fvp-${HOST_ARCH}"
-SRC_URI[fvp-aarch64.sha256sum] = "297ded55d025772c9ad8497c6a97e0619fc1762dd1236e3ddec14da449f51ca4"
-SRC_URI[fvp-x86_64.sha256sum] = "e2b01fafac9cd560ed7a42f155241971d0cef086404c56bbb44dc6c9bf672e7d"
+SRC_URI[fvp-aarch64.sha256sum] = "4801691619edeadb861bd8ede783264fc492c83525af4739e8c122a8a96e850a"
+SRC_URI[fvp-x86_64.sha256sum] = "fefdfdb495f72d6187a03cee31d0d87ebd85ce8bcac69a006861999f0452e3a7"
 
 # The CSS used in the FVP homepage make it too difficult to query with the tooling currently in Yocto
 UPSTREAM_VERSION_UNKNOWN = "1"
 
 LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \
-                    file://license_terms/third_party_licenses/third_party_licenses.txt;md5=a3ce84371977a6b9c624408238309a90"
+                    file://license_terms/third_party_licenses/third_party_licenses.txt;md5=92ea58bb219213dfdc48111b693019b6"
 
 COMPATIBLE_HOST = "(aarch64|x86_64).*-linux"
-- 
2.50.1 (Apple Git-155)