From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 3B045740041 for ; Mon, 20 Nov 2023 13:48:53 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=CnTxaDMvcpDo+IBNseq2px3fweUj8DKZ4Ymzq5DUyEw=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1700488131; v=1; b=NoSDt5xXPgGc3yfagb6Zj5pyD984WiHyx0aIpn7VxTZeLyUI/BUExDq7yMEsfUwGzVy2dniL 4OwnpUw7OD0S0fFP+1MPGW2+x3fKi0dCGzKywhK47Dnu6Pg1SoQyKK7WosRKNeqyUhJ+mThXaP/ GyLEdfwW8ONR6CQakotxbH+c= X-Received: by 127.0.0.2 with SMTP id n9hFYY7687511xRBdmxiYthX; Mon, 20 Nov 2023 05:48:51 -0800 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.50601.1700488131360579644 for ; Mon, 20 Nov 2023 05:48:51 -0800 X-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 E6D6E1570; Mon, 20 Nov 2023 05:49:36 -0800 (PST) X-Received: from cam-smtp0.cambridge.arm.com (e126645.nice.arm.com [10.34.100.114]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 4C3D53F6C4; Mon, 20 Nov 2023 05:48:49 -0800 (PST) From: "PierreGondois" To: devel@edk2.groups.io Cc: Jiewen Yao , Yi Li , Xiaoyu Lu , Guomin Jiang , Leif Lindholm , Ard Biesheuvel , Sami Mujawar , Gerd Hoffmann Subject: [edk2-devel] [PATCH v4 2/6] CryptoPkg/CryptoPkg.ci.yaml: Allow dependency upon ArmPkg Date: Mon, 20 Nov 2023 14:48:22 +0100 Message-Id: <20231120134826.1288260-3-pierre.gondois@arm.com> In-Reply-To: <20231120134826.1288260-1-pierre.gondois@arm.com> References: <20231120134826.1288260-1-pierre.gondois@arm.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: DEJZaxOAfnnd7ZQlhWHbzp0Mx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=NoSDt5xX; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=arm.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Allow dependency upon ArmPkg to pass the dependency Check. Signed-off-by: Pierre Gondois --- CryptoPkg/CryptoPkg.ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/CryptoPkg/CryptoPkg.ci.yaml b/CryptoPkg/CryptoPkg.ci.yaml index f961d85927c0..3bbb220d3224 100644 --- a/CryptoPkg/CryptoPkg.ci.yaml +++ b/CryptoPkg/CryptoPkg.ci.yaml @@ -69,6 +69,7 @@ },=0D "DependencyCheck": {=0D "AcceptableDependencies": [=0D + "ArmPkg/ArmPkg.dec",=0D "MdePkg/MdePkg.dec",=0D "MdeModulePkg/MdeModulePkg.dec",=0D "CryptoPkg/CryptoPkg.dec",=0D --=20 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111475): https://edk2.groups.io/g/devel/message/111475 Mute This Topic: https://groups.io/mt/102707264/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-