From patchwork Tue Feb 6 16:52:53 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Emekcan Aras X-Patchwork-Id: 927 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 21CBEC48297 for ; Tue, 6 Feb 2024 16:53:18 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.26368.1707238395331829615 for ; Tue, 06 Feb 2024 08:53:15 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: emekcan.aras@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 B873C1FB; Tue, 6 Feb 2024 08:53:56 -0800 (PST) Received: from e126835.cambridge.arm.com (e126835.cambridge.arm.com [10.1.34.129]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5BF843F64C; Tue, 6 Feb 2024 08:53:13 -0800 (PST) From: emekcan.aras@arm.com To: meta-arm@lists.yoctoproject.org, Ross.Burton@arm.com Cc: nd@arm.com, Emekcan Aras , Ali Can Ozaslan Subject: [PATCH 0/1] Date: Tue, 6 Feb 2024 16:52:53 +0000 Message-Id: <20240206165254.109536-1-emekcan.aras@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, 06 Feb 2024 16:53:18 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/5372 From: Emekcan Aras The capsule_cert and capsule_key file generated by u-boot for corstone1000 do not get deployed correctly since writingh the output directly to ${DEPLOY_DIR_IMAGE} causes the sstate mechanism to malfunction especially in the CI builds. This patch fixes the issue and deploy the generated files correctly. Signed-off-by: Ali Can Ozaslan Signed-off-by: Emekcan Aras Emekcan Aras (1): arm-bsp/u-boot:corstone1000: Fix deployment of capsule files .../recipes-bsp/u-boot/u-boot-corstone1000.inc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-)