Set workflow default kernel to linux-image-arm64#277
Draft
basak-qcom wants to merge 2 commits intoqualcomm-linux:mainfrom
Draft
Set workflow default kernel to linux-image-arm64#277basak-qcom wants to merge 2 commits intoqualcomm-linux:mainfrom
basak-qcom wants to merge 2 commits intoqualcomm-linux:mainfrom
Conversation
On Debian trixie-backports, linux-image-6.18.9+deb13-arm64 (via
linux-image-arm64) ships /usr/lib/linux-image-6.18.9+deb13-arm64 as a
symlink to modules/6.18.9+deb13-arm64/dtb. This causes:
cp -RT /usr/lib/linux-image-6.18.9+deb13-arm64 /boot/efi/dtb
to fail with:
cp: cannot create symbolic link '/boot/efi/dtb': Operation not permitted
We can use -L to deference the symlink correctly.
Signed-off-by: Robie Basak <robie.basak@oss.qualcomm.com>
Drop the default kernel specification from debos.yml. This causes the default in the rootfs debos recipe to be used, which is linux-image-arm64, to be fulfilled from debian-backports. The previous kernel of linux-image-6.16.7-qcom1+ fails fastrpc_test, but it does work from linux-image-arm64. Further, that kernel has fallen behind because it required manual updates. Signed-off-by: Robie Basak <robie.basak@oss.qualcomm.com>
2ffe9a1 to
2cb5abd
Compare
basak-qcom
added a commit
that referenced
this pull request
Feb 27, 2026
Now that we have hexagon-dsp-binaries and fastrpc packaging in trixie-overlay, install them by default. Once #277 is landed, this should mean that `fastrpc_test` passes by default. Signed-off-by: Robie Basak <robie.basak@oss.qualcomm.com>
Contributor
Author
|
Looks like this failed on RB1 as expected: https://github.com/qualcomm-linux/qcom-deb-images/actions/runs/22493713577/job/65162535053#step:4:1058 Upstream PR: https://salsa.debian.org/kernel-team/linux/-/merge_requests/1837 |
basak-qcom
added a commit
that referenced
this pull request
Feb 27, 2026
Now that we have hexagon-dsp-binaries and fastrpc packaging in trixie-overlay, install them by default. Once #277 is landed, this should mean that `fastrpc_test` passes by default. Signed-off-by: Robie Basak <robie.basak@oss.qualcomm.com>
basak-qcom
added a commit
that referenced
this pull request
Feb 27, 2026
Now that we have hexagon-dsp-binaries and fastrpc packaging in trixie-overlay, install them by default. Once #277 is landed, this should mean that `fastrpc_test` passes by default. Signed-off-by: Robie Basak <robie.basak@oss.qualcomm.com>
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.
Drop the default kernel specification from debos.yml. This causes the default in the rootfs debos recipe to be used, which is linux-image-arm64, to be fulfilled from debian-backports.
The previous kernel of linux-image-6.16.7-qcom1+ fails fastrpc_test, but it does work from linux-image-arm64. Further, that kernel has fallen behind because it required manual updates.