Commit graph

833 commits

Author SHA1 Message Date
jiangcuo
f69f872fab
Update update.sh 2023-12-19 11:23:19 +08:00
jiangcuo
84dd082ff1 change Maintainer 2023-12-18 21:59:30 +08:00
jiangcuo
7703f392bc update patches 2023-08-02 12:29:43 +08:00
jiangcuo
11beff06c4 update changelog format 2023-08-02 12:03:10 +08:00
jiangcuo
f3ae9ca43f update to linux 5.15.123
new file:   debian/rules.cross
new file:   scripts/clean.sh
new file:   scripts/cross_build.sh
2023-08-02 11:52:47 +08:00
jiangcuo
8bbb6f548a
Update build.yml 2023-07-22 23:06:47 +08:00
Jiang Cuo
3d77a869e7 Merge branch 'master' of https://github.com/jiangcuo/pve-arm64-kernel 2023-04-22 21:36:38 +08:00
Jiang Cuo
27d4779a96 Update patch 2023-04-22 20:57:56 +08:00
Jiang Cuo
a1bfe2d372 * Update to Linux 5.15.107
* Update to ZFS 2.1.11
  * Switch kernel to ubuntu
2023-04-22 20:51:43 +08:00
jiangcuo
7322a3e63c
Update README.md 2023-04-22 17:18:13 +08:00
jiangcuo
a3d269fda9
Update README.md 2023-04-15 12:21:46 +08:00
root
e6be4e54ed up to linux 5.15.104 2023-03-30 02:31:13 +00:00
root
29ee712e20 up to 5.15.103 2023-03-28 15:09:35 +00:00
root
22192d0799 add 5.15.103 2023-03-28 15:08:13 +00:00
jiangcuo
119f6593ce add gpu driver 2023-03-23 06:07:53 +00:00
jiangcuo
e715895c77 * up linux to 5.15.103 2023-03-21 07:05:43 +00:00
Jiang Cuo
28613e8c83 * linux add 5.15.99 2023-03-18 13:16:42 +08:00
Jiang Cuo
9228dcfac2 update .config 2023-03-15 18:36:42 +08:00
jiangcuo
692506318d
Update rules 2023-03-15 12:02:47 +08:00
jiangcuo
21982eb827
Update config.pve 2023-03-15 12:01:04 +08:00
Jiang Cuo
74c06723b2 Merge branch 'master' of https://github.com/jiangcuo/pve-arm64-kernel 2023-03-15 00:22:23 +08:00
Jiang Cuo
929edd8693 * up to linux 6.1.19 generic 2023-03-15 00:18:56 +08:00
jiangcuo
fc258846c4
Update control.in 2023-03-14 15:50:08 +08:00
jiangcuo
a59cbb556c
Update rules 2023-03-14 15:48:26 +08:00
Jiang Cuo
26f5024fbc up to 6.1.19 Kunpeng920-desktop 2023-03-14 14:51:28 +08:00
Jiang Cuo
54b283475b * Update to Linux 6.1.19
* Update to ZFS 2.1.9
2023-03-14 14:47:31 +08:00
Jiangcuo
df7c27011d * add bcm95880 kernel support 2023-03-14 11:14:53 +08:00
jiangcuo
66b30e4b1e
Update rules 2023-03-14 11:06:37 +08:00
jiangcuo
7b62bb703b
Update common.mk 2023-03-14 11:03:00 +08:00
jiangcuo
9d9bb5e387
Update changelog 2023-03-14 11:02:37 +08:00
jiangcuo
3b52670500
Update .gitmodules 2023-03-14 11:00:31 +08:00
jiangcuo
ee3bf45ff3
Update common.mk 2023-02-20 14:10:13 +08:00
jiangcuo
09ca1bf7f7
Update changelog 2023-02-09 19:31:05 +08:00
jiangcuo
20ddc816bd
Update README.md 2023-02-09 17:18:44 +08:00
root
07d21ab4f1 up to linux 6.1.10 2023-02-09 17:10:10 +08:00
root
5b419abea9 up to 5.15.92 2023-02-09 17:07:37 +08:00
Jiangcuo
51e7606bef delete some file 2023-02-09 14:52:49 +08:00
Jiangcuo
1b9185777a * Linux: bump to v5.10.167
* ZFS: bump to zfs-2.1.9
2023-02-07 21:05:22 +08:00
Fabian Mastenbroek
0ffeef0c25
Add support for ARM64 builds
This change adds support for building PVE Edge kernel on ARM64. See #363
for more information.
2023-02-03 20:12:35 +00:00
Fabian Mastenbroek
1318ae761c
Add Linux 6.1
This change adds support for building a Linux 6.1 Proxmox Edge kernel.

I have decided not to create releases for this major version since Proxmox
has already released an official supported pve-kernel-6.1.
See https://forum.proxmox.com/threads/opt-in-linux-6-1-kernel-for-proxmox-ve-7-x-available.119483
for more information.
2022-12-17 16:57:05 +00:00
Fabian Mastenbroek
97aa3e3f5b
Use annotations for generating Ubuntu config
This change updates the build script to use the annotations script from
Ubuntu to generate the kernel configuration. Previously, we used the
pre-generated configuration files available in the mainline crack
builds. However, the team has stopped generating these in favor of the
annotations script.
2022-12-17 16:54:30 +00:00
Fabian Mastenbroek
e31be78264
Fix changelog output
This change repairs the changelog output generated for the release.
Multiline text requires custom handling with the new GITHUB_OUTPUT
property.
2022-12-14 01:00:18 +00:00
Timo Reichl
6f8820fd3b
Do not perform submodule checkout on publish (#349)
This change removes the submodule checkout when the package is in the publish phase.
We do not use the contents of the submodules during this phase.

Close #347
2022-12-14 01:12:02 +01:00
Timo Reichl
177f1a406c
Fix set-output deprecation (#348)
This change removes the use of the deprecated `set-output` command in 
the Github Actions workflows.

See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands
2022-12-14 01:10:34 +01:00
Fabian Mastenbroek
0a29a29503
Add build dependency on python3-dev
This change adds a build dependency on python3-dev in the Debian control
file. This dependency is necessary for building perf.

Fixes #334
2022-11-03 22:47:04 +01:00
Fabian Mastenbroek
a3db7c8863
Use olddefconfig for configuring kernel
This change updates the build script to use olddefconfig to use the old
.config file in the directory and use default values for unspecified
configuration options.

Fixes #335
2022-11-03 22:46:50 +01:00
Fabian Mastenbroek
e56e969874
Update default configuration
This change updates the default kernel configuration to use the same
config as used by the stock Proxmox kernel.
2022-11-03 22:41:51 +01:00
Fabian Mastenbroek
0ae6ef51d4
Add Linux 6.0 (#324)
This change adds a release for Linux 6.0 for the Proxmox Edge kernels.
2022-10-27 11:39:29 +02:00
Fabian Mastenbroek
cfab002223
Update GitHub Actions workflows
This change updates the GitHub Actions workflows of the repository to
use the latest actions where possible.
2022-10-27 10:50:18 +02:00
Fabian Mastenbroek
058e954557
Drop support for Proxmox VE 6
This change drops support for the Buster-based Proxmox VE 6 release,
which as been EOL since 2022-07.
2022-10-27 10:50:18 +02:00