From patchwork Mon May 18 18:51:39 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hugues KAMBA MPIANA X-Patchwork-Id: 88329 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 35B58CD4F57 for ; Mon, 18 May 2026 18:52:00 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4588.1779130317166820389 for ; Mon, 18 May 2026 11:51:57 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=WYYJNq4M; 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 649D9302D; Mon, 18 May 2026 11:51:51 -0700 (PDT) Received: from LXKV206JHX.arm.com (unknown [10.57.25.80]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B4A5E3F85F; Mon, 18 May 2026 11:51:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1779130316; bh=gIUGwhg2bjjpNIwKcFoJm6lrKEv1FDZ6XPyQRxn6cqA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=WYYJNq4Mb2pMJiwnSZp3ebXhp/AawCYXHdRqj1BFkyIoEjApB9tKBFeP+TxAQKJTP 1Go+bJj900dRcvwpaIh1Ua5o6BIJ81xNkq3Hms5WSC1MzqvcON7tjVo3wKgOtKmX6J PR7/2zcTxXyHaAiilkY/bpt8LNW3kSVxNMGUFUlg= From: Hugues KAMBA MPIANA To: meta-arm@lists.yoctoproject.org Cc: Hugues KAMBA MPIANA , Alex Chapman Subject: [PATCH wrynose 4/6] ci: Add Corstone-1000 with Cortex-A320 builds Date: Mon, 18 May 2026 19:51:39 +0100 Message-ID: <20260518185146.11634-5-hugues.kambampiana@arm.com> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20260518185146.11634-1-hugues.kambampiana@arm.com> References: <20260518185146.11634-1-hugues.kambampiana@arm.com> 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 ; Mon, 18 May 2026 18:52:00 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/7053 Add CI coverage for the Corstone-1000 with Cortex-A320 FVP machine. Build the Corstone-1000 with Cortex-A320 FVP with the firmware-only configuration and run both `none` and `tftf`. Also run `none` for the no-firmware build. Signed-off-by: Alex Chapman Signed-off-by: Hugues KAMBA MPIANA --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e40ae84d..9c56a5c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,6 +156,15 @@ corstone1000-mps3: - FIRMWARE: none SECUREDEBUG: [none, secure-debug] +corstone1000-a320-fvp: + extends: .build + parallel: + matrix: + - FIRMWARE: corstone1000-firmware-only + TESTING: [none, tftf] + - FIRMWARE: none + TESTING: none + documentation: extends: .setup script: