From nobody Sat May 11 17:38:27 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+93337+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+93337+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1662527154; cv=none; d=zohomail.com; s=zohoarc; b=fJCp0YOlsXduZs3fBC3mb3iQ7BFKbgdvo5CAAwvEh8mtkSccOfs5CHaT4d8BWshVlV6R33EnoshHo41JHr7bPkQE3iCS8S9OFTHYi90iQ1IOd7wOX0lYv7uktrffpOjajDownpKcAb9pr7QyaOinKFmTy3Ubt8W5QAzbH/aEQ+E= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1662527154; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=5+oSXDXdADJpLBMZhgV/sJ7c7cuw02B6yvAgCAJqiwM=; b=QeskWLp4KlSNlgkO8VIcX8EaL9cfA5bHpxcCdDkBWGq4HAyhjMuOthF9wV7rzwteIbpJNchsvOH641SpgSS5JnRWaa204BJc30YNFOiPfBgRQcVPMZR24WfCSbqTSeKnhEWmb1skiufegQ08RG+jAc22H1acurZrG2rqPFOVhKk= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+93337+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1662527154062354.2159197846696; Tue, 6 Sep 2022 22:05:54 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 0N59YY1788612xAV6Ip0qTXM; Tue, 06 Sep 2022 22:05:53 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web08.4242.1662527153089122311 for ; Tue, 06 Sep 2022 22:05:53 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 52B2C20B929D; Tue, 6 Sep 2022 22:05:52 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 52B2C20B929D From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Jian J Wang Subject: [edk2-devel] [PATCH v1 1/2] SignedCapsulePkg: Add package CI YAML file Date: Wed, 7 Sep 2022 01:05:29 -0400 Message-Id: <20220907050530.512-2-mikuback@linux.microsoft.com> In-Reply-To: <20220907050530.512-1-mikuback@linux.microsoft.com> References: <20220907050530.512-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,mikuback@linux.microsoft.com X-Gm-Message-State: oZJWUS9dIstsLVXNcYHAggmxx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1662527153; bh=1GrLM5uqkmw1mGjYBHw1dG7Vn0JV2xbqexUvDMEERw0=; h=Cc:Date:From:Reply-To:Subject:To; b=El22unxyytQW8xQ2vsERBtV/Qg7S1s/bWPCHBlOPFVz6WABK4DfaPV6u1tyVlX5A2Ec qsLZBqODi08gU3ZFO9dcX5xGdPRUoatLBTq+UoqMUGF+I8drCOzR7XmKxbG64S8N7B5/p TOQgco6NRyUIc4LeoNqXhjRoAx4/WgIo75E= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1662527155760100001 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4050 Adds the package as a supported package to .pytool/CISettings.py and adds a CI YAML for the package so it can be run in CI. Cc: Jian J Wang Signed-off-by: Michael Kubacki --- .pytool/CISettings.py | 1 + SignedCapsulePkg/SignedCapsulePkg.ci.yaml | 90 ++++++++++++++++++++ 2 files changed, 91 insertions(+) diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py index cf9e0d77b19b..306e27893e58 100644 --- a/.pytool/CISettings.py +++ b/.pytool/CISettings.py @@ -62,6 +62,7 @@ class Settings(CiBuildSettingsManager, UpdateSettingsMana= ger, SetupSettingsManag "UefiCpuPkg", "FmpDevicePkg", "ShellPkg", + "SignedCapsulePkg", "StandaloneMmPkg", "FatPkg", "CryptoPkg", diff --git a/SignedCapsulePkg/SignedCapsulePkg.ci.yaml b/SignedCapsulePkg/S= ignedCapsulePkg.ci.yaml new file mode 100644 index 000000000000..5f48613bd79f --- /dev/null +++ b/SignedCapsulePkg/SignedCapsulePkg.ci.yaml @@ -0,0 +1,90 @@ +## @file +# Core CI configuration for SignedCapsulePkg +# +# Copyright (c) Microsoft Corporation +# +# SPDX-License-Identifier: BSD-2-Clause-Patent +## +{ + ## options defined .pytool/Plugin/LicenseCheck + "LicenseCheck": { + "IgnoreFiles": [] + }, + + "EccCheck": { + ## Exception sample looks like below: + ## "ExceptionList": [ + ## "", "" + ## ] + "ExceptionList": [ + ], + ## Both file path and directory path are accepted. + "IgnoreFiles": [] + }, + + ## options defined .pytool/Plugin/CompilerPlugin + "CompilerPlugin": { + "DscPath": "SignedCapsulePkg.dsc" + }, + + ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin + "HostUnitTestCompilerPlugin": { + "DscPath": "" # Don't support this test + }, + + ## options defined .pytool/Plugin/CharEncodingCheck + "CharEncodingCheck": { + "IgnoreFiles": [] + }, + + ## options defined .pytool/Plugin/DependencyCheck + "DependencyCheck": { + "AcceptableDependencies": [ + "MdeModulePkg/MdeModulePkg.dec", + "MdePkg/MdePkg.dec", + "SecurityPkg/SecurityPkg.dec", + "SignedCapsulePkg/SignedCapsulePkg.dec" + ], + # For host based unit tests + "AcceptableDependencies-HOST_APPLICATION":[ + "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec" + ], + # For UEFI shell based apps + "AcceptableDependencies-UEFI_APPLICATION":[], + "IgnoreInf": [] + }, + + ## options defined .pytool/Plugin/DscCompleteCheck + "DscCompleteCheck": { + "IgnoreInf": [""], + "DscPath": "SignedCapsulePkg.dsc" + }, + + ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck + "HostUnitTestDscCompleteCheck": { + "IgnoreInf": [""], + "DscPath": "" # Don't support this test + }, + + ## options defined .pytool/Plugin/GuidCheck + "GuidCheck": { + "IgnoreGuidName": [], + "IgnoreGuidValue": [], + "IgnoreFoldersAndFiles": [], + "IgnoreDuplicates": [], + }, + + ## options defined .pytool/Plugin/LibraryClassCheck + "LibraryClassCheck": { + "IgnoreHeaderFile": [] + }, + + ## options defined .pytool/Plugin/SpellCheck + "SpellCheck": { + "AuditOnly": True, # Failures need to be reviewed and re= solved in the future + "IgnoreFiles": [], # use gitignore syntax to ignore erro= rs in matching files + "ExtendWords": [], # words to extend to the dictionary f= or this package + "IgnoreStandardPaths": [], # Standard Plugin defined paths that = should be ignore + "AdditionalIncludePaths": [] # Additional paths to spell check (wi= ldcards supported) + } +} --=20 2.28.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#93337): https://edk2.groups.io/g/devel/message/93337 Mute This Topic: https://groups.io/mt/93519142/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sat May 11 17:38:27 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+93338+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+93338+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1662527157; cv=none; d=zohomail.com; s=zohoarc; b=dLswuspdUopTB2CNju7CgO9RSsGIA4bZsNmV+P3ychOubXqeixOUANdJvKeuu3+51mkPt92ku07NEAiWg6lAUNs6jahxD77d/OsEFhnYvTKLIw+iV3JKpSCLPTJLaaapcMz4q1Plywog9sxJWRulZVBQhxhqz3LujVXkO/rG/eQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1662527157; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=ugXwa7SpCWZJBo0vgTa8pqTTJrBOI1d1ZNJ/rpIy7t0=; b=aYXwkS0nxotpv8tPZrdR4iJtUxAAui6dN9CkoPPSgu/QqEJRgcv0fodMGKWVdpSPUVvoSHFvkQah4x2HIVXqk9Te5mbRgxNKJbce3sD2f16nAKhnHo/huW8gybFxySdfRVe4g3rV2E5B599Oc9EHirhvZu2LnVT6WgsIvR1Gm6Y= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+93338+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1662527157865179.42194681475553; Tue, 6 Sep 2022 22:05:57 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id a3WQYY1788612xwdxMaZczoj; Tue, 06 Sep 2022 22:05:57 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.4260.1662527156937105447 for ; Tue, 06 Sep 2022 22:05:57 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id BEA5D20B929C; Tue, 6 Sep 2022 22:05:55 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com BEA5D20B929C From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao , Jian J Wang Subject: [edk2-devel] [PATCH v1 2/2] .azurepipelines: Add SignedCapsulePkg to CI Date: Wed, 7 Sep 2022 01:05:30 -0400 Message-Id: <20220907050530.512-3-mikuback@linux.microsoft.com> In-Reply-To: <20220907050530.512-1-mikuback@linux.microsoft.com> References: <20220907050530.512-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,mikuback@linux.microsoft.com X-Gm-Message-State: 8qkxuQgqEIR0BpbuzZLbGchex1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1662527157; bh=QSpbl9NpTFBT1/a9R/o9pmYiKe0CT7IHiP+J4aIfsOE=; h=Cc:Date:From:Reply-To:Subject:To; b=wV7/1U+n0mNP9Xm8JNr2GJ3BdiNrAEmU2LsUm6EvUXtpZdonSkZyPzWyYGj17mSwYje Gxq/fTnRpQmguzI7sfvh4JmeOOUnPPOA46KfvH/CVqd8Pzi++0RO5UcAKdOxZVnO3O1kK muC6O7zhGeQEjqn43bqBSR516oo8SziESzY= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1662527159735100007 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4050 Adds SignedCapsulePkg to the "OTHER" CI matrix job so it is built in edk2 CI. Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Cc: Jian J Wang Signed-off-by: Michael Kubacki Reviewed-by: Michael D Kinney --- .azurepipelines/templates/pr-gate-build-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azurepipelines/templates/pr-gate-build-job.yml b/.azurepipeli= nes/templates/pr-gate-build-job.yml index 0e4ad019bf03..f37cc826b51e 100644 --- a/.azurepipelines/templates/pr-gate-build-job.yml +++ b/.azurepipelines/templates/pr-gate-build-job.yml @@ -37,7 +37,7 @@ jobs: Build.Pkgs: 'NetworkPkg,RedfishPkg' Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT' TARGET_OTHER: - Build.Pkgs: 'PcAtChipsetPkg,PrmPkg,ShellPkg,StandaloneMmPkg' + Build.Pkgs: 'PcAtChipsetPkg,PrmPkg,ShellPkg,StandaloneMmPkg,Signed= CapsulePkg' Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT' TARGET_FMP_FAT_TEST: Build.Pkgs: 'FmpDevicePkg,FatPkg,UnitTestFrameworkPkg,DynamicTable= sPkg' --=20 2.28.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#93338): https://edk2.groups.io/g/devel/message/93338 Mute This Topic: https://groups.io/mt/93519145/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-