Release 1.0.2-2#29
Merged
basak-qcom merged 4 commits intoqualcomm-linux:debian/latestfrom Mar 19, 2026
Merged
Conversation
Use a Recommends for the fastrpc-support dep on hexagon-dsp-binaries instead of a Depends. This notably allows picking a particular platform or bringing one's own firmware. Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
There isn't a realistic way of using this package today without hexagon-dsp-binaries from firmware-nonfree. If that changes and there is a Free dependency packaged that we can use instead, and we have test cases for that and keep it maintained etc, then we could move the package back to main. Closes: #1130492 Signed-off-by: Robie Basak <robie.basak@oss.qualcomm.com>
Signed-off-by: Robie Basak <robie.basak@oss.qualcomm.com>
Signed-off-by: Robie Basak <robie.basak@oss.qualcomm.com>
lool
approved these changes
Mar 18, 2026
lool
left a comment
There was a problem hiding this comment.
Reviewed the changes, looks good to me
Do we need an issue about the -all | -any changes later?
Author
|
Thanks!
Created #30 to track this. |
5a19819
into
qualcomm-linux:debian/latest
1 of 2 checks passed
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.
This fixes a serious importance bug from the BTS. Updating to the latest upstream is still pending, but I'd like to fix this in the archive first. Lintian still passes (just missing manpages - known issue) and I've tested this with fastrpc_test added and it passes on an RB3gen2.
As discussed this moves the package entirely into contrib, and the Depends is still dropped to a Recommends. I've also fixed a minor lintian warning.
This supersedes #17. I've cherry-picked the change from there but pulled the debian/changelog change into a separate commit.