simplicity_sdk: Update blob metadata to use LFS fetcher#168
Open
asmellby wants to merge 4 commits intozephyrproject-rtos:mainfrom
Open
simplicity_sdk: Update blob metadata to use LFS fetcher#168asmellby wants to merge 4 commits intozephyrproject-rtos:mainfrom
asmellby wants to merge 4 commits intozephyrproject-rtos:mainfrom
Conversation
jerome-pouiller
approved these changes
Mar 18, 2026
Martinhoff-maker
approved these changes
Mar 18, 2026
jhedberg
approved these changes
Mar 18, 2026
Ignore all blobs in zephyr/blobs, including the NWP firmware from WiSeConnect that wasn't covered by the ignore list previously. Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
Update the SiSDK import script to emit blob metadata that uses the lfs fetcher to download blobs stored in Git LFS. Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
Fetch blobs using the Git LFS fetcher. This is more stable than the deep-links into LFS blob storage. Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
The upstream repo the blobs are sourced from has moved, update the doc URLs associated with the blobs. Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
ee4851f to
9a71a06
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fetch blobs using the Git LFS fetcher introduced in zephyrproject-rtos/zephyr#97194. This is more stable than the deep-links into LFS blob storage.
The upstream repo the blobs are sourced from has also moved, update the doc URLs associated with the blobs. This update should have happened with the initial update to 2025.12.0, but was missed.
Ignore all blobs in
zephyr/blobs/from git, including the NWP firmware from WiSeConnect that wasn't covered by the ignore list previously.