diff mbox series

[1/4] arm/fvp-corstone1000: upgrade to 11.22.35, add aarch64 binaries

Message ID 20231024135236.3510412-1-ross.burton@arm.com
State New
Headers show
Series [1/4] arm/fvp-corstone1000: upgrade to 11.22.35, add aarch64 binaries | expand

Commit Message

Ross Burton Oct. 24, 2023, 1:52 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

Upgrade to the 11.22.35 release of the FVP.

Also add the aarch64 binaries as these are now available.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Comments

Jon Mason Oct. 25, 2023, 1:29 a.m. UTC | #1
On Tue, 24 Oct 2023 14:52:33 +0100, ross.burton@arm.com wrote:
> Upgrade to the 11.22.35 release of the FVP.
> 
> Also add the aarch64 binaries as these are now available.
> 
> 

Applied, thanks!

[1/4] arm/fvp-corstone1000: upgrade to 11.22.35, add aarch64 binaries
      commit: 4c27c5fe257d5cd24bbe0c76de43e4b199114dfc
[2/4] kas/corstone1000: don't limit the FVP use to x86-64
      commit: ef47c87dbb2f9f5d65068cc2f82aa595bf1c6baf
[3/4] CI: don't pin corstone1000-fvp to x86-64
      commit: 7309e2683bd77e4fe20eda6876a0ffb78f8eef7b
[4/4] CI: build both aarch64 and x86-64 packages for as muny FVPs as possible
      (no commit info)

Best regards,
diff mbox series

Patch

diff --git a/meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb b/meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb
index 7d556616..2373d9f2 100644
--- a/meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb
+++ b/meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb
@@ -1,11 +1,14 @@ 
 require fvp-ecosystem.inc
 
-MODEL = "Corstone-1000-23"
+MODEL = "Corstone-1000"
 MODEL_CODE = "FVP_Corstone_1000"
-PV = "11.19_21"
+PV = "11.22_35"
 
-SRC_URI = "https://developer.arm.com/-/media/Arm%20Developer%20Community/Downloads/OSS/FVP/${MODEL}/Linux/${MODEL_CODE}_${PV}_${FVP_ARCH}.tgz;subdir=${BP}"
-SRC_URI[sha256sum] = "dbdcb8b0c206fd56fd2296fe338a62902eb978883ba07f4da28440e180383b24"
+SRC_URI = "https://developer.arm.com/-/media/Arm%20Developer%20Community/Downloads/OSS/FVP/${MODEL}/${MODEL_CODE}_${PV}_${FVP_ARCH}.tgz;subdir=${BP};name=fvp-${HOST_ARCH}"
+SRC_URI[fvp-aarch64.sha256sum] = "40c76551ca73328d34513dbc5de2bd094c28da7e91b73fe0361ec8faef644b68"
+SRC_URI[fvp-x86_64.sha256sum] = "30eb648d26827212faeb74b8c10070cbf8bf212d106ee609579f781a32aac6d9"
 
 LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \
-                    file://license_terms/third_party_licenses/third_party_licenses.txt;md5=34a1ba318d745f05e6197def68ea5411"
+                    file://license_terms/third_party_licenses/third_party_licenses.txt;md5=0c32ac6f58ebff83065105042ab98211"
+
+COMPATIBLE_HOST = "(aarch64|x86_64).*-linux"