From patchwork Tue Sep 27 13:56:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiacheng Tang X-Patchwork-Id: 13318 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 734FEC07E9D for ; Tue, 27 Sep 2022 13:56:54 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.11230.1664287007188833728 for ; Tue, 27 Sep 2022 06:56:47 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: jiacheng.tang@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 497DC1063 for ; Tue, 27 Sep 2022 06:56:53 -0700 (PDT) Received: from a010290.shanghai.arm.com (unknown [10.169.188.48]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D74D93F73B for ; Tue, 27 Sep 2022 06:56:45 -0700 (PDT) From: Jiacheng Tang To: meta-arm@lists.yoctoproject.org Subject: [PATCH kirkstone] arm/fvp-base-r-aem: upgrade to version 11.19.14 Date: Tue, 27 Sep 2022 21:56:27 +0800 Message-Id: <20220927135627.1506892-1-jiacheng.tang@arm.com> X-Mailer: git-send-email 2.25.1 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 ; Tue, 27 Sep 2022 13:56:54 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/3847 Update version in documentation. Issue-Id: SCM-5168 Signed-off-by: Jiacheng Tang Change-Id: Ic6302540e5ec3eb4d2ef436018cba7328f6dfc68 --- meta-arm-bsp/documentation/fvp-baser-aemv8r64.md | 2 +- .../{fvp-base-r-aem_11.18.16.bb => fvp-base-r-aem_11.19.14.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta-arm/recipes-devtools/fvp/{fvp-base-r-aem_11.18.16.bb => fvp-base-r-aem_11.19.14.bb} (88%) diff --git a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md index 26024aad..1eb61f60 100644 --- a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md +++ b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md @@ -27,7 +27,7 @@ The fvp-baser-aemv8r64 Yocto MACHINE supports the following BSP components, where either a standard or Real-Time Linux kernel (PREEMPT\_RT) can be built and run: - - FVP_Base_AEMv8R: v11.18.16 + - FVP_Base_AEMv8R: v11.19.14 - boot-wrapper-aarch64: provides PSCI support - U-Boot: v2022.01 - provides UEFI services - Linux kernel: linux-yocto-5.15 diff --git a/meta-arm/recipes-devtools/fvp/fvp-base-r-aem_11.18.16.bb b/meta-arm/recipes-devtools/fvp/fvp-base-r-aem_11.19.14.bb similarity index 88% rename from meta-arm/recipes-devtools/fvp/fvp-base-r-aem_11.18.16.bb rename to meta-arm/recipes-devtools/fvp/fvp-base-r-aem_11.19.14.bb index 88851892..26286996 100644 --- a/meta-arm/recipes-devtools/fvp/fvp-base-r-aem_11.18.16.bb +++ b/meta-arm/recipes-devtools/fvp/fvp-base-r-aem_11.19.14.bb @@ -6,6 +6,6 @@ LIC_FILES_CHKSUM = "file://license_terms/license_agreement.txt;md5=1a33828e132ba file://license_terms/third_party_licenses/arm_license_management_utilities/third_party_licenses.txt;md5=2e53bda6ff2db4c35d69944b93926c9f" SRC_URI = "https://developer.arm.com/-/media/Files/downloads/ecosystem-models/${MODEL_CODE}_${PV_URL}_${FVP_ARCH}.tgz;subdir=${BP}" -SRC_URI[sha256sum] = "a7a5ee0b7f3b84a2e98e136a6f3ab648e4b6b5ad365186a397595f3f7c69f558" +SRC_URI[sha256sum] = "788ede659414af36a2d09489e400c4d822c859b726565f1f171bc3102a9413d0" MODEL_CODE = "FVP_Base_AEMv8R"