summaryrefslogtreecommitdiffstats
path: root/FmpDevicePkg
diff options
context:
space:
mode:
authorShenglei Zhang <shenglei.zhang@intel.com>2020-07-17 15:11:23 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-07-31 02:49:51 +0000
commitb7ce4f93d5126739464c353fc59e7766668b6001 (patch)
tree6ce7431a974f2164313da3d78ae20a1a24da7eb6 /FmpDevicePkg
parent7ed9c63d9e179194410151c46bcbfcaf2dde5344 (diff)
downloadedk2-b7ce4f93d5126739464c353fc59e7766668b6001.tar.gz
edk2-b7ce4f93d5126739464c353fc59e7766668b6001.tar.bz2
edk2-b7ce4f93d5126739464c353fc59e7766668b6001.zip
FmpDevicePkg/FmpDevicePkg.ci.yaml: Add configuration for LicenseCheck
Add configuration IgnoreFiles for package config files. So users can rely on this to skip license conflict for some generated files. Cc: Liming Gao <liming.gao@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Guomin Jiang <guomin.jiang@intel.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'FmpDevicePkg')
-rw-r--r--FmpDevicePkg/FmpDevicePkg.ci.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/FmpDevicePkg/FmpDevicePkg.ci.yaml b/FmpDevicePkg/FmpDevicePkg.ci.yaml
index 74a0aefe8e..d498ad7d21 100644
--- a/FmpDevicePkg/FmpDevicePkg.ci.yaml
+++ b/FmpDevicePkg/FmpDevicePkg.ci.yaml
@@ -5,6 +5,9 @@
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
+ "LicenseCheck": {
+ "IgnoreFiles": []
+ },
"CompilerPlugin": {
"DscPath": "FmpDevicePkg.dsc"
},