summaryrefslogtreecommitdiff
path: root/scripts/package-build/linux-kernel
AgeCommit message (Collapse)Author
11 daysT6813: Build tarballs for the packages in the linux-kernel dirViacheslav Hletenko
Build tarballs for the packages related linux-kernel dir.
2024-10-18T6713: Build Realtek driver change source repoViacheslav Hletenko
2024-10-12Kernel: T861: T6713: fix generation of realtek driver signatureChristian Breunig
We need to sign the module during the Debian build run, before the binaries are packed into the resulting DEB.
2024-10-09T861: T6713: Sign Realtek driversViacheslav Hletenko
2024-10-07Merge pull request #762 from sever-sever/T6713-current-realtekDaniil Baturin
T6713: Update Realtek r8152 driver
2024-10-02Merge pull request #781 from sever-sever/T6754Viacheslav Hletenko
T6754: Delete Jenkins build packages
2024-10-02T6713: Update Realtek r8152 driverViacheslav Hletenko
2024-10-02T6754: Delete Jenkins build packagesViacheslav Hletenko
2024-10-02T6755: Change default vyos mirror URLViacheslav Hletenko
2024-10-01T861: Fix mellanox build by actionsViacheslav Hletenko
2024-10-01T861: Fix kernel suffix for package build by actionsViacheslav Hletenko
2024-09-25T861: sign all Kernel modules with an ephemeral keyChristian Breunig
The shim review board (which is the secure boot base loader) recommends using ephemeral keys when signing the Linux Kernel. This commit enables the Kernel build system to generate a one-time ephemeral key that is used to: * sign all build-in Kernel modules * sign all other out-of-tree Kernel modules The key lives in /tmp and is destroyed after the build container exits and is named: "VyOS build time autogenerated kernel key". In addition the Kernel now uses CONFIG_MODULE_SIG_FORCE. This now makes it unable to load any Kernel Module to the image that is NOT signed by the ephemeral key.
2024-09-06T6674: Add symlink to original linux-kernel arch and patchesViacheslav Hletenko
2024-09-06T6674: build-kernel: Get kernel version from the defatultsViacheslav Hletenko
Get kernel version from the vyos-build/data/defaults.toml for buld 'linux-kernel' and related packages Retrun the original build-jool.py script
2024-08-29T6674: Add build-scrips for packages without JenkinsViacheslav Hletenko
Add build scripts for .deb packages without Jenkins. To exclude Jenkins we need some place where we can put new builds-scripts to run in parallel (old/new) during meantime We will deprecate old Jenkins package builds in the future.