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.6542.1595282481552242182 for ; Mon, 20 Jul 2020 15:01:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Ofb6xZHZ; 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=1595282480; 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=UmXQxWlEy6Q5a83x9TxfClP/mG8yGnjfVUlE8IN/PrI=; b=Ofb6xZHZlFYvt5dAE8zMC3SDT3DnhOc+Bwrd52wHwgs2xPvjx+mluXH8aAD0Dq6msr4Rc2 qoCUPOxu4j5U6xHXbzZGXDlcNeSy0P8SZV6/7l/IuOBr324MBx4KOlP/imtYU9YaeRIeK4 pGqJ6RyvuNngDN9SbxLxoSVEilKde4c= 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-223-XE5qTTywM-yFXlxERXptXQ-1; Mon, 20 Jul 2020 18:01:18 -0400 X-MC-Unique: XE5qTTywM-yFXlxERXptXQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A361857; Mon, 20 Jul 2020 22:01:17 +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 BA0A71002393; Mon, 20 Jul 2020 22:01:16 +0000 (UTC) Subject: Re: [PATCH 10/15] OvmfPkg/OvmfPkg.ci.yaml: Add configuration for LicenseCheck To: Shenglei Zhang , devel@edk2.groups.io Cc: Jordan Justen , Ard Biesheuvel References: <20200720083709.17264-1-shenglei.zhang@intel.com> <20200720083709.17264-11-shenglei.zhang@intel.com> From: "Laszlo Ersek" Message-ID: <6961878a-716a-e4d3-2b7e-34ca5c28ce9b@redhat.com> Date: Tue, 21 Jul 2020 00:01:15 +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-11-shenglei.zhang@intel.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 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: Jordan Justen > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > Signed-off-by: Shenglei Zhang > --- > OvmfPkg/OvmfPkg.ci.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/OvmfPkg/OvmfPkg.ci.yaml b/OvmfPkg/OvmfPkg.ci.yaml > index 98992f0429ff..ed342d7a3d08 100644 > --- a/OvmfPkg/OvmfPkg.ci.yaml > +++ b/OvmfPkg/OvmfPkg.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 > Can you list the following file at once, please: OvmfPkg/QemuVideoDxe/VbeShim.h With that: Reviewed-by: Laszlo Ersek Thanks Laszlo