Skip to content

Commit

Permalink
chore: bump kernel to 5.15.50
Browse files Browse the repository at this point in the history
Bump kernel to 5.15.50

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Jun 27, 2022
1 parent 388af5e commit f1f44e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kernel/build/config-amd64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.15.49 Kernel Configuration
# Linux/x86 5.15.50 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
Expand Down
2 changes: 1 addition & 1 deletion kernel/build/config-arm64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.15.49 Kernel Configuration
# Linux/arm64 5.15.50 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
CONFIG_CC_IS_GCC=y
Expand Down
6 changes: 3 additions & 3 deletions kernel/prepare/pkg.yaml
Expand Up @@ -5,10 +5,10 @@ dependencies:
- image: '{{ .TOOLS_IMAGE }}'
steps:
- sources:
- url: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.49.tar.xz
- url: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.50.tar.xz
destination: linux.tar.xz
sha256: 32497893ba47f4ad32a59fa4254e8c25e41bc821798e3b2f2443822fa00059dc
sha512: 50df71d9cbc2be09348d89a89f50543e9022c88b71ace9e93274aa49530825980661ead4cbe726a3ee899b6965d16b1bd1324e754d9b546eb8d8ad6232250caf
sha256: 554d507d37a23810fe8c83912761e4a4f73c40794bc685ff7ca98042fe1bd70f
sha512: 6b7ca8bb91ad748206b2c587d4fe8e2b972381d9c7c29931ad4904086177c5190657be147f0af01c9d1ff5e513782d073b189dccc33dbbce76c250a84d948b58
env:
ARCH: {{ if eq .ARCH "aarch64"}}arm64{{ else if eq .ARCH "x86_64" }}x86_64{{ else }}unsupported{{ end }}
prepare:
Expand Down

0 comments on commit f1f44e6

Please sign in to comment.