From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web12.6514.1595282395122589025 for ; Mon, 20 Jul 2020 14:59:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=iGuzzIZJ; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1595282394; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DZHNkW31vs5J+AY6zZVqZUxts+T/YMoA8kLIJRf+sTg=; b=iGuzzIZJXPSDJ3rPTvga+8HOI5ABftuJ7hZmAlU1msthwilEQli7bYn8naJBCAZ74eZ6Ft Ge7Hvdr37kOLsY141FqVdsxnoqw7CncryX7E1c0GlaDff0Yh4CQhxSWcFjnBR6rjXOAc0/ 871s0TUsPC5eTV8RgeVhafDw2po1uq8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-297-IramGJ5UPmm0_JVavx6iRg-1; Mon, 20 Jul 2020 17:59:49 -0400 X-MC-Unique: IramGJ5UPmm0_JVavx6iRg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C2A03800460; Mon, 20 Jul 2020 21:59:48 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-115-27.ams2.redhat.com [10.36.115.27]) by smtp.corp.redhat.com (Postfix) with ESMTP id 91CEC7C1F7; Mon, 20 Jul 2020 21:59:47 +0000 (UTC) Subject: Re: [PATCH 14/15] UefiCpuPkg/UefiCpuPkg.ci.yaml: Add configuration for LicenseCheck To: Shenglei Zhang , devel@edk2.groups.io Cc: Eric Dong , Ray Ni References: <20200720083709.17264-1-shenglei.zhang@intel.com> <20200720083709.17264-15-shenglei.zhang@intel.com> From: "Laszlo Ersek" Message-ID: Date: Mon, 20 Jul 2020 23:59:46 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200720083709.17264-15-shenglei.zhang@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 07/20/20 10:37, Shenglei Zhang wrote: > Add configuration IgnoreFiles for package config files. > So users can rely on this to skip license conflict for > some generated files. > > Cc: Eric Dong > Cc: Ray Ni > Cc: Laszlo Ersek > Signed-off-by: Shenglei Zhang > --- > UefiCpuPkg/UefiCpuPkg.ci.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/UefiCpuPkg/UefiCpuPkg.ci.yaml b/UefiCpuPkg/UefiCpuPkg.ci.yaml > index 99e460a8b090..d54651d43800 100644 > --- a/UefiCpuPkg/UefiCpuPkg.ci.yaml > +++ b/UefiCpuPkg/UefiCpuPkg.ci.yaml > @@ -5,6 +5,9 @@ > # SPDX-License-Identifier: BSD-2-Clause-Patent > ## > { > + "LicenseCheck": { > + "IgnoreFiles": [] > + }, > "CompilerPlugin": { > "DscPath": "UefiCpuPkg.dsc" > }, > Reviewed-by: Laszlo Ersek