Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/mrp: new package
Date: Sun, 30 Aug 2020 22:18:26 +0200	[thread overview]
Message-ID: <20200830221826.57ccade3@windsurf.home> (raw)
In-Reply-To: <CAKcgs2w58TBPMAB5-V7wi3S5N-PLxwOGOy1DYFt47LWUmxPksA@mail.gmail.com>

Hello Gilles,

Thanks for reviewing patches from others! See below for a few comments.

On Sun, 30 Aug 2020 17:52:17 +0200
Gilles Talis <gilles.talis@gmail.com> wrote:

> >  N:     Horatiu Vultur <horatiu.vultur@microchip.com>
> >  F:     package/easyframes/
> > +F:     package/mrp/  
> This patch will not apply because the easyframes package is not in master yet.
> You need to rebase to master before sending your patch.

Actually, when the "next" branch is open (as it is currently), new
packages are going to be applied to the next branch, so it makes sense
to have this patch based on the next branch. And the easyframes package
was merged in the next branch a few days ago.

> > +config BR2_PACKAGE_MRP
> > +       bool "Media Redundancy Protocol"

Should be just:

	bool "mrp"

> > +       select BR2_PACKAGE_LIBEV
> > +       select BR2_PACKAGE_LIBMNL
> > +       select BR2_PACKAGE_LIBNL  
> libnl needs threads so mrp inherits its dependency (depends on
> BR2_TOOLCHAIN_HAS_THREADS)

Absolutely, and therefore, a Config.in comment must be added:

comment "mrp needs a toolchain w/ threads"
	depends on !BR2_TOOLCHAIN_HAS_THREADS

> > +MRP_VERSION = 1.1
> > +MRP_SITE = $(call github,microchip-ung,mrp,v$(MRP_VERSION))
> > +MRP_DEPENDENCIES = libev libmnl libnl
> > +MRP_LICENSE = GPLv2  
> I would say it is GPLv2+ ("or any later version"), but I can never
> tell to be honest

I haven't checked GPLv2 or GPLv2+. However, the proper encoding in
Buildroot is GPL-2.0 or GPL-2.0+.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

  reply	other threads:[~2020-08-30 20:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-30  8:38 [Buildroot] [PATCH 1/1] package/mrp: new package Horatiu Vultur
2020-08-30 15:52 ` Gilles Talis
2020-08-30 20:18   ` Thomas Petazzoni [this message]
2020-08-30 20:26   ` Horatiu Vultur

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=20200830221826.57ccade3@windsurf.home \
    --to=thomas.petazzoni@bootlin.com \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox