fix(rootfs): minor recipe fixes - #661
Merged
Loïc Minier (lool) merged 2 commits intoSep 25, 2026
Merged
Loïc Minier (lool) merged 2 commits into
Loïc Minier (lool) merged 2 commits into
Conversation
Ensure fastrpc is matched across architectures to be consistent with other QLI source packages. Signed-off-by: Christopher Obbard <chris.obbard@oss.qualcomm.com>
Prefer the backports version of debugcc. It was never available for trixie, therefore never installed in our images. Make sure we install the package from backports instead of silently not installing it at all. Signed-off-by: Christopher Obbard <chris.obbard@oss.qualcomm.com>
Test results for commit 1ee80afqcom-next-trixie
|
| Test | glymur-crd | lemans-evk | monaco-evk | monaco-ride | qcs615-ride | qcs6490-rb3gen2 | qrb2210-rb1 |
|---|---|---|---|---|---|---|---|
| boot | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass |
| adsp_remoteproc | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass |
| Boot_Systemd_KPI_Loop | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass |
| BT_ON_OFF | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass |
| cdsp_remoteproc | ✅ pass | ☑️ fails on lemans-evk, https://github.com/... | ✅ pass | ✅ pass | ✅ pass | ✅ pass | |
| CPUFreq_Validation | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass |
| DSP_AudioPD | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass |
| EFI_Variable_Validation | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ☑️ expected to work on this board, does not... |
| Ethernet | ✅ pass | ✅ pass | |||||
| fastrpc_test | ☑️ fails on lemans-evk, https://github.com/... | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ||
| hotplug | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass |
| Interrupts | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass |
| irq | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass |
| OpenCV | |||||||
| Partition_PostBoot_Validation | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass |
| WiFi_Firmware_Driver | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass | ✅ pass |
Known failures (3)
| Device | Test | Status | Comment |
|---|---|---|---|
| lemans-evk | cdsp_remoteproc | known failure | fails on lemans-evk, #645 |
| lemans-evk | fastrpc_test | known failure | fails on lemans-evk, #645 |
| qrb2210-rb1 | EFI_Variable_Validation | known failure | expected to work on this board, does not yet, #645 |
All jobs summary
| Job ID | Device | State | Health |
|---|---|---|---|
| 444968 | qcs6490-rb3gen2 | Finished | Complete |
| 444769 | monaco-evk | Finished | Complete |
| 444973 | qrb2210-rb1 | Finished | Complete |
| 444970 | monaco-ride | Finished | Complete |
| 444967 | monaco-evk | Finished | Complete |
| 444771 | glymur-crd | Finished | Complete |
| 444775 | qrb2210-rb1 | Finished | Complete |
| 444772 | qcs6490-rb3gen2 | Finished | Complete |
| 444969 | glymur-crd | Finished | Complete |
| 444774 | qcs615-ride | Finished | Complete |
| 444972 | lemans-evk | Finished | Complete |
| 444971 | qcs615-ride | Finished | Complete |
| 444770 | monaco-ride | Finished | Complete |
| 444773 | lemans-evk | Finished | Complete |
Test Results 14 files - 13 119 suites - 103 56m 12s ⏱️ - 3h 2m 13s Results for commit 1ee80af. ± Comparison against base commit eb21096. This pull request removes 2 tests. |
Christopher Obbard (obbardc)
marked this pull request as ready for review
September 24, 2026 08:27
Loïc Minier (lool)
approved these changes
Sep 25, 2026
Loïc Minier (lool)
merged commit Sep 25, 2026
58986f4
into
qualcomm-linux:main
24 of 25 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.
Add debugcc to backports list and add missing :any suffix to fastrpc backport.