mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-05 02:20:30 +00:00
arm-bsp/fvp-base: update version to 11.26.11
Update to the latest version of fvp-base-a-aem. The licence files changed with an addition of language to add 'Arm License Management Utilities', but still is licensed under the Arm Proprietary license (and still requires the EULA to be acknowledged). Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
+6
-4
@@ -2,11 +2,13 @@ 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/third_party_licenses.txt;md5=b9005e55057311e41efe02ccfea8ea72 \
|
||||
file://license_terms/third_party_licenses/arm_license_management_utilities/third_party_licenses.txt;md5=c09526c02e631abb95ad61528892552d"
|
||||
file://license_terms/third_party_licenses/third_party_licenses.txt;md5=58b552b918d097a8ba802168312d76b2 \
|
||||
file://license_terms/third_party_licenses/arm_license_management_utilities/third_party_licenses.txt;md5=abcaafefc7b7a0cdf6664c51f9075c5b"
|
||||
|
||||
SRC_URI[fvp-aarch64.sha256sum] = "22096fc2267ad776abe0ff32d0d3b870c9fae10036d9c16f4f0fe4a64487a11e"
|
||||
SRC_URI[fvp-x86_64.sha256sum] = "5f33707a1bdaa96a933b89949f28643110ad80ac9835a75f139c200b64a394dc"
|
||||
|
||||
SRC_URI = "https://developer.arm.com/-/cdn-downloads/permalink/Fixed-Virtual-Platforms/${PV_URL_SHORT}/${MODEL_CODE}_${PV_URL}_${FVP_ARCH}.tgz;subdir=${BP};name=fvp-${HOST_ARCH}"
|
||||
SRC_URI[fvp-aarch64.sha256sum] = "0a262327073d410146a6689c068162f60e72f45845734650b08a1d45483853ca"
|
||||
SRC_URI[fvp-x86_64.sha256sum] = "a314f0f8c55492b70ab469fbbe2bb71ab8bb7c7ae4608ed1c432d8de8f4edb27"
|
||||
|
||||
# The CSS used in the FVP homepage make it too difficult to query with the tooling currently in Yocto
|
||||
UPSTREAM_VERSION_UNKNOWN = "1"
|
||||
@@ -32,7 +32,7 @@ def get_real_pv(d):
|
||||
def get_fm_short_pv_url(d):
|
||||
# FVP versions are like 11.12_43
|
||||
pv = d.getVar("PV")
|
||||
return "FM_%s_%s" % tuple(pv.split("."))[:2]
|
||||
return "FM-%s.%s" % tuple(pv.split("."))[:2]
|
||||
|
||||
|
||||
# If PV is 1.2.3, VERSION=1.2, BUILD=3, PV_URL=1.2_3.
|
||||
|
||||
Reference in New Issue
Block a user