All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm-toolchain/gcc-aarch64-none-elf: Fix license checksum on x86_64 host
@ 2021-07-05 14:16 ben.horgan
  2021-07-05 19:00 ` [meta-arm] " Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: ben.horgan @ 2021-07-05 14:16 UTC (permalink / raw)
  To: meta-arm; +Cc: Ben Horgan

Signed-off-by: Ben Horgan <ben.horgan@arm.com>
---
 .../external-arm-toolchain/gcc-aarch64-none-elf_10.2-2020.11.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_10.2-2020.11.bb b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_10.2-2020.11.bb
index 5cbab9e..4599831 100644
--- a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_10.2-2020.11.bb
+++ b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_10.2-2020.11.bb
@@ -10,7 +10,7 @@ LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
 
 LIC_FILES_CHKSUM = "${@d.getVar(d.expand("LIC_FILES_CHKSUM_${HOST_ARCH}"))}"
 LIC_FILES_CHKSUM_aarch64 = "file://share/doc/gcc/Copying.html;md5=1b548d9c341b3b5c82bc88551964aa60"
-LIC_FILES_CHKSUM_x86-64 = "file://share/doc/gcc/Copying.html;md5=c1df856e21b17e58b0adbe29cacf4bd4"
+LIC_FILES_CHKSUM_x86-64 = "file://share/doc/gcc/Copying.html;md5=e4bcb5bee0c4a50c06704b0b73fcbe0c"
 
 PROVIDES = "virtual/aarch64-none-elf-gcc"
 
-- 
2.17.1


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

* Re: [meta-arm] [PATCH] arm-toolchain/gcc-aarch64-none-elf: Fix license checksum on x86_64 host
  2021-07-05 14:16 [PATCH] arm-toolchain/gcc-aarch64-none-elf: Fix license checksum on x86_64 host ben.horgan
@ 2021-07-05 19:00 ` Denys Dmytriyenko
  2021-07-06 11:02   ` Ross Burton
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2021-07-05 19:00 UTC (permalink / raw)
  To: Ben Horgan; +Cc: meta-arm

What is the reason for the change?


On Mon, Jul 05, 2021 at 03:16:51PM +0100, Ben Horgan wrote:
> Signed-off-by: Ben Horgan <ben.horgan@arm.com>
> ---
>  .../external-arm-toolchain/gcc-aarch64-none-elf_10.2-2020.11.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_10.2-2020.11.bb b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_10.2-2020.11.bb
> index 5cbab9e..4599831 100644
> --- a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_10.2-2020.11.bb
> +++ b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_10.2-2020.11.bb
> @@ -10,7 +10,7 @@ LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
>  
>  LIC_FILES_CHKSUM = "${@d.getVar(d.expand("LIC_FILES_CHKSUM_${HOST_ARCH}"))}"
>  LIC_FILES_CHKSUM_aarch64 = "file://share/doc/gcc/Copying.html;md5=1b548d9c341b3b5c82bc88551964aa60"
> -LIC_FILES_CHKSUM_x86-64 = "file://share/doc/gcc/Copying.html;md5=c1df856e21b17e58b0adbe29cacf4bd4"
> +LIC_FILES_CHKSUM_x86-64 = "file://share/doc/gcc/Copying.html;md5=e4bcb5bee0c4a50c06704b0b73fcbe0c"
>  
>  PROVIDES = "virtual/aarch64-none-elf-gcc"
>  
> -- 
> 2.17.1
> 

-- 
Regards,
Denys Dmytriyenko <denis@denix.org>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186  6D76 4209 0272 9A92 C964

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

* Re: [meta-arm] [PATCH] arm-toolchain/gcc-aarch64-none-elf: Fix license checksum on x86_64 host
  2021-07-05 19:00 ` [meta-arm] " Denys Dmytriyenko
@ 2021-07-06 11:02   ` Ross Burton
  0 siblings, 0 replies; 3+ messages in thread
From: Ross Burton @ 2021-07-06 11:02 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Ben Horgan, meta-arm

The checksum wasn't updated correctly when the recipe was upgraded.
We also don't exercise this recipe in the CI and nobody else has tried
to use it.

I just discovered that the arm64 build is also broken, so this needs a
v2 with fdf39a58ab6e893f3d83594cef77fa05 as the aarch64 checksum.

Ross

On Mon, 5 Jul 2021 at 20:01, Denys Dmytriyenko <denis@denix.org> wrote:
>
> What is the reason for the change?
>
>
> On Mon, Jul 05, 2021 at 03:16:51PM +0100, Ben Horgan wrote:
> > Signed-off-by: Ben Horgan <ben.horgan@arm.com>
> > ---
> >  .../external-arm-toolchain/gcc-aarch64-none-elf_10.2-2020.11.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_10.2-2020.11.bb b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_10.2-2020.11.bb
> > index 5cbab9e..4599831 100644
> > --- a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_10.2-2020.11.bb
> > +++ b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_10.2-2020.11.bb
> > @@ -10,7 +10,7 @@ LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
> >
> >  LIC_FILES_CHKSUM = "${@d.getVar(d.expand("LIC_FILES_CHKSUM_${HOST_ARCH}"))}"
> >  LIC_FILES_CHKSUM_aarch64 = "file://share/doc/gcc/Copying.html;md5=1b548d9c341b3b5c82bc88551964aa60"
> > -LIC_FILES_CHKSUM_x86-64 = "file://share/doc/gcc/Copying.html;md5=c1df856e21b17e58b0adbe29cacf4bd4"
> > +LIC_FILES_CHKSUM_x86-64 = "file://share/doc/gcc/Copying.html;md5=e4bcb5bee0c4a50c06704b0b73fcbe0c"
> >
> >  PROVIDES = "virtual/aarch64-none-elf-gcc"
> >
> > --
> > 2.17.1
> >
>
> --
> Regards,
> Denys Dmytriyenko <denis@denix.org>
> PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
> Fingerprint: 25FC E4A5 8A72 2F69 1186  6D76 4209 0272 9A92 C964
>
> 
>

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

end of thread, other threads:[~2021-07-06 12:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-05 14:16 [PATCH] arm-toolchain/gcc-aarch64-none-elf: Fix license checksum on x86_64 host ben.horgan
2021-07-05 19:00 ` [meta-arm] " Denys Dmytriyenko
2021-07-06 11:02   ` Ross Burton

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.