Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
ab7c963
feat: add nvidia-tegra-nvgpu package for Jetson Orin NX (GA10B)
schwankner Apr 22, 2026
8805349
refactor: move OOT Makefile patching to scripts/fixup.sh
schwankner Apr 22, 2026
e60c74f
refactor: extract nvhost_host1x patch to script, fail on governor bui…
schwankner Apr 22, 2026
6da63a1
chore: add renovate tags for OE4T kernel module dependencies
schwankner Apr 22, 2026
0ca0ba0
refactor: use modules_install with INSTALL_MOD_STRIP=1 CONFIG_MODULE_…
schwankner Apr 22, 2026
fd4bb90
fix: release device ref, guard devnode mode, drop duplicate clang-oot
schwankner Apr 22, 2026
335ee46
fix: add post-check to awk nvhost_host1x syncpt id=0 patch
schwankner Apr 22, 2026
9e04f9c
chore: remove duplicate latent_entropy sed from nvgpu build block
schwankner Apr 22, 2026
6ea1e15
chore: remove unused CONFTEST_OUT variable from fixup.sh
schwankner Apr 22, 2026
311f187
fix: add -pkg suffix to name, register in .kres.yaml targets
schwankner Apr 22, 2026
08a6cfd
fix: copy modules.order and modules.builtin into rootfs
schwankner Apr 22, 2026
3f18915
chore: switch oe4t_nv_oot to patches-r36.5 branch
schwankner Apr 23, 2026
6368e07
chore: extract clang-oot wrapper to scripts/clang-oot
schwankner Apr 23, 2026
3624f1f
chore: remove modprobe.d softdep and debug find from install step
schwankner Apr 23, 2026
76d0086
Merge branch 'main' into feat/nvidia-tegra-jetson-orin-main
schwankner Apr 23, 2026
559098f
refactor: replace patch scripts with standard .patch files
schwankner Apr 27, 2026
2c4167e
fix: correct oe4t_nv_oot_commit to patches-r36.5 HEAD (ea32e7f97dd0)
schwankner May 2, 2026
754aee5
refactor: remove dead code from fixup.sh (kref_init + GCC_PLUGIN_LATE…
schwankner May 3, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions Pkgfile
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where do these revisions come from? They do not seem to be tags in the repos, so are they perhaps referenced by meta-tegra or whatever?

Please let us know how to recognize proper, released versions of these drivers and not WIP snapshots which may be unstable

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Valid concern. The three commits come from:

  • oe4t_nvgpu_commit (d530a48): OE4T linux-nvgpu branch patches-rel-36 — the project's default stable branch for the r36.x series
  • oe4t_nv_oot_commit (ccf7646): OE4T linux-nv-oot branch wip-r36.5-take-2 — admittedly a WIP branch. A more stable alternative is patches-r36.5 (last updated 2026-03-05 with kernel 6.18 build fixes). I can switch to that.
  • oe4t_hwpm_commit (4d8a699): OE4T linux-hwpm default branch

None have release tags — that is the current state of OE4T for GA10B on kernel 6.x.

Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,19 @@ vars:
gdrcopy_version: v2.5.2
gdrcopy_sha256: 32bc7b2c198dd97ec251de0ff4823252c95e31a4c79a5f843c82514c9af2052b
gdrcopy_sha512: c717f118eff8cd5a8dc35613c3881818f8b71dc493461dd0151ce7c882f8e2c2d852e22733fab4e2bec57219e10eec874c11b4fad90dd4815ae572840ed19d28

# OE4T (NVIDIA Tegra) kernel modules for Jetson Orin NX (Tegra234 / GA10B)
Comment thread
dsseng marked this conversation as resolved.
# renovate: datasource=git-refs versioning=git depName=https://github.com/OE4T/linux-nvgpu.git
Comment thread
schwankner marked this conversation as resolved.
oe4t_nvgpu_commit: d530a48d64f9ad3020d9f3307f53e8dde8e3fba1
oe4t_nvgpu_sha256: adc5864edf76d986866e386803a9e628ee229e69ea34867b92b978a0b44f3d54
oe4t_nvgpu_sha512: a7c7f0b5d3174bf41abc77c77009f46182358f93936aedbe4993e63ff7fc94e21bfd83c3fa0b41af5836866b9c200427504d8f26685d567c11722e7a7bfd3ed9
# renovate: datasource=git-refs versioning=git depName=https://github.com/OE4T/linux-nv-oot.git
oe4t_nv_oot_commit: ccf7646c57462776fe1093af6643c54653f59861
oe4t_nv_oot_sha256: d1957d2c4908a37b4c040aef3a7413a9fbb3adcc8575cc9347c58af1c8b95169
oe4t_nv_oot_sha512: 66b8b4a0672a2c044d42e58914a6d0000fc3a01f1343fa39190794e5badbcb52cd3c2254bd3ca2b6be86286dadbbe60db5cb26c74264747b783937443e287a33
# renovate: datasource=git-refs versioning=git depName=https://github.com/OE4T/linux-hwpm.git
oe4t_hwpm_commit: 4d8a6998760d85f98637dbf61597bfbb88158206
oe4t_hwpm_sha256: 96c7656bdad0bf330e7fd58981b8a4eec4717a76840cefbe84e720d88b46be55
oe4t_hwpm_sha512: 971b91fcae284c59dbe411356109bce9b1a7884b8fac41c9683c79bf3eddef606e71ebaa9c06ad2389b2ba382c3c1125fabe0cbaeb5edac857e218077ed24ef9
labels:
org.opencontainers.image.source: https://github.com/siderolabs/pkgs
Loading