From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: Heiko Thiery <heiko.thiery@gmail.com>
Cc: buildroot@buildroot.org, "Jan Kundrát" <jan.kundrat@cesnet.cz>,
"Fiona Klute" <fiona.klute@gmx.de>
Subject: Re: [Buildroot] [PATCH v3 3/6] package/sysrepo: bump to version 2.11.7
Date: Mon, 30 Dec 2024 22:35:40 +0100 [thread overview]
Message-ID: <20241230223540.024da7f1@windsurf> (raw)
In-Reply-To: <20241230113710.679717-4-heiko.thiery@gmail.com>
Hello Heiko,
Minor comment below, but since a v4 is anyway needed.
On Mon, 30 Dec 2024 12:37:11 +0100
Heiko Thiery <heiko.thiery@gmail.com> wrote:
> Add new config options to enable/disable binary tools/daemon. By default
> this options are enabled.
>
> Also some sysv init script shellcheck warnings are fixed.
A pedantic person would have said those shellcheck warning fixes should
have been made in a separate patch. Also if you fix shellcheck
warnings, isn't an update of .checkpackageignore needed, i.e remove:
package/sysrepo/S51sysrepo-plugind Shellcheck lib_sysv.Indent
?
> diff --git a/package/sysrepo/Config.in b/package/sysrepo/Config.in
> index b1535bed9f..ff75575952 100644
> --- a/package/sysrepo/Config.in
> +++ b/package/sysrepo/Config.in
> @@ -16,6 +16,27 @@ config BR2_PACKAGE_SYSREPO
>
> if BR2_PACKAGE_SYSREPO
>
> +config BR2_PACKAGE_SYSREPO_SYSREPOCFG
> + bool "enable sysrepocfg"
> + default y
> + help
> + Enable sysrepocfg.
> + Build binary tool sysrepocfg
These two lines of help text are quite redundant with each other... and
with the prompt of the option.
> +config BR2_PACKAGE_SYSREPO_SYSREPOCTL
> + bool "enable sysrepoctl"
> + default y
> + help
> + Enable sysrepoctl.
> + Build binary tool sysrepoctl
Same.
> +config BR2_PACKAGE_SYSREPO_PLUGIND
> + bool "enable sysrepo-plugind"
> + default y
> + help
> + Enable sysrepo-plugind.
> + Build binary daemon sysrepo-plugind
Same.
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-12-30 21:35 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-30 11:37 [Buildroot] [PATCH v3 0/6] netopeer2 package update Heiko Thiery
2024-12-30 11:37 ` [Buildroot] [PATCH v3 1/6] package/libyang: bump to version 3.4.2 Heiko Thiery
2024-12-30 21:20 ` Thomas Petazzoni via buildroot
2025-01-04 13:38 ` Heiko Thiery
2024-12-30 11:37 ` [Buildroot] [PATCH v3 2/6] package/libnetconf2: bump to version 3.5.1 Heiko Thiery
2024-12-30 21:22 ` Thomas Petazzoni
2024-12-30 11:37 ` [Buildroot] [PATCH v3 3/6] package/sysrepo: bump to version 2.11.7 Heiko Thiery
2024-12-30 21:35 ` Thomas Petazzoni [this message]
2024-12-30 11:37 ` [Buildroot] [PATCH v3 4/6] package/netopeer2: bump to version 2.2.31 Heiko Thiery
2024-12-30 11:37 ` [Buildroot] [PATCH v3 5/6] support/testing/tests/package/test_sysrepo.py: add new test Heiko Thiery
2024-12-30 11:37 ` [Buildroot] [PATCH v3 6/6] support/testing/tests/package/test_netopeer2.py: " Heiko Thiery
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=20241230223540.024da7f1@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@buildroot.org \
--cc=fiona.klute@gmx.de \
--cc=heiko.thiery@gmail.com \
--cc=jan.kundrat@cesnet.cz \
/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.