From ff1366042afbe1f7fede53f5fc68d7e51d73e613 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Mon, 11 Apr 2022 14:42:27 +0530 Subject: [PATCH] chore: bump kernel to 5.15.33 Bump kernel to 5.15.33 stable Also bump tools (ref: https://github.com/siderolabs/tools/pull/182) Signed-off-by: Noel Georgi --- Pkgfile | 2 +- kernel/build/config-amd64 | 2 +- kernel/build/config-arm64 | 2 +- kernel/prepare/pkg.yaml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pkgfile b/Pkgfile index 977080375..ec71165af 100644 --- a/Pkgfile +++ b/Pkgfile @@ -3,7 +3,7 @@ format: v1alpha2 vars: - TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.1.0-alpha.0-5-gc8a3d4d + TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.1.0-alpha.0-7-g718ec10 labels: org.opencontainers.image.source: https://github.com/siderolabs/pkgs diff --git a/kernel/build/config-amd64 b/kernel/build/config-amd64 index 27effd99a..c680e0a73 100644 --- a/kernel/build/config-amd64 +++ b/kernel/build/config-amd64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.15.32 Kernel Configuration +# Linux/x86 5.15.33 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y diff --git a/kernel/build/config-arm64 b/kernel/build/config-arm64 index fae07e07a..6b936af0a 100644 --- a/kernel/build/config-arm64 +++ b/kernel/build/config-arm64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 5.15.32 Kernel Configuration +# Linux/arm64 5.15.33 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y diff --git a/kernel/prepare/pkg.yaml b/kernel/prepare/pkg.yaml index 9a0bea16e..6abf621fb 100644 --- a/kernel/prepare/pkg.yaml +++ b/kernel/prepare/pkg.yaml @@ -5,10 +5,10 @@ dependencies: - image: '{{ .TOOLS_IMAGE }}' steps: - sources: - - url: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.32.tar.xz + - url: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.33.tar.xz destination: linux.tar.xz - sha256: 1463cdfa223088610dd65d3eadeffa44ec49746091b8ae8ddac6f3070d17df86 - sha512: 6d8955a6b71be155b153db0a43f75822f1f30f339445958828e1611648c8c6e0001cb118e9016a7119de80c28286b3e060da675aa73174a7a262fc8b537aacaf + sha256: c30a17e6090f9ebf2d8ff58cd6c92c7324b1f4a8b3aa6a7f68850310af05a9c4 + sha512: cc70547b90417a11cdd580aecbf703541871e744d9df7547bd155ada8c3023be2bea4671771d40efe71e5476a195a4e1942efe53222016409e4a72ba1cf10e02 env: ARCH: {{ if eq .ARCH "aarch64"}}arm64{{ else if eq .ARCH "x86_64" }}x86_64{{ else }}unsupported{{ end }} prepare: