From patchwork Fri Mar 4 09:56:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Hoyes X-Patchwork-Id: 4667 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id AB4AAC433EF for ; Fri, 4 Mar 2022 09:56:26 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web08.5312.1646387785550604291 for ; Fri, 04 Mar 2022 01:56:26 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: peter.hoyes@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A0F8B1424; Fri, 4 Mar 2022 01:56:24 -0800 (PST) Received: from e125920.arm.com (unknown [10.57.90.12]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 973263F66F; Fri, 4 Mar 2022 01:56:23 -0800 (PST) From: Peter Hoyes To: meta-arm@lists.yoctoproject.org Cc: diego.sueiro@arm.com, robbie.cao@arm.com, Peter Hoyes Subject: [PATCH honister 2/3] arm/fvp-base-r-aem: Update to version 11.17.21 Date: Fri, 4 Mar 2022 09:56:10 +0000 Message-Id: <20220304095611.217114-2-peter.hoyes@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220304095611.217114-1-peter.hoyes@arm.com> References: <20220304095611.217114-1-peter.hoyes@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 04 Mar 2022 09:56:26 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/3110 From: Peter Hoyes Also update version and download link in meta-arm-bsp fvp-baser-aemv8r64 documentation Issue-Id: SCM-3871 Signed-off-by: Peter Hoyes Change-Id: I92ec616d25703ff74ed063918a1e4811bac9ff3f --- meta-arm-bsp/documentation/fvp-baser-aemv8r64.md | 12 ++++++------ meta-arm/recipes-devtools/fvp/fvp-base-r-aem.bb | 7 ++++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md index 4f207ba..6fc7152 100644 --- a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md +++ b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md @@ -106,18 +106,18 @@ For more details on kas, see https://kas.readthedocs.io/. To build the images for fvp-base machine, you also need to: - - download the ``FVP_Base_AEMv8R_11.15_14.tgz`` image AEM V8-R FVP Installer + - download the ``FVP_Base_AEMv8R_11.17_21.tgz`` image AEM V8-R FVP Installer (Linux) package from Arm's website: - https://silver.arm.com/download/download.tm?pv=4858045&p=4029857. You need + https://silver.arm.com/download/download.tm?pv=4865959&p=4029857. You need to have an account and be logged in to be able to download it - - set absolute path to the ``FVP_Base_AEMv8R_11.15_14.tgz`` downloaded + - set absolute path to the ``FVP_Base_AEMv8R_11.17_21.tgz`` downloaded package in ``FVP_BASE_R_AEM_TARBALL_URI`` - accept EULA in ``FVP_BASE_R_ARM_EULA_ACCEPT`` The variables should be set like so: - FVP_BASE_R_AEM_TARBALL_URI="file:///absolute/path/to/FVP_Base_AEMv8R_11.15_14.tgz" + FVP_BASE_R_AEM_TARBALL_URI="file:///absolute/path/to/FVP_Base_AEMv8R_11.17_21.tgz" FVP_BASE_R_ARM_EULA_ACCEPT="True" **Note:** The host machine should have at least 50 GBytes of free disk space @@ -142,14 +142,14 @@ Fetch the meta-arm repository into a build directory: Building with the standard Linux kernel: cd ~/fvp-baser-aemv8r64-build - export FVP_BASE_R_AEM_TARBALL_URI="file:///absolute/path/to/FVP_Base_AEMv8R_11.15_14.tgz" + export FVP_BASE_R_AEM_TARBALL_URI="file:///absolute/path/to/FVP_Base_AEMv8R_11.17_21.tgz" export FVP_BASE_R_ARM_EULA_ACCEPT="True" kas build meta-arm/kas/fvp-baser-aemv8r64-bsp.yml Building with the Real-Time Linux kernel (PREEMPT\_RT): cd ~/fvp-baser-aemv8r64-build - export FVP_BASE_R_AEM_TARBALL_URI="file:///absolute/path/to/FVP_Base_AEMv8R_11.15_14.tgz" + export FVP_BASE_R_AEM_TARBALL_URI="file:///absolute/path/to/FVP_Base_AEMv8R_11.17_21.tgz" export FVP_BASE_R_ARM_EULA_ACCEPT="True" kas build meta-arm/kas/fvp-baser-aemv8r64-rt-bsp.yml diff --git a/meta-arm/recipes-devtools/fvp/fvp-base-r-aem.bb b/meta-arm/recipes-devtools/fvp/fvp-base-r-aem.bb index 6c612ab..911cc00 100644 --- a/meta-arm/recipes-devtools/fvp/fvp-base-r-aem.bb +++ b/meta-arm/recipes-devtools/fvp/fvp-base-r-aem.bb @@ -2,13 +2,14 @@ require fvp-envelope.inc SUMMARY = "Arm Fixed Virtual Platform - Armv8-R Base Architecture Envelope Model FVP" LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba71861c11688dbb0bd16 \ - file://license_terms/third_party_licenses.txt;md5=3db0c4947b7e3405c40b943672d8de2f" + file://license_terms/third_party_licenses.txt;md5=41029e71051b1c786bae3112a29905a7" # This FVP cannot be downloaded directly, so download the Armv8-R Base AEM FVP # yourself from the homepage and set FVP_BASE_R_AEM_TARBALL_URI appropriately -# (for example, file:///home/user/FVP_Base_AEMv8R_11.15_14.tgz). +# (for example, file:///home/user/FVP_Base_AEMv8R_11.17_21.tgz). FVP_BASE_R_AEM_TARBALL_URI ?= "" -PV = "11.15.14" +PV = "11.17.21" +FVP_ARCH = "Linux64_GCC-9.3" SRC_URI = "${FVP_BASE_R_AEM_TARBALL_URI};subdir=${BP}" python() {