* [Buildroot] [PATCH v2 1/2] package/babeld: update URL site
@ 2024-08-31 14:54 Dario Binacchi
2024-08-31 14:54 ` [Buildroot] [PATCH v2 2/2] DEVELOPERS: add Dario Binacchi for babeld Dario Binacchi
2024-08-31 16:25 ` [Buildroot] [PATCH v2 1/2] package/babeld: update URL site Thomas Petazzoni via buildroot
0 siblings, 2 replies; 6+ messages in thread
From: Dario Binacchi @ 2024-08-31 14:54 UTC (permalink / raw)
To: buildroot; +Cc: Dario Binacchi, linux-amarula, Thomas Petazzoni
As reported in [1], version 1.9.2 has been moved to another archive, and
it is recommended to use https://github.com/jech/babeld as the official
repository.
It was also necessary to change the sha of the downloaded tar.gz.
Fixes:
- http://autobuild.buildroot.org/results/2447060c86acf1bd8d6ee0bcf8f9b6adcdfc50c9
[1] https://alioth-lists.debian.net/pipermail/babel-users/2024-August/004187.html
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
Changes v1 -> v2:
- Don't bump to 1.10.0 but update the URL site.
package/babeld/babeld.hash | 2 +-
package/babeld/babeld.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/babeld/babeld.hash b/package/babeld/babeld.hash
index 2e0513efa010..e725b1fe310c 100644
--- a/package/babeld/babeld.hash
+++ b/package/babeld/babeld.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 154f00e0a8bf35d6ea9028886c3dc5c3c342dd1a367df55ef29a547b75867f07 babeld-1.9.2.tar.gz
+sha256 c8c8c3698afb00caa5a5c9bbbb0a22b56d79ad3f9775382915ba979ac88c4e8f babeld-1.9.2.tar.gz
sha256 b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd LICENCE
diff --git a/package/babeld/babeld.mk b/package/babeld/babeld.mk
index 785fa2bce9f1..67d66da24f17 100644
--- a/package/babeld/babeld.mk
+++ b/package/babeld/babeld.mk
@@ -5,7 +5,7 @@
################################################################################
BABELD_VERSION = 1.9.2
-BABELD_SITE = http://www.pps.univ-paris-diderot.fr/~jch/software/files
+BABELD_SITE = $(call github,jech,babeld,refs/tags)
BABELD_LICENSE = MIT
BABELD_LICENSE_FILES = LICENCE
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH v2 2/2] DEVELOPERS: add Dario Binacchi for babeld
2024-08-31 14:54 [Buildroot] [PATCH v2 1/2] package/babeld: update URL site Dario Binacchi
@ 2024-08-31 14:54 ` Dario Binacchi
2024-08-31 16:25 ` [Buildroot] [PATCH v2 1/2] package/babeld: update URL site Thomas Petazzoni via buildroot
1 sibling, 0 replies; 6+ messages in thread
From: Dario Binacchi @ 2024-08-31 14:54 UTC (permalink / raw)
To: buildroot; +Cc: Dario Binacchi, linux-amarula, Thomas Petazzoni
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
Added in v2
DEVELOPERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/DEVELOPERS b/DEVELOPERS
index 0b590f0ec20c..33d4c119531f 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -790,6 +790,7 @@ F: configs/imx6ulz_bsh_smm_m2_defconfig
F: configs/imx8mn_bsh_smm_s2_defconfig
F: configs/imx8mn_bsh_smm_s2_pro_defconfig
F: configs/stm32f769_disco_sd_defconfig
+F: package/babeld/
F: package/sscep/
F: package/uuu/
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH v2 1/2] package/babeld: update URL site
2024-08-31 14:54 [Buildroot] [PATCH v2 1/2] package/babeld: update URL site Dario Binacchi
2024-08-31 14:54 ` [Buildroot] [PATCH v2 2/2] DEVELOPERS: add Dario Binacchi for babeld Dario Binacchi
@ 2024-08-31 16:25 ` Thomas Petazzoni via buildroot
2024-08-31 18:36 ` Dario Binacchi
1 sibling, 1 reply; 6+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-31 16:25 UTC (permalink / raw)
To: Dario Binacchi; +Cc: linux-amarula, buildroot
On Sat, 31 Aug 2024 16:54:49 +0200
Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:
> As reported in [1], version 1.9.2 has been moved to another archive, and
> it is recommended to use https://github.com/jech/babeld as the official
> repository.
>
> It was also necessary to change the sha of the downloaded tar.gz.
>
> Fixes:
> - http://autobuild.buildroot.org/results/2447060c86acf1bd8d6ee0bcf8f9b6adcdfc50c9
>
> [1] https://alioth-lists.debian.net/pipermail/babel-users/2024-August/004187.html
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
> Changes v1 -> v2:
> - Don't bump to 1.10.0 but update the URL site.
>
> package/babeld/babeld.hash | 2 +-
> package/babeld/babeld.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/babeld/babeld.hash b/package/babeld/babeld.hash
> index 2e0513efa010..e725b1fe310c 100644
> --- a/package/babeld/babeld.hash
> +++ b/package/babeld/babeld.hash
> @@ -1,3 +1,3 @@
> # Locally computed
> -sha256 154f00e0a8bf35d6ea9028886c3dc5c3c342dd1a367df55ef29a547b75867f07 babeld-1.9.2.tar.gz
> +sha256 c8c8c3698afb00caa5a5c9bbbb0a22b56d79ad3f9775382915ba979ac88c4e8f babeld-1.9.2.tar.gz
> sha256 b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd LICENCE
> diff --git a/package/babeld/babeld.mk b/package/babeld/babeld.mk
> index 785fa2bce9f1..67d66da24f17 100644
> --- a/package/babeld/babeld.mk
> +++ b/package/babeld/babeld.mk
> @@ -5,7 +5,7 @@
> ################################################################################
>
> BABELD_VERSION = 1.9.2
> -BABELD_SITE = http://www.pps.univ-paris-diderot.fr/~jch/software/files
> +BABELD_SITE = $(call github,jech,babeld,refs/tags)
This looks odd. Isn't the version needed somewhere?
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH v2 1/2] package/babeld: update URL site
2024-08-31 16:25 ` [Buildroot] [PATCH v2 1/2] package/babeld: update URL site Thomas Petazzoni via buildroot
@ 2024-08-31 18:36 ` Dario Binacchi
2024-08-31 19:17 ` Yann E. MORIN
0 siblings, 1 reply; 6+ messages in thread
From: Dario Binacchi @ 2024-08-31 18:36 UTC (permalink / raw)
To: Thomas Petazzoni; +Cc: linux-amarula, buildroot
Hello Thomas,
On Sat, Aug 31, 2024 at 6:25 PM Thomas Petazzoni
<thomas.petazzoni@bootlin.com> wrote:
>
> On Sat, 31 Aug 2024 16:54:49 +0200
> Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:
>
> > As reported in [1], version 1.9.2 has been moved to another archive, and
> > it is recommended to use https://github.com/jech/babeld as the official
> > repository.
> >
> > It was also necessary to change the sha of the downloaded tar.gz.
> >
> > Fixes:
> > - http://autobuild.buildroot.org/results/2447060c86acf1bd8d6ee0bcf8f9b6adcdfc50c9
> >
> > [1] https://alioth-lists.debian.net/pipermail/babel-users/2024-August/004187.html
> > Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> > ---
> > Changes v1 -> v2:
> > - Don't bump to 1.10.0 but update the URL site.
> >
> > package/babeld/babeld.hash | 2 +-
> > package/babeld/babeld.mk | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/package/babeld/babeld.hash b/package/babeld/babeld.hash
> > index 2e0513efa010..e725b1fe310c 100644
> > --- a/package/babeld/babeld.hash
> > +++ b/package/babeld/babeld.hash
> > @@ -1,3 +1,3 @@
> > # Locally computed
> > -sha256 154f00e0a8bf35d6ea9028886c3dc5c3c342dd1a367df55ef29a547b75867f07 babeld-1.9.2.tar.gz
> > +sha256 c8c8c3698afb00caa5a5c9bbbb0a22b56d79ad3f9775382915ba979ac88c4e8f babeld-1.9.2.tar.gz
> > sha256 b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd LICENCE
> > diff --git a/package/babeld/babeld.mk b/package/babeld/babeld.mk
> > index 785fa2bce9f1..67d66da24f17 100644
> > --- a/package/babeld/babeld.mk
> > +++ b/package/babeld/babeld.mk
> > @@ -5,7 +5,7 @@
> > ################################################################################
> >
> > BABELD_VERSION = 1.9.2
> > -BABELD_SITE = http://www.pps.univ-paris-diderot.fr/~jch/software/files
> > +BABELD_SITE = $(call github,jech,babeld,refs/tags)
>
> This looks odd. Isn't the version needed somewhere?
It seemed strange to me as well. Indeed, I don't see other similar
_SITE settings in Buildroot.
But if I go to the GitHub URL, these are the tarball addresses:
https://github.com/jech/babeld/archive/refs/tags/babeld-1.9.2.tar.gz
...
https://github.com/jech/babeld/archive/refs/tags/babeld-1.13.1.tar.gz
Am I missing something?
Thanks and regards,
Dario
>
> Thomas
> --
> Thomas Petazzoni, co-owner and CEO, Bootlin
> Embedded Linux and Kernel engineering and training
> https://bootlin.com
--
Dario Binacchi
Senior Embedded Linux Developer
dario.binacchi@amarulasolutions.com
__________________________________
Amarula Solutions SRL
Via Le Canevare 30, 31100 Treviso, Veneto, IT
T. +39 042 243 5310
info@amarulasolutions.com
www.amarulasolutions.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH v2 1/2] package/babeld: update URL site
2024-08-31 18:36 ` Dario Binacchi
@ 2024-08-31 19:17 ` Yann E. MORIN
2024-09-01 6:25 ` Dario Binacchi
0 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2024-08-31 19:17 UTC (permalink / raw)
To: Dario Binacchi; +Cc: linux-amarula, Thomas Petazzoni, buildroot
Dario, All,
On 2024-08-31 20:36 +0200, Dario Binacchi spake thusly:
> On Sat, Aug 31, 2024 at 6:25 PM Thomas Petazzoni
> <thomas.petazzoni@bootlin.com> wrote:
> > On Sat, 31 Aug 2024 16:54:49 +0200
> > Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:
[--SNIP--]
> > > -BABELD_SITE = http://www.pps.univ-paris-diderot.fr/~jch/software/files
> > > +BABELD_SITE = $(call github,jech,babeld,refs/tags)
> > This looks odd. Isn't the version needed somewhere?
> It seemed strange to me as well. Indeed, I don't see other similar
> _SITE settings in Buildroot.
> But if I go to the GitHub URL, these are the tarball addresses:
> https://github.com/jech/babeld/archive/refs/tags/babeld-1.9.2.tar.gz
> ...
> https://github.com/jech/babeld/archive/refs/tags/babeld-1.13.1.tar.gz
> Am I missing something?
The github macro is to be called that way:
$(call github,user,package,version)
See the manual, section 18.25.4 How to add a package from GitHub;
https://nightly.buildroot.org/manual.html#github-download-url
so for babeld:
$(call github,jech,babeld,babeld-$(BABELD_VERSION))
See also the myriads of existing calls in the tree:
git grep call\ github,
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH v2 1/2] package/babeld: update URL site
2024-08-31 19:17 ` Yann E. MORIN
@ 2024-09-01 6:25 ` Dario Binacchi
0 siblings, 0 replies; 6+ messages in thread
From: Dario Binacchi @ 2024-09-01 6:25 UTC (permalink / raw)
To: Yann E. MORIN; +Cc: linux-amarula, Thomas Petazzoni, buildroot
Hello Yann,
On Sat, Aug 31, 2024 at 9:17 PM Yann E. MORIN <yann.morin.1998@free.fr> wrote:
>
> Dario, All,
>
> On 2024-08-31 20:36 +0200, Dario Binacchi spake thusly:
> > On Sat, Aug 31, 2024 at 6:25 PM Thomas Petazzoni
> > <thomas.petazzoni@bootlin.com> wrote:
> > > On Sat, 31 Aug 2024 16:54:49 +0200
> > > Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:
> [--SNIP--]
> > > > -BABELD_SITE = http://www.pps.univ-paris-diderot.fr/~jch/software/files
> > > > +BABELD_SITE = $(call github,jech,babeld,refs/tags)
> > > This looks odd. Isn't the version needed somewhere?
> > It seemed strange to me as well. Indeed, I don't see other similar
> > _SITE settings in Buildroot.
> > But if I go to the GitHub URL, these are the tarball addresses:
> > https://github.com/jech/babeld/archive/refs/tags/babeld-1.9.2.tar.gz
> > ...
> > https://github.com/jech/babeld/archive/refs/tags/babeld-1.13.1.tar.gz
> > Am I missing something?
>
> The github macro is to be called that way:
> $(call github,user,package,version)
>
> See the manual, section 18.25.4 How to add a package from GitHub;
> https://nightly.buildroot.org/manual.html#github-download-url
>
> so for babeld:
> $(call github,jech,babeld,babeld-$(BABELD_VERSION))
>
> See also the myriads of existing calls in the tree:
> git grep call\ github,
Thank you for the explanations.
Regards,
Dario
>
> Regards,
> Yann E. MORIN.
>
> --
> .-----------------.--------------------.------------------.--------------------.
> | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
> | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
> '------------------------------^-------^------------------^--------------------'
--
Dario Binacchi
Senior Embedded Linux Developer
dario.binacchi@amarulasolutions.com
__________________________________
Amarula Solutions SRL
Via Le Canevare 30, 31100 Treviso, Veneto, IT
T. +39 042 243 5310
info@amarulasolutions.com
www.amarulasolutions.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-09-01 6:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-31 14:54 [Buildroot] [PATCH v2 1/2] package/babeld: update URL site Dario Binacchi
2024-08-31 14:54 ` [Buildroot] [PATCH v2 2/2] DEVELOPERS: add Dario Binacchi for babeld Dario Binacchi
2024-08-31 16:25 ` [Buildroot] [PATCH v2 1/2] package/babeld: update URL site Thomas Petazzoni via buildroot
2024-08-31 18:36 ` Dario Binacchi
2024-08-31 19:17 ` Yann E. MORIN
2024-09-01 6:25 ` Dario Binacchi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox