summaryrefslogtreecommitdiffstats
path: root/ArmPkg
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2021-11-17 09:18:53 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-11-30 14:19:07 +0000
commit365dced2c37a55914d2e8e57b39288369c94e949 (patch)
tree2dc83ac49af6044e39b0950fde2d967c92337493 /ArmPkg
parent76a1ce4d5fec7cd6906e6ea4ed6a4276b700e7ae (diff)
downloadedk2-365dced2c37a55914d2e8e57b39288369c94e949.tar.gz
edk2-365dced2c37a55914d2e8e57b39288369c94e949.tar.bz2
edk2-365dced2c37a55914d2e8e57b39288369c94e949.zip
ArmPkg: 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 'ArmPkg')
-rw-r--r--ArmPkg/ArmPkg.ci.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/ArmPkg/ArmPkg.ci.yaml b/ArmPkg/ArmPkg.ci.yaml
index a0d6a75fe8..b7e07aaef6 100644
--- a/ArmPkg/ArmPkg.ci.yaml
+++ b/ArmPkg/ArmPkg.ci.yaml
@@ -19,7 +19,10 @@
],
## Both file path and directory path are accepted.
"IgnoreFiles": [
- "Library/ArmSoftFloatLib/berkeley-softfloat-3"
+ "Library/ArmSoftFloatLib/berkeley-softfloat-3",
+ "Library/ArmSoftFloatLib/ArmSoftFloatLib.c",
+ "Library/CompilerIntrinsicsLib",
+ "Universal/Smbios/SmbiosMiscDxe"
]
},