From bd6998ff880f5ba833b551a4c7abc9278fd4cc8d Mon Sep 17 00:00:00 2001 From: Nico Berlee Date: Fri, 2 Feb 2024 21:50:29 +0100 Subject: [PATCH] new kernel to solve USB2 --- .github/workflows/ci.yaml | 4 ++-- Makefile | 2 +- pkg/machinery/constants/constants.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 97adc93a193..439a1365b46 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -65,7 +65,7 @@ jobs: USERNAME: ${{ github.actor }} PLATFORM: linux/arm64 PROGRESS: plain - IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.4" + IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.4-1-g6db2a99" - name: Build an turing-rk1 installer run: | @@ -77,7 +77,7 @@ jobs: USERNAME: ${{ github.actor }} PLATFORM: linux/arm64 PROGRESS: plain - IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.4" + IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.4-1-g6db2a99" - uses: actions/upload-artifact@v3 with: diff --git a/Makefile b/Makefile index 022d66a2bed..e154d524afe 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ CLOUD_IMAGES_EXTRA_ARGS ?= "" ARTIFACTS := _out TOOLS ?= ghcr.io/siderolabs/tools:v1.6.0-2-g5e034ec PKGS ?= v1.6.0-16-gb77ffb7 -PKG_KERNEL ?= ghcr.io/nberlee/kernel:v1.6.0-19-g51c088c +PKG_KERNEL ?= ghcr.io/nberlee/kernel:v1.6.0-20-g3eff179 EXTRAS ?= v1.6.0-1-g113887a # renovate: datasource=github-tags depName=golang/go GO_VERSION ?= 1.21 diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index 98475a35d72..7a0bd12fc99 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -16,7 +16,7 @@ import ( const ( // DefaultKernelVersion is the default Linux kernel version. - DefaultKernelVersion = "6.6.15-talos" + DefaultKernelVersion = "6.6.16-talos" // KernelModulesPath is the default path to the kernel modules without the kernel version. KernelModulesPath = "/lib/modules"