diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2021-11-23 12:56:46 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-11-30 14:19:07 +0000 |
commit | 1939fc9569f29b9b8de4d0b4c841d1be0a3db045 (patch) | |
tree | 8d0475a84a7d55dfd2e444d21a1652a9e1bb388f /ArmPlatformPkg | |
parent | 365dced2c37a55914d2e8e57b39288369c94e949 (diff) | |
download | edk2-1939fc9569f29b9b8de4d0b4c841d1be0a3db045.tar.gz |
ArmPlatformPkg: 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: Leif Lindholm <leif@nuviainc.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael Kubacki <michael.kubacki@microsoft.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
Diffstat (limited to 'ArmPlatformPkg')
-rw-r--r-- | ArmPlatformPkg/ArmPlatformPkg.ci.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ArmPlatformPkg/ArmPlatformPkg.ci.yaml b/ArmPlatformPkg/ArmPlatformPkg.ci.yaml index 3dbbcc673b..03632e74df 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"
]
},
|