All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: Ryan Eatmon <reatmon@ti.com>
Cc: Ravi Gunasekaran <r-gunasekaran@ti.com>,
	Andrew Davis <afd@ti.com>,
	meta-arago@lists.yoctoproject.org, g-gupta@ti.com,
	praneeth@ti.com
Subject: Re: [master/kirkstone][PATCH v4 5/8] meta-arago-extras: sysrepo: Add libredblack needed for sysrepo
Date: Wed, 28 Jun 2023 13:56:06 -0400	[thread overview]
Message-ID: <20230628175606.GV1518@denix.org> (raw)
In-Reply-To: <bb1fd022-ed27-728d-2db7-59182ae0cbb1@ti.com>

On Wed, Jun 28, 2023 at 10:52:26AM -0500, Ryan Eatmon wrote:
> 
> 
> On 6/27/2023 11:22 PM, Ravi Gunasekaran wrote:
> >Andrew,
> >
> >On 6/27/23 8:32 PM, Andrew Davis wrote:
> >>On 6/27/23 9:42 AM, Ravi Gunasekaran wrote:
> >>>libredblack is needed to build sysrepo. Add recipe for libredblack.
> >>>
> >>>The recipe is taken as-is from the commit 09f73e7 ("update for honister")
> >>>from the public repo [1].
> >>>
> >>>[1] - https://github.com/sartura/meta-sysrepo
> >>>
> >>>Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
> >>>---
> >>>
> >>>Changes since v3:
> >>>----------------
> >>>No change
> >>>
> >>>Changes since v2:
> >>>---------------
> >>>Newly introduced in this series
> >>>
> >>>   .../libredblack/libredblack_git.bb            | 21 +++++++++++++++++++
> >>>   1 file changed, 21 insertions(+)
> >>>   create mode 100644 meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb
> >>>
> >>>diff --git a/meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb b/meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb
> >>>new file mode 100644
> >>>index 00000000..ea51b618
> >>>--- /dev/null
> >>>+++ b/meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb
> >>>@@ -0,0 +1,21 @@
> >>>+SUMMARY = "Library for handling red-black tree searching algorithm"
> >>>+DESCRIPTION = "A library to provide the RedBlack balanced tree searching and sorting algorithm."
> >>>+LICENSE = "LGPLv2.1"
> >>>+LIC_FILES_CHKSUM = "file://COPYING;md5=de174fb5a92cdbe038c88dc4c4316f99"
> >>>+
> >>>+SRC_URI = "git://github.com/sysrepo/libredblack.git;protocol=https"
> >>>+
> >>>+PV = "1.0+git${SRCPV}"
> >>>+SRCREV = "a399310d99b61eec4d3c0677573ab5dddcf9395d"
> >>>+
> >>>+S = "${WORKDIR}/git"
> >>>+
> >>>+# NOTE: if this software is not capable of being built in a separate build directory
> >>>+# from the source, you should replace autotools with autotools-brokensep in the
> >>>+# inherit line
> >>
> >>This comment isn't needed.
> >>
> >>I understand the 1:1 copy from the original repo, but after you should have another patch
> >>that comes back and cleans these up. If they are to live in meta-arago they need to be up
> >>to the standards.
> >
> >Understood.
> >I have replied to your comment in [2/8]. If my reply is not satisfactory, then while sending
> >the next version, I will add another patch in the series to remove this "Note".
> >Incase the series is acceptable, then I will send out a separate patch to remove the "Note"
> 
> 
> What you have is fine for accepting this series.  Just submit a new
> patch that cleans it up.

+1 here. Good enough for merging, please address remaining comments in the 
follow up patches. Thanks.

-- 
Denys


  reply	other threads:[~2023-06-28 17:56 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
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 [this message]
     [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=20230628175606.GV1518@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.