From ad9c8c9289772fb3cf026b214d6869ebc2b017be Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Thu, 16 May 2024 17:52:12 +0200 Subject: [PATCH] configs/qemu_sparc_ss10_defconfig: fix linux hash Commit c3e17c407a3 (configs/qemu_sparc_ss10: re-introduce defconfig) added a hash file for the Linux kernel, but mistakingly used the .tar.gz instead of .tar.xz. The patch fixes "make legal-info" for qemu_sparc_ss10 configuration: >>> host-gcc-initial 13.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) ERROR: No hash found for linux-6.8.6.tar.xz Signed-off-by: Dario Binacchi [Peter: extend commit message] Signed-off-by: Peter Korsgaard --- .../qemu/sparc-ss10/patches/linux-headers/linux-headers.hash | 1 + board/qemu/sparc-ss10/patches/linux/linux.hash | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 board/qemu/sparc-ss10/patches/linux-headers/linux-headers.hash diff --git a/board/qemu/sparc-ss10/patches/linux-headers/linux-headers.hash b/board/qemu/sparc-ss10/patches/linux-headers/linux-headers.hash new file mode 120000 index 0000000000..5808d92afe --- /dev/null +++ b/board/qemu/sparc-ss10/patches/linux-headers/linux-headers.hash @@ -0,0 +1 @@ +../linux/linux.hash \ No newline at end of file diff --git a/board/qemu/sparc-ss10/patches/linux/linux.hash b/board/qemu/sparc-ss10/patches/linux/linux.hash index 762f8575e7..9d0d5466ca 100644 --- a/board/qemu/sparc-ss10/patches/linux/linux.hash +++ b/board/qemu/sparc-ss10/patches/linux/linux.hash @@ -1,2 +1,2 @@ -# From https://cdn.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc -sha256 1973e6fc3e8617fc8b0e24b33180449f1a39fa6a607f8dba61cf91b4c5bba466 linux-6.8.6.tar.gz +# sha256 locally computed +sha256 9e723232d603ab45ebf043c34714c48f277ab195c29abcb8472f2a4c3a5a1995 linux-6.8.6.tar.xz