Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] board/acmesystems/acqua-a5: fix hash of at91bootstrap3
@ 2024-05-14 12:22 Edgar Bonet
  2024-05-14 15:41 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Edgar Bonet @ 2024-05-14 12:22 UTC (permalink / raw)
  To: buildroot; +Cc: Biagio Montaruli

Commit 5b847f88fef7 (board: update hashes for generated achives) updated
the file

    board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash

by changing the file name suffix: -git3.tar.gz -> -git4.tar.gz. It did
not, however, update the hash itself. Do it now.

Fixes: 5b847f88fef768c8e79422db4193533b3a7488ea
Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr>
---
 .../acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash b/board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash
index 3734f22c95..6edf3d3345 100644
--- a/board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash
+++ b/board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256  fef34111a07d9e5aa97b0840355a367f806a17e029583830e9deaa747ce47824  at91bootstrap3-v3.10.3-git4.tar.gz
+sha256  5ea2a8fed1ba0024229c6f6d77176679e1b24791bdbce8e285634013d4a93551  at91bootstrap3-v3.10.3-git4.tar.gz
-- 
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] board/acmesystems/acqua-a5: fix hash of at91bootstrap3
  2024-05-14 12:22 [Buildroot] [PATCH 1/1] board/acmesystems/acqua-a5: fix hash of at91bootstrap3 Edgar Bonet
@ 2024-05-14 15:41 ` Yann E. MORIN
  2024-05-15 16:37   ` Arnout Vandecappelle via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2024-05-14 15:41 UTC (permalink / raw)
  To: Edgar Bonet; +Cc: Biagio Montaruli, buildroot

Edgar, All,

On 2024-05-14 14:22 +0200, Edgar Bonet spake thusly:
> Commit 5b847f88fef7 (board: update hashes for generated achives) updated
> the file
> 
>     board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash
> 
> by changing the file name suffix: -git3.tar.gz -> -git4.tar.gz. It did
> not, however, update the hash itself. Do it now.

I knew I would miss some things here and there. I hoped I wouldd not,
but I knew I would...

> Fixes: 5b847f88fef768c8e79422db4193533b3a7488ea
> Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr>

Applied to master, thanks for fixing my mess!

Regards,
Yann E. MORIN.

> ---
>  .../acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash         | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash b/board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash
> index 3734f22c95..6edf3d3345 100644
> --- a/board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash
> +++ b/board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash
> @@ -1,2 +1,2 @@
>  # Locally calculated
> -sha256  fef34111a07d9e5aa97b0840355a367f806a17e029583830e9deaa747ce47824  at91bootstrap3-v3.10.3-git4.tar.gz
> +sha256  5ea2a8fed1ba0024229c6f6d77176679e1b24791bdbce8e285634013d4a93551  at91bootstrap3-v3.10.3-git4.tar.gz
> -- 
> 2.34.1
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  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] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] board/acmesystems/acqua-a5: fix hash of at91bootstrap3
  2024-05-14 15:41 ` Yann E. MORIN
@ 2024-05-15 16:37   ` Arnout Vandecappelle via buildroot
  0 siblings, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2024-05-15 16:37 UTC (permalink / raw)
  To: Yann E. MORIN, Edgar Bonet; +Cc: Biagio Montaruli, buildroot



On 14/05/2024 17:41, Yann E. MORIN wrote:
> Edgar, All,
> 
> On 2024-05-14 14:22 +0200, Edgar Bonet spake thusly:
>> Commit 5b847f88fef7 (board: update hashes for generated achives) updated
>> the file
>>
>>      board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash
>>
>> by changing the file name suffix: -git3.tar.gz -> -git4.tar.gz. It did
>> not, however, update the hash itself. Do it now.
> 
> I knew I would miss some things here and there. I hoped I wouldd not,
> but I knew I would...

  That one was on me though: there was a merge conflict in that file and it 
seems I messed it up...

  Regards,
  Arnout

> 
>> Fixes: 5b847f88fef768c8e79422db4193533b3a7488ea
>> Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr>
> 
> Applied to master, thanks for fixing my mess!
> 
> Regards,
> Yann E. MORIN.
> 
>> ---
>>   .../acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash         | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash b/board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash
>> index 3734f22c95..6edf3d3345 100644
>> --- a/board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash
>> +++ b/board/acmesystems/acqua-a5/patches/at91bootstrap3/at91bootstrap3.hash
>> @@ -1,2 +1,2 @@
>>   # Locally calculated
>> -sha256  fef34111a07d9e5aa97b0840355a367f806a17e029583830e9deaa747ce47824  at91bootstrap3-v3.10.3-git4.tar.gz
>> +sha256  5ea2a8fed1ba0024229c6f6d77176679e1b24791bdbce8e285634013d4a93551  at91bootstrap3-v3.10.3-git4.tar.gz
>> -- 
>> 2.34.1
>> _______________________________________________
>> buildroot mailing list
>> buildroot@buildroot.org
>> https://lists.buildroot.org/mailman/listinfo/buildroot
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-15 16:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-14 12:22 [Buildroot] [PATCH 1/1] board/acmesystems/acqua-a5: fix hash of at91bootstrap3 Edgar Bonet
2024-05-14 15:41 ` Yann E. MORIN
2024-05-15 16:37   ` Arnout Vandecappelle via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox