All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: Ravi Gunasekaran <r-gunasekaran@ti.com>
Cc: meta-arago@lists.yoctoproject.org, reatmon@ti.com,
	g-gupta@ti.com, praneeth@ti.com, afd@ti.com
Subject: Re: [master/kirkstone][PATCH v4 1/8] meta-arago-extras: sysrepo: Update checksum for nw-configurator
Date: Wed, 28 Jun 2023 13:07:56 -0400	[thread overview]
Message-ID: <20230628170756.GU1518@denix.org> (raw)
In-Reply-To: <20230627144249.30543-2-r-gunasekaran@ti.com>

On Tue, Jun 27, 2023 at 08:12:42PM +0530, Ravi Gunasekaran wrote:
> Instead of using the source file to compute the license checksum,
> use the license text only from source file.
> 
> Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
> ---
> 
> Changes since v3:
> ----------------
> No change
> 
> Changes since v2:
> ----------------
> 1) Corrected the license type
> 2) License checksum calculated based on the license header instead of the 
> entire source file
> 
> Changes since v1:
> ---------------
> No change
> 
>  .../recipes-sysrepo/nw-configurator/nw-configurator.bb       | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-extras/recipes-sysrepo/nw-configurator/nw-configurator.bb b/meta-arago-extras/recipes-sysrepo/nw-configurator/nw-configurator.bb
> index 5a152017..c5d9a86b 100644
> --- a/meta-arago-extras/recipes-sysrepo/nw-configurator/nw-configurator.bb
> +++ b/meta-arago-extras/recipes-sysrepo/nw-configurator/nw-configurator.bb
> @@ -1,6 +1,7 @@
> -LICENSE="GPLv2"
>  DESCRIPTION = "Sysrepo based repo to configure EST"
> -LIC_FILES_CHKSUM = "file://nw-configurator.c;md5=a818a6cf4fbeeb21acc8b4e9956c08a4"
> +
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://nw-configurator.c;beginline=1;endline=33;md5=3538caaf9bfb8372347877ad393660fa"

Thanks, this is a move in the right direction!

However, you also changed the LICENSE identifier w/o explaining the reason in 
the commit message! This is rather critical... I checked the nw-configurator.c 
and indeed GPLv2 was totally wrong, but you have to explain the change anyway. 
Going forward there will be a new requirement for Yocto compliance to properly 
explain license changes like that and there's a new field "License-Update:"
https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Describing_license_changes


>  SRC_URI = "file://nw-configurator.c"


  reply	other threads:[~2023-06-28 17:08 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-27 14:42 [master/kirkstone][PATCH v4 0/8] Add meta-sysrepo recipes Ravi Gunasekaran
2023-06-27 14:42 ` [master/kirkstone][PATCH v4 1/8] meta-arago-extras: sysrepo: Update checksum for nw-configurator Ravi Gunasekaran
2023-06-28 17:07   ` Denys Dmytriyenko [this message]
2023-06-29  4:09     ` Ravi Gunasekaran
2023-06-27 14:42 ` [master/kirkstone][PATCH v4 2/8] meta-arago-extras: sysrepo: Add libssh recipe needed for sysrepo Ravi Gunasekaran
2023-06-27 14:56   ` Andrew Davis
2023-06-28  4:17     ` Ravi Gunasekaran
2023-06-28 17:57       ` Denys Dmytriyenko
2023-06-27 14:42 ` [master/kirkstone][PATCH v4 3/8] meta-arago-extras: sysrepo: Add libyang " Ravi Gunasekaran
2023-06-27 14:42 ` [master/kirkstone][PATCH v4 4/8] meta-arago-extras: sysrepo: Add libnetconf recipe neede " Ravi Gunasekaran
2023-06-27 14:42 ` [master/kirkstone][PATCH v4 5/8] meta-arago-extras: sysrepo: Add libredblack needed " Ravi Gunasekaran
2023-06-27 15:02   ` Andrew Davis
2023-06-28  4:22     ` Ravi Gunasekaran
2023-06-28 15:52       ` Ryan Eatmon
2023-06-28 17:56         ` Denys Dmytriyenko
     [not found]         ` <176CE44BB5C95250.25798@lists.yoctoproject.org>
2023-06-28 22:47           ` [meta-arago] " Denys Dmytriyenko
2023-06-29  4:06             ` Ravi Gunasekaran
2023-06-27 14:42 ` [master/kirkstone][PATCH v4 6/8] meta-arago-extras: sysrepo: Add sysrepo and sysrepo plugins Ravi Gunasekaran
2023-06-27 14:42 ` [master/kirkstone][PATCH v4 7/8] meta-arago-extras: sysrepo: Add netopeer2 recipe Ravi Gunasekaran
2023-06-27 14:42 ` [master/kirkstone][PATCH v4 8/8] tisdk-default-image: Add package group for netopeer/sysrepo Ravi Gunasekaran

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230628170756.GU1518@denix.org \
    --to=denis@denix.org \
    --cc=afd@ti.com \
    --cc=g-gupta@ti.com \
    --cc=meta-arago@lists.yoctoproject.org \
    --cc=praneeth@ti.com \
    --cc=r-gunasekaran@ti.com \
    --cc=reatmon@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.