[v4.2-branch] SDK_VERSION: Use Zephyr SDK 0.17.4#95579
Merged
dkalowsk merged 2 commits intozephyrproject-rtos:v4.2-branchfrom Sep 7, 2025
Merged
[v4.2-branch] SDK_VERSION: Use Zephyr SDK 0.17.4#95579dkalowsk merged 2 commits intozephyrproject-rtos:v4.2-branchfrom
dkalowsk merged 2 commits intozephyrproject-rtos:v4.2-branchfrom
Conversation
This commit updates the CI workflows to use the CI image v0.28.4, which includes Zephyr SDK 0.17.4. Signed-off-by: Stephanos Ioannidis <root@stephanos.io> (cherry picked from commit 13ba04f)
This commit updates ZEPHYR_SDK to point to the Zephyr SDK 0.17.4 release. Signed-off-by: Stephanos Ioannidis <root@stephanos.io> (cherry picked from commit 59a5909)
|
dkalowsk
approved these changes
Sep 6, 2025
keith-packard
approved these changes
Sep 6, 2025
aescolar
approved these changes
Sep 6, 2025
bf9345a
into
zephyrproject-rtos:v4.2-branch
42 of 43 checks passed
1 task
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.



Backport of #95344
As described in the linked PR, the main purpose of this is to ensure that the SDK Picolibc version is synced with the Picolibc module version for Zephyr 4.2 release, which missed doing this.
After this is merged and a new Zephyr 4.2 release is made, both SDK (0.17.4) and Zephyr (4.2.1) will be on the same Picolibc commit (ca8b6ebba5226a75545e57a140443168a26ba664).
Fixes #95580
Closes #95493