From 038826aad67241da74325f42c5dc83f4c7d5dc0f Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Sun, 13 Apr 2025 18:47:07 +0200 Subject: [PATCH] configs/stm32mp135f_dk: fix optee hash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The build command: make stm32mp135f_dk_defconfig fails with the errors: ERROR: No hash found for optee-client-4.3.0.tar.gz ERROR: No hash found for optee-os-4.3.0.tar.gz Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/9690369624 Signed-off-by: Dario Binacchi Reviewed-by: Raphaƫl Gallais-Pou Signed-off-by: Thomas Petazzoni --- .../common/stm32mp1xx/patches/optee-client/optee-client.hash | 2 ++ .../common/stm32mp1xx/patches/optee-os/optee-os.hash | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 board/stmicroelectronics/common/stm32mp1xx/patches/optee-client/optee-client.hash diff --git a/board/stmicroelectronics/common/stm32mp1xx/patches/optee-client/optee-client.hash b/board/stmicroelectronics/common/stm32mp1xx/patches/optee-client/optee-client.hash new file mode 100644 index 0000000000..5423bf93a5 --- /dev/null +++ b/board/stmicroelectronics/common/stm32mp1xx/patches/optee-client/optee-client.hash @@ -0,0 +1,2 @@ +# Locally calculated +sha256 a9a91bdb433df795c87a6d15198effbd648e3671ae611f2a3f8b41229d61cce0 optee-client-4.3.0.tar.gz diff --git a/board/stmicroelectronics/common/stm32mp1xx/patches/optee-os/optee-os.hash b/board/stmicroelectronics/common/stm32mp1xx/patches/optee-os/optee-os.hash index 73d4e2c4da..2e12a5cdea 100644 --- a/board/stmicroelectronics/common/stm32mp1xx/patches/optee-os/optee-os.hash +++ b/board/stmicroelectronics/common/stm32mp1xx/patches/optee-os/optee-os.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 03b91fd7dfdf890e3966f931f07634a2b6a2911bbee2a02ecc48d4a40cf6a9b8 optee-os-4.3.0-git4.tar.gz +sha256 390b271905c828d6def9fa6a77bbaa425f3b434d733c8eb18f582ccbc6896096 optee-os-4.3.0.tar.gz