Add patches support for SDP toolchain archives - #111
Open
nradakovic wants to merge 2 commits into
Open
Conversation
Introduce a `patches` attribute to the SDP tag class so patches can be applied to downloaded toolchain archives. The attribute is threaded through `_get_packages`, `_create_and_link_sdp`, and the archive download in `_impl`. Add a `patches` key to every entry in VERSION_MATRIX (defaulting to an empty list) and wire up the QNX SDP 8.0.4 packages to the packages/qnx/aarch64/sdp/8.0.0:patches target.
nradakovic
requested review from
AlexanderLanin,
antonkri and
dcalavrezo-qorix
as code owners
July 23, 2026 12:24
nradakovic
force-pushed
the
nira_add_patch_sdp
branch
3 times, most recently
from
July 24, 2026 09:17
fd13a59 to
fa2bcfc
Compare
Add documetnation for patches attribute.
nradakovic
force-pushed
the
nira_add_patch_sdp
branch
from
August 7, 2026 08:24
3af13b5 to
a806424
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.
Introduce a
patchesattribute to the SDP tag class so patches can be applied to downloaded toolchain archives. The attribute is threaded through_get_packages,_create_and_link_sdp, and the archive download in_impl.Add a
patcheskey to every entry in VERSION_MATRIX (defaulting to an empty list) and wire up the QNX SDP 8.0.4 packages to the packages/qnx/aarch64/sdp/8.0.0:patches target.