From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com []) by mx.groups.io with SMTP id smtpd.web11.33610.1595234237313655791 for ; Mon, 20 Jul 2020 01:37:28 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: shenglei.zhang@intel.com) IronPort-SDR: cxkT+xwcZKvJIQrmL/HSoPlhCraHhbj6P2v7QMqKOAuUclfb6BexqR9NMLrJrbNcpn48tyeuPc UgvrR4ylHR9A== X-IronPort-AV: E=McAfee;i="6000,8403,9687"; a="149029480" X-IronPort-AV: E=Sophos;i="5.75,374,1589266800"; d="scan'208";a="149029480" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jul 2020 01:37:27 -0700 IronPort-SDR: HDw0a36HbiJt2WqyjYVG56aUzc22E04fErBwFZSC/KCxvbzt/VF0zTEzwh+aDnavC2YuD+nX6U wAizP/pQwZRw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,374,1589266800"; d="scan'208";a="487651432" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by fmsmga005.fm.intel.com with ESMTP; 20 Jul 2020 01:37:26 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Jordan Justen , Andrew Fish , Ray Ni Subject: [PATCH 05/15] EmulatorPkg/EmulatorPkg.ci.yaml: Add configuration for LicenseCheck Date: Mon, 20 Jul 2020 16:36:59 +0800 Message-Id: <20200720083709.17264-6-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 In-Reply-To: <20200720083709.17264-1-shenglei.zhang@intel.com> References: <20200720083709.17264-1-shenglei.zhang@intel.com> Add configuration IgnoreFiles for package config files. So users can rely on this to skip license conflict for some generated files. Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Signed-off-by: Shenglei Zhang --- EmulatorPkg/EmulatorPkg.ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/EmulatorPkg/EmulatorPkg.ci.yaml b/EmulatorPkg/EmulatorPkg.ci.yaml index 81f81780ec76..dead82f69745 100644 --- a/EmulatorPkg/EmulatorPkg.ci.yaml +++ b/EmulatorPkg/EmulatorPkg.ci.yaml @@ -8,6 +8,10 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent ## { + ## options defined .pytool/Plugin/LicenseCheck + "LicenseCheck": { + "IgnoreFiles": [] + }, ## options defined .pytool/Plugin/CompilerPlugin "CompilerPlugin": { "DscPath": "" # Don't support this test -- 2.18.0.windows.1