Skip to content

Commit

Permalink
feat: upgrade Linux to v5.4.8
Browse files Browse the repository at this point in the history
Brings in some upstream fixes.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
  • Loading branch information
andrewrynhard committed Jan 8, 2020
1 parent 14950f8 commit 0a4865b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kernel/config-amd64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.4.5 Kernel Configuration
# Linux/x86 5.4.8 Kernel Configuration
#

#
Expand Down
6 changes: 3 additions & 3 deletions kernel/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ dependencies:
- image: "{{ .TOOLS_IMAGE }}"
steps:
- sources:
- url: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.5.tar.xz
- url: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.8.tar.xz
destination: linux.tar.xz
sha256: 568e9f27fbba86131c2e2849f296d54216e2ed3e8c4d8aa78a93b417cab23ec0
sha512: 462bddae3e0410f8a65393631fac4bcde19def55a21890d88ed4929948cbbb95ec4d3a310f507c71588269598c518b0072f2fc536be116337b627da6ae151e5e
sha256: 42c414c902193f9e8a1b70c728ca440de02d85dc29102f52ef98cfbf20d29a52
sha512: 60e16c2080825f0cb8ff41022fcce7a413e23fbd337716da01369a78489b34ce4caf3fa388f1e71b7581ff6cd68671f9c2b07c68312b38e67fa15b71fd851309
prepare:
- |
tar -xJf linux.tar.xz --strip-components=1
Expand Down

0 comments on commit 0a4865b

Please sign in to comment.