From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web12.6510.1595282389521133089 for ; Mon, 20 Jul 2020 14:59:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=SJhI6soR; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1595282388; 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=LS70iV5nauyD7FBTD7Hl34wNGcp6DUAPMSYCZJ+Dusc=; b=SJhI6soRt+6JwH7uOmbWk9o06rZM2PRJbv84v6I1cISZf5LZZRTfJoJ8Z9p/EyXt4cYCHq 4+v1c4QmtmLHI0r9Bb0fusI6TVMs0yTIp1m9xwCbIyhA1nNuVbGsnmTV1frOfrNZNF3W3Y Ln5GumD2ZJJ/xfYVoAA5vs2yBrHBME0= 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-76-Q4UL8honMhGFBnPm01Rh7A-1; Mon, 20 Jul 2020 17:59:44 -0400 X-MC-Unique: Q4UL8honMhGFBnPm01Rh7A-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 231FB1009600; Mon, 20 Jul 2020 21:59:43 +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 012B974F6D; Mon, 20 Jul 2020 21:59:41 +0000 (UTC) Subject: Re: [PATCH 03/15] ArmVirtPkg/ArmVirtPkg.ci.yaml: Add configuration for LicenseCheck To: Shenglei Zhang , devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm References: <20200720083709.17264-1-shenglei.zhang@intel.com> <20200720083709.17264-4-shenglei.zhang@intel.com> From: "Laszlo Ersek" Message-ID: Date: Mon, 20 Jul 2020 23:59:41 +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-4-shenglei.zhang@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com 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:36, 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: Laszlo Ersek > Cc: Ard Biesheuvel > Cc: Leif Lindholm > Signed-off-by: Shenglei Zhang > --- > ArmVirtPkg/ArmVirtPkg.ci.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.yaml > index 4553725ee528..27bb7ff49011 100644 > --- a/ArmVirtPkg/ArmVirtPkg.ci.yaml > +++ b/ArmVirtPkg/ArmVirtPkg.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 > Reviewed-by: Laszlo Ersek