From: Peter Korsgaard <peter@korsgaard.com>
To: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Dario Binacchi <dariobin@libero.it>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v3 2/3] package/davinci-bootcount: rename to uboot-bootcount
Date: Wed, 07 Feb 2024 10:37:23 +0100 [thread overview]
Message-ID: <875xz01up8.fsf@48ers.dk> (raw)
In-Reply-To: <20240207092447.2094160-2-dario.binacchi@amarulasolutions.com> (Dario Binacchi's message of "Wed, 7 Feb 2024 10:24:46 +0100")
>>>>> "Dario" == Dario Binacchi <dario.binacchi@amarulasolutions.com> writes:
> Born as a project to read/write the bootcount on the TI am3xx platform,
> over time it has introduced bootcount management on EEPROM and for the
> stm32mp1 platform. As a result, the project removed the 'davinci' tag
> from its name and GitHub link.
> The patch aligns the package name in Buildroot with the current one on
> GitHub.
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
> Config.in.legacy | 6 ++++++
> DEVELOPERS | 2 +-
> package/Config.in | 2 +-
> package/davinci-bootcount/Config.in | 11 -----------
> package/davinci-bootcount/davinci-bootcount.mk | 15 ---------------
> package/uboot-bootcount/Config.in | 10 ++++++++++
> .../uboot-bootcount.hash} | 2 +-
> package/uboot-bootcount/uboot-bootcount.mk | 15 +++++++++++++++
> 8 files changed, 34 insertions(+), 29 deletions(-)
> delete mode 100644 package/davinci-bootcount/Config.in
> delete mode 100644 package/davinci-bootcount/davinci-bootcount.mk
> create mode 100644 package/uboot-bootcount/Config.in
> rename package/{davinci-bootcount/davinci-bootcount.hash =>
> uboot-bootcount/uboot-bootcount.hash} (80%)
> create mode 100644 package/uboot-bootcount/uboot-bootcount.mk
> diff --git a/Config.in.legacy b/Config.in.legacy
> index 5fbe5d903074..cf32f887d4b0 100644
> --- a/Config.in.legacy
> +++ b/Config.in.legacy
> @@ -146,6 +146,12 @@ endif
> comment "Legacy options removed in 2024.02"
> +config BR2_PACKAGE_DAVINCI_BOOTCOUNT
> + bool "davinci-bootcount has been renamed"
> + select BR2_LEGACY
We normally add the legacy handling here, so I've added select
BR2_PACKAGE_UBOOT_BOOTCOUNT (and dropped it from the package).
> + help
> + The davinci-bootcount package has been renamed.
And extended this to mention the new name.
Committed with these changes, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-02-07 9:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-07 9:24 [Buildroot] [PATCH v3 1/3] package/davinci-bootcount: update GitHub URL Dario Binacchi
2024-02-07 9:24 ` [Buildroot] [PATCH v3 2/3] package/davinci-bootcount: rename to uboot-bootcount Dario Binacchi
2024-02-07 9:37 ` Peter Korsgaard [this message]
2024-02-07 9:24 ` [Buildroot] [PATCH v3 3/3] package/uboot-bootcount: bump to version 3.0.0 Dario Binacchi
2024-02-07 9:38 ` Peter Korsgaard
2024-02-07 9:35 ` [Buildroot] [PATCH v3 1/3] package/davinci-bootcount: update GitHub URL Peter Korsgaard
2024-03-01 8:32 ` Peter Korsgaard
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=875xz01up8.fsf@48ers.dk \
--to=peter@korsgaard.com \
--cc=buildroot@buildroot.org \
--cc=dario.binacchi@amarulasolutions.com \
--cc=dariobin@libero.it \
--cc=thomas.petazzoni@bootlin.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.