bundle camx & iris-vpu DMKS modules - #80
Draft
Christopher Obbard (obbardc) wants to merge 4 commits into
Draft
Conversation
Christopher Obbard (obbardc)
force-pushed
the
wip/obbardc/more-dkms
branch
from
August 27, 2026 20:38
4675d63 to
81b5a5e
Compare
Christopher Obbard (obbardc)
force-pushed
the
wip/obbardc/more-dkms
branch
from
August 28, 2026 03:28
66ab5e3 to
d7489e4
Compare
Christopher Obbard (obbardc)
temporarily deployed
to
Staging
August 28, 2026 03:35 — with
GitHub Actions
Inactive
Christopher Obbard (obbardc)
temporarily deployed
to
Staging
August 28, 2026 03:35 — with
GitHub Actions
Inactive
Christopher Obbard (obbardc)
temporarily deployed
to
Staging
August 28, 2026 03:35 — with
GitHub Actions
Inactive
Christopher Obbard (obbardc)
temporarily deployed
to
Staging
August 28, 2026 03:35 — with
GitHub Actions
Inactive
This was referenced Aug 28, 2026
Christopher Obbard (obbardc)
marked this pull request as ready for review
August 28, 2026 16:02
Christopher Obbard (obbardc)
force-pushed
the
wip/obbardc/more-dkms
branch
from
August 28, 2026 16:04
d7489e4 to
26cfa81
Compare
Christopher Obbard (obbardc)
marked this pull request as draft
August 28, 2026 16:08
Christopher Obbard (obbardc)
had a problem deploying
to
Staging
August 28, 2026 16:12 — with
GitHub Actions
Failure
Christopher Obbard (obbardc)
had a problem deploying
to
Staging
August 28, 2026 16:12 — with
GitHub Actions
Failure
Christopher Obbard (obbardc)
had a problem deploying
to
Staging
August 28, 2026 16:12 — with
GitHub Actions
Failure
Christopher Obbard (obbardc)
had a problem deploying
to
Staging
August 28, 2026 16:12 — with
GitHub Actions
Failure
On failure the script printed tail -n 300 of make.log and nothing else, which is the wrong end of the file for any module whose build helper keeps going after a failure. Such a helper reports only at the very end, so a compile error early on sits thousands of lines above the tail and never appears in the build log, while the tail shows the routine output of whatever ran last and reads as though nothing went wrong. Print the whole log instead, prefixed with its path and length. The private dkms tree is deleted on EXIT, so the inline copy is the only surviving record in CI and there is nothing to be gained by truncating it. Signed-off-by: Christopher Obbard <[email protected]>
…tely
BUILD_EXCLUSIVE_CONFIG may name several kernel options, space separated, all
of which must be set for dkms to build the module. The gate report tested the
whole string as a single symbol, which never matches, so every gate was
reported as unset:
| CONFIG_ARCH_QCOM CONFIG_PM_DEVFREQ CONFIG_SYNC_FILE is NOT set
That is worse than saying nothing: it accuses the kernel config whatever the
real cause was, and it did exactly that while the actual failure was a broken
source tree. Both kgsl and iris-vpu declare multi-option gates, so the report
was wrong for every module that reached it.
Evaluate each option separately.
Signed-off-by: Christopher Obbard <[email protected]>
Add camx to debian/dkms-modules so the Qualcomm camx driver is built against the kernel being packaged and shipped inside linux-image-<KVER>-qcom and declare camx-dkms in Build-Depends. Signed-off-by: Christopher Obbard <[email protected]>
Add iris-vpu to debian/dkms-modules so the Qualcomm video accelerator driver is built against the kernel being packaged and shipped inside linux-image-<KVER>-qcom and declare iris-vpu-dkms in Build-Depends. Signed-off-by: Christopher Obbard <[email protected]>
Christopher Obbard (obbardc)
force-pushed
the
wip/obbardc/more-dkms
branch
from
August 28, 2026 19:27
26cfa81 to
8740d78
Compare
Christopher Obbard (obbardc)
had a problem deploying
to
Staging
August 28, 2026 19:35 — with
GitHub Actions
Failure
Christopher Obbard (obbardc)
had a problem deploying
to
Staging
August 28, 2026 19:35 — with
GitHub Actions
Failure
Christopher Obbard (obbardc)
had a problem deploying
to
Staging
August 28, 2026 19:36 — with
GitHub Actions
Failure
Christopher Obbard (obbardc)
had a problem deploying
to
Staging
August 28, 2026 19:38 — with
GitHub Actions
Failure
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.
Depends on:
trixie)Tested with local kernel build with camx-dkms with change above from qli-staging.