From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web11.33636.1595234382895421091 for ; Mon, 20 Jul 2020 01:39:43 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: shenglei.zhang@intel.com) IronPort-SDR: gZlBowedVsxWRJ03FLZq5kL7JyvBpHwncMwm4pUAo/BQ2dnIhZX1OQJJcvH4D+dwO4Ot/7OOeS hZw0lT5hhtgw== X-IronPort-AV: E=McAfee;i="6000,8403,9687"; a="211415233" X-IronPort-AV: E=Sophos;i="5.75,374,1589266800"; d="scan'208";a="211415233" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jul 2020 01:39:41 -0700 IronPort-SDR: b2Vgwuh4nxQw7RYNtAHf3UZqrtZoeuxbJFcGPhhp4t5br8snBBIjJJbvPZrM7WVaDuwXtr3SES 9mRSMvqPhJ8A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,374,1589266800"; d="scan'208";a="487652078" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by fmsmga005.fm.intel.com with ESMTP; 20 Jul 2020 01:39:40 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Jiewen Yao , Jian J Wang Subject: [PATCH 12/15] SecurityPkg/SecurityPkg.ci.yaml: Add configuration for LicenseCheck Date: Mon, 20 Jul 2020 16:39:37 +0800 Message-Id: <20200720083937.15632-1-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 Add configuration IgnoreFiles for package config files. So users can rely on this to skip license conflict for some generated files. Cc: Jiewen Yao Cc: Jian J Wang Signed-off-by: Shenglei Zhang --- SecurityPkg/SecurityPkg.ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SecurityPkg/SecurityPkg.ci.yaml b/SecurityPkg/SecurityPkg.ci.yaml index 953219053318..1ef1d2e67ead 100644 --- a/SecurityPkg/SecurityPkg.ci.yaml +++ b/SecurityPkg/SecurityPkg.ci.yaml @@ -5,6 +5,9 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent ## { + "LicenseCheck": { + "IgnoreFiles": [] + }, "CompilerPlugin": { "DscPath": "SecurityPkg.dsc" }, -- 2.18.0.windows.1