It looks good to me. Reviewed-by: Guo Dong <[email protected]> -----Original Message----- From: Kinney, Michael D <[email protected]> Sent: Tuesday, November 23, 2021 2:21 PM To: [email protected] Cc: Dong, Guo <[email protected]>; Ni, Ray <[email protected]>; Ma, Maurice <[email protected]>; You, Benjamin <[email protected]>; Sean Brogan <[email protected]>; Bret Barkelew <[email protected]>; Liming Gao <[email protected]>; Michael Kubacki <[email protected]> Subject: [Patch 11/12] UefiPayloadPkg: Update YAML to ignore specific ECC files/errors
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3749 Update package YAML files to ignore ECC errors that are already present. These issues must be fixed in the future, but should not block source code changes for these known issues. Cc: Guo Dong <[email protected]> Cc: Ray Ni <[email protected]> Cc: Maurice Ma <[email protected]> Cc: Benjamin You <[email protected]> Cc: Sean Brogan <[email protected]> Cc: Bret Barkelew <[email protected]> Cc: Liming Gao <[email protected]> Cc: Michael Kubacki <[email protected]> Signed-off-by: Michael D Kinney <[email protected]> --- UefiPayloadPkg/UefiPayloadPkg.ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UefiPayloadPkg/UefiPayloadPkg.ci.yaml b/UefiPayloadPkg/UefiPayloadPkg.ci.yaml index 35e6fb3540d1..93f4d3603db9 100644 --- a/UefiPayloadPkg/UefiPayloadPkg.ci.yaml +++ b/UefiPayloadPkg/UefiPayloadPkg.ci.yaml @@ -18,6 +18,12 @@ ], ## Both file path and directory path are accepted. "IgnoreFiles": [ + "Include/Coreboot.h", + "Library/CbParseLib/CbParseLib.c", + "Library/CbParseLib/CbParseLib.c", + "PayloadLoaderPeim/ElfLib/ElfCommon.h", + "PayloadLoaderPeim/ElfLib/Elf32.h", + "PayloadLoaderPeim/ElfLib/Elf64.h" ] }, ## options defined .pytool/Plugin/CompilerPlugin -- 2.32.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#84128): https://edk2.groups.io/g/devel/message/84128 Mute This Topic: https://groups.io/mt/87268745/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
