From 7b2e54038b0ded36e0020e6599dad538b04c2b77 Mon Sep 17 00:00:00 2001 From: Vincent Tardy Date: Tue, 28 Oct 2025 14:16:56 +0100 Subject: [PATCH] lib: blobs: fix url for stm32wba Link Layer 802.15.4 libraries Replace 'main' by the SHA-1 of the commit in the URL addresses for WBA6_LinkLayer_Thread_lib_Zephyr.a and WBA6_LinkLayer15_4_Zephyr.a This change increases the robustness of the reference of the libraries to fetch against later changes in the target repo main branch Signed-off-by: Vincent Tardy --- zephyr/module.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zephyr/module.yml b/zephyr/module.yml index 4a319c5dc..fc0eced8b 100644 --- a/zephyr/module.yml +++ b/zephyr/module.yml @@ -58,12 +58,12 @@ blobs: type: lib version: '1.7.0' license-path: zephyr/blobs/stm32wba/lib/license.md - url: https://github.com/stm32-hotspot/STM32WBA-Zephyr-custom-binaries/raw/main/lib/1_7_0/WBA6_LinkLayer15_4_Zephyr.a + url: https://github.com/stm32-hotspot/STM32WBA-Zephyr-custom-binaries/raw/217cec65d7978d8f82aeac2f85a8e6df93fa460c/lib/1_7_0/WBA6_LinkLayer15_4_Zephyr.a description: "Binary Link Layer library for the STM32WBA6 802.15.4 subsystem" - path: stm32wba/lib/WBA6_LinkLayer_Thread_lib_Zephyr.a sha256: 23e377b1ef70119f1115c57d162065168d860dd71477c3e247fb295f7a728989 type: lib version: '1.7.0' license-path: zephyr/blobs/stm32wba/lib/license.md - url: https://github.com/stm32-hotspot/STM32WBA-Zephyr-custom-binaries/raw/main/lib/1_7_0/WBA6_LinkLayer_Thread_lib_Zephyr.a + url: https://github.com/stm32-hotspot/STM32WBA-Zephyr-custom-binaries/raw/217cec65d7978d8f82aeac2f85a8e6df93fa460c/lib/1_7_0/WBA6_LinkLayer_Thread_lib_Zephyr.a description: "Binary Link Layer library for the STM32WBA6 Thread subsystem"