From patchwork Tue Jun 30 12:50:10 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Harsimran Singh Tungal X-Patchwork-Id: 2603 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 04DE5C43327 for ; Tue, 30 Jun 2026 12:50:30 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.20136.1782823826067135137 for ; Tue, 30 Jun 2026 05:50:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@arm.com header.s=foss header.b=BQPpXqK6; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: harsimransingh.tungal@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 0BF2D16F8; Tue, 30 Jun 2026 05:50:21 -0700 (PDT) Received: from e132995.cambridge.arm.com (e132995.arm.com [10.1.29.35]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id DE0D93F905; Tue, 30 Jun 2026 05:50:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1782823825; bh=A8dk2v6Hy/zR6XWJW2bc9AmUVYtXX8oCjop19El6/Dw=; h=From:To:Cc:Subject:Date:From; b=BQPpXqK6Iv3dbZGgJNf/Ukcg5QUfqaInR3REM284hYhv8rtQ1AYxZYSv5qF/OumyX Z0JgdqVZO5PjyS9Vwqdz6v/Ew5r/0LdICdJvFln+poaJIuW5YCeSfizuila7OV0w/H dgSOeIjTkj3K4mf7wBsbJ6igZN9LkbZRc+/bGezs= From: Harsimran Singh Tungal To: meta-arm@lists.yoctoproject.org Cc: Harsimran Singh Tungal Subject: [PATCH 0/4] Corstone1000: update 2026.05 Wrynose release docs Date: Tue, 30 Jun 2026 13:50:10 +0100 Message-Id: <20260630125014.312288-1-harsimransingh.tungal@arm.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 30 Jun 2026 12:50:30 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/7105 Update the Corstone-1000 changelog, release notes and user guide for the 2026.05 wrynose release. Update the user guide to align with the 2026.05 release branch and documentation state, including the Yocto release name, recipe version references, release tag references, and related asset and report links. Harsimran Singh Tungal (4): arm-bsp/documentation: corstone1000: update 2026.05 wrynose release documentation arm-bsp/documentation: corstone1000-a320: update 2026.05 wrynose release documentation fvp:corstone1000-a320: update Corstone-1000 A320 FVP to 11.31 ci: enable testimage coverage for Corstone-1000 A320 FVP .gitlab-ci.yml | 4 +- .../corstone-a320_metadata.yaml | 4 +- .../corstone1000-a320/topics/change-log.md | 70 +++++ .../corstone1000-a320/topics/release-notes.md | 12 + .../corstone1000-a320/topics/tests.md | 267 ++++++++++-------- .../corstone1000-a320/topics/user-guide.md | 38 +-- .../documentation/corstone1000/change-log.rst | 65 +++++ .../corstone1000/release-notes.rst | 6 + .../documentation/corstone1000/user-guide.rst | 190 ++++++++----- .../fvp/fvp-corstone1000-a320.bb | 37 ++- 10 files changed, 470 insertions(+), 223 deletions(-)