From 9a09fadc1142941cb735e152b8dc83875dee213d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 20 Sep 2021 19:06:13 +0100 Subject: [PATCH] arm/fvp-base-a-aem: use public SRC_URI This FVP is now freely available without a login, so we can download it directly. Change-Id: I8ba041c44233cfbba5e3c223f07acc531a2e5f5c Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm/recipes-devtools/fvp/fvp-base-a-aem.bb | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/meta-arm/recipes-devtools/fvp/fvp-base-a-aem.bb b/meta-arm/recipes-devtools/fvp/fvp-base-a-aem.bb index 1d4e2a39..22907ad9 100644 --- a/meta-arm/recipes-devtools/fvp/fvp-base-a-aem.bb +++ b/meta-arm/recipes-devtools/fvp/fvp-base-a-aem.bb @@ -2,16 +2,9 @@ require fvp-envelope.inc SUMMARY = "Arm Fixed Virtual Platform - Armv-A Base RevC Architecture Envelope Model FVP" LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \ - file://license_terms/third_party_licenses.txt;md5=b40ecbbbd3409d48263437b782df6df9" + file://license_terms/third_party_licenses.txt;md5=3db0c4947b7e3405c40b943672d8de2f" -# This FVP cannot be downloaded directly, so download the Armv-A Base RevC AEM -# FVP yourself from the homepage and set FVP_BASE_A_AEM_TARBALL_URI appropriately -# (for example, file:///home/user/FVP_Base_RevC-2xAEMvA_11.14_21.tgz). -FVP_BASE_A_AEM_TARBALL_URI ?= "" -PV = "11.14_21" +PV = "11.15_18" -SRC_URI = "${FVP_BASE_A_AEM_TARBALL_URI};subdir=${BP}" -python() { - if not d.getVar("FVP_BASE_A_AEM_TARBALL_URI"): - raise bb.parse.SkipRecipe("FVP_BASE_A_AEM_TARBALL_URI not set") -} +SRC_URI = "https://developer.arm.com/-/media/Files/downloads/ecosystem-models/FVP_Base_RevC-2xAEMvA_${PV}.tgz;subdir=${BP}" +SRC_URI[sha256sum] = "05e474d6b8197c749c66968315fdb7059d398b279bef59787025a88219c71ae4"