[Backport kirkstone-next] greengrass-lite: upgrade 2.3.2 -> 2.3.3#15146
Merged
rpcme merged 4 commits intokirkstone-nextfrom Mar 9, 2026
Merged
[Backport kirkstone-next] greengrass-lite: upgrade 2.3.2 -> 2.3.3#15146rpcme merged 4 commits intokirkstone-nextfrom
rpcme merged 4 commits intokirkstone-nextfrom
Conversation
(cherry picked from commit 264f782)
Member
|
Added version-upgrade label to unblock auto-approval |
rpcme
approved these changes
Mar 2, 2026
Member
rpcme
left a comment
There was a problem hiding this comment.
Approving: All CI checks passing, version-upgrade label added
| need to be removed, as in the fc deps file is still the tag name and that seems to not supported in kirkstone |
Kirkstone requires fixed commit hashes for SRCREV, but the upstream fc_deps.json uses tag 'v0.4.1'. The recipe's verification check fails because it looks for the commit hash in fc_deps.json. Add a patch to update fc_deps.json to use the commit hash that v0.4.1 points to (9487b56479ebc20a67bb9dce9b3a3dfb58f91cb9). Fixes: #15146
Member
Root Cause FixedThe build was failing because of a mismatch between the recipe and upstream's
SolutionAdded patch This is kirkstone-specific because:
The patch is marked Build tests should now pass. ✅ |
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.
Description
Backport of #15145 to
kirkstone-next.