On Tue, Nov 23, 2021 at 13:21:12 -0800, Michael D Kinney wrote: > 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: Leif Lindholm <[email protected]> > Cc: Ard Biesheuvel <[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]>
Reviewed-by: Leif Lindholm <[email protected]> > --- > ArmPlatformPkg/ArmPlatformPkg.ci.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/ArmPlatformPkg/ArmPlatformPkg.ci.yaml > b/ArmPlatformPkg/ArmPlatformPkg.ci.yaml > index 3dbbcc673bf0..03632e74df73 100644 > --- a/ArmPlatformPkg/ArmPlatformPkg.ci.yaml > +++ b/ArmPlatformPkg/ArmPlatformPkg.ci.yaml > @@ -19,7 +19,8 @@ > ], > ## Both file path and directory path are accepted. > "IgnoreFiles": [ > - "Scripts/Ds5/" > + "Scripts/Ds5/", > + "Drivers/PL061GpioDxe/PL061Gpio.c" > ] > }, > > -- > 2.32.0.windows.1 > > > > > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#84030): https://edk2.groups.io/g/devel/message/84030 Mute This Topic: https://groups.io/mt/87268736/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
