From patchwork Thu Dec 5 11:33:41 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: 1355 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 EBEADE77173 for ; Thu, 5 Dec 2024 11:34:02 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.8877.1733398440418307318 for ; Thu, 05 Dec 2024 03:34:00 -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 EF794FEC; Thu, 5 Dec 2024 03:34:27 -0800 (PST) Received: from e129527.arm.com (unknown [10.57.89.208]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6E9EC3F71E; Thu, 5 Dec 2024 03:33:59 -0800 (PST) From: Hugues KAMBA MPIANA To: meta-arm@lists.yoctoproject.org Cc: Hugues KAMBA MPIANA Subject: [PATCH v3 0/2] arm-bsp: corstone1000: `CORSTONE1000-2024.11` pre-release Date: Thu, 5 Dec 2024 11:33:41 +0000 Message-Id: <20241205113343.482997-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 ; Thu, 05 Dec 2024 11:34:02 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/6269 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. Changelog : =========== v3: Fix syntax error in user-guide.rst 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(-)