From patchwork Wed Dec 4 17:12:48 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hugues KAMBA MPIANA X-Patchwork-Id: 1352 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 EBBF1E77171 for ; Wed, 4 Dec 2024 17:13:04 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.20271.1733332376942665061 for ; Wed, 04 Dec 2024 09:12:57 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: hugues.kambampiana@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 2A7951063; Wed, 4 Dec 2024 09:13:24 -0800 (PST) Received: from e129527.cambridge.arm.com (e129527.cambridge.arm.com [10.1.29.170]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5BF853F71E; Wed, 4 Dec 2024 09:12:55 -0800 (PST) From: Hugues KAMBA MPIANA To: meta-arm@lists.yoctoproject.org Cc: Hugues KAMBA MPIANA Subject: [PATCH 0/2] arm-bsp: corstone1000: `CORSTONE1000-2024.11` pre-release Date: Wed, 4 Dec 2024 17:12:48 +0000 Message-Id: <20241204171250.220387-1-hugues.kambampiana@arm.com> X-Mailer: git-send-email 2.34.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 ; Wed, 04 Dec 2024 17:13:04 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/6263 This patchset contains commits related to the `CORSTONE1000-2024.11` pre-release. Remaining steps for the release: - [ ] Merge the commits to meta-arm `master` branch. - [ ] Backport the commits to `styhead` branch of meta-arm. - [ ] On `styhead` branch, add a commit to uncomment pinned dependency layers SHAs and change branch to `styhead` in `kas/corstone1000-base.yml`. - [ ] Create `CORSTONE1000-2024.11` tag in meta-arm on `styhead` branch after above. Hugues KAMBA MPIANA (2): arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release. kas/corstone1000-base.yml | 6 +- .../documentation/corstone1000/change-log.rst | 63 ++++ .../corstone1000/release-notes.rst | 6 + .../corstone1000/software-architecture.rst | 25 +- .../documentation/corstone1000/user-guide.rst | 289 ++++++++++-------- 5 files changed, 244 insertions(+), 145 deletions(-)