mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-06 16:48:54 +00:00
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 <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -2,16 +2,9 @@ require fvp-envelope.inc
|
|||||||
|
|
||||||
SUMMARY = "Arm Fixed Virtual Platform - Armv-A Base RevC Architecture Envelope Model FVP"
|
SUMMARY = "Arm Fixed Virtual Platform - Armv-A Base RevC Architecture Envelope Model FVP"
|
||||||
LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \
|
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
|
PV = "11.15_18"
|
||||||
# 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"
|
|
||||||
|
|
||||||
SRC_URI = "${FVP_BASE_A_AEM_TARBALL_URI};subdir=${BP}"
|
SRC_URI = "https://developer.arm.com/-/media/Files/downloads/ecosystem-models/FVP_Base_RevC-2xAEMvA_${PV}.tgz;subdir=${BP}"
|
||||||
python() {
|
SRC_URI[sha256sum] = "05e474d6b8197c749c66968315fdb7059d398b279bef59787025a88219c71ae4"
|
||||||
if not d.getVar("FVP_BASE_A_AEM_TARBALL_URI"):
|
|
||||||
raise bb.parse.SkipRecipe("FVP_BASE_A_AEM_TARBALL_URI not set")
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user