Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/am335x-pru-package: fix downlaod issue
Date: Mon, 22 Jul 2024 22:29:42 +0200	[thread overview]
Message-ID: <20240722222942.749cc3f6@windsurf> (raw)
In-Reply-To: <20240627205332.3302187-1-yann.morin.1998@free.fr>

On Thu, 27 Jun 2024 22:53:32 +0200
"Yann E. MORIN" <yann.morin.1998@free.fr> wrote:

> am335x-pru-package is downloaded with the github helper, so the tarball
> is generated "on-the-fly" by github.
> 
> It loos like the process to generate those tarballs has changed, again.
> The hash for the archive has recently" changed. The delta is in the way
> directories are stored in the tarball: it looks like the "basename" of
> the directory path has been split off from the "dirname", into a
> separate field:
> 
> @@ -270078,8 +270078,8 @@
>  0041efd0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |................|
>  0041efe0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |................|
>  0041eff0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |................|
> -0041f000  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |................|
> -0041f010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |................|
> +0041f000  50 52 55 5f 50 52 55 74  6f 50 52 55 5f 49 6e 74 |PRU_PRUtoPRU_Int|
> +0041f010  65 72 72 75 70 74 2f 00  00 00 00 00 00 00 00 00 |errupt/.........|
>  0041f020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |................|
>  0041f030  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |................|
>  0041f040  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |................|
> @@ -270104,8 +270104,8 @@
>  0041f170  34 61 64 35 37 63 63 31  39 35 66 32 38 62 66 35 |4ad57cc195f28bf5|
>  0041f180  65 35 38 35 63 33 64 34  34 36 61 62 61 36 65 65 |e585c3d446aba6ee|
>  0041f190  37 30 39 36 2f 70 72 75  5f 73 77 2f 65 78 61 6d |7096/pru_sw/exam|
> -0041f1a0  70 6c 65 5f 61 70 70 73  2f 50 52 55 5f 50 52 55 |ple_apps/PRU_PRU|
> -0041f1b0  74 6f 50 52 55 5f 49 6e  74 65 72 72 75 70 74 00 |toPRU_Interrupt.|
> +0041f1a0  70 6c 65 5f 61 70 70 73  00 00 00 00 00 00 00 00 |ple_apps........|
> +0041f1b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |................|
>  0041f1c0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |................|
>  0041f1d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |................|
>  0041f1e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 |................|
> 
> Switch to using a git download, which uses our reproducible way of
> generating archives.
> 
> Once extracted, the files have been verified to be identical to the ones
> in the archive on s.b.o.
> 
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Frank Hunleth <fhunleth@troodon-software.com>
> ---
>  package/am335x-pru-package/am335x-pru-package.hash | 2 +-
>  package/am335x-pru-package/am335x-pru-package.mk   | 3 ++-
>  2 files changed, 3 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2024-07-22 20:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-27 20:53 [Buildroot] [PATCH] package/am335x-pru-package: fix downlaod issue Yann E. MORIN
2024-07-22 20:29 ` Thomas Petazzoni via buildroot [this message]
2024-08-31 16:22 ` 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=20240722222942.749cc3f6@windsurf \
    --to=buildroot@buildroot.org \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=yann.morin.1998@free.fr \
    /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