From 4148b31c2df81021782e73d29351d990f03d88da Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Tue, 8 Mar 2022 14:05:44 -0500 Subject: [PATCH] arm/fvp-corstone1000: fix model location FVP is located at Linux64_GCC-9.3, not Linux64_GCC-9.4 Signed-off-by: Jon Mason --- meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb b/meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb index 0e565264..dcb6b7d1 100644 --- a/meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb +++ b/meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb @@ -10,5 +10,5 @@ SRC_URI[sha256sum] = "00ccb72d02c90e2424d24a625d275cabf8ea8dc024713985208f618bb8 LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \ file://license_terms/third_party_licenses.txt;md5=41029e71051b1c786bae3112a29905a7" -FVP_ARCH = "Linux64_GCC-9.4" +FVP_ARCH = "Linux64_GCC-9.3"