Skip to content
 
 

Latest commit

 

History

105 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pkg-linux-qcom-canonical

Mirrors the Qualcomm-Ubuntu (Canonical) kernel on resolute-qcom and builds it into .deb packages. Qualcomm developers add downstream patches on the resolute-qcom-devel integration branch.

Tip

Latest upload: see the tags page.

At a glance

Upstream carmel-team Qualcomm-Ubuntu kernel
resolute-qcom Mirror of that kernel - sync-only, do not commit here
resolute-qcom-devel Integration branch - Qualcomm's downstream patches (via PR)
Output Kernel .deb packages, uploaded to S3

Note

main is the CI orchestrator - the workflows, scripts, and docs that drive the sync and build.

Add a downstream patch

Important

Patches reach resolute-qcom-devel through a feature branch + pull request. Branch off the integration branch, push your branch, then open a PR back into it.

git clone https://github.com/qualcomm-linux/pkg-linux-qcom-canonical.git
cd pkg-linux-qcom-canonical
git checkout -b my-feature origin/resolute-qcom-devel   # branch off the integration branch
# add your patches, then commit DCO-signed:
git commit -s
git push origin my-feature

Then open a PR from my-feature into resolute-qcom-devel. See docs/INTEGRATION.md for the full workflow.

Golden rules

Warning

  • Never commit to resolute-qcom. The sync is its only writer and force-advances it on every upload.
  • Never push directly to resolute-qcom-devel. Patches land through a feature branch + pull request.
  • ✅ DCO Signed-off-by is required on every commit (git commit -s).

Documentation

Doc For
docs/INTEGRATION.md Qualcomm developers - working on resolute-qcom-devel
docs/PIPELINE.md Maintainers - sync, build, and mirror operations
CONTRIBUTING.md Contributing to the CI orchestrator on main
SECURITY.md Reporting security issues

License

Scope License
CI scripts and workflows BSD 3-Clause - see LICENSE.txt
Mirrored kernel source GPL-2.0 and the individual licences of its components

About

Mirror and CI build pipeline for Canonical Ubuntu kernel source packages

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages