Skip to content

Commit

Permalink
feat: update extensions for Linux 6.6.x
Browse files Browse the repository at this point in the history
See siderolabs/pkgs#873

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Jan 26, 2024
1 parent 0273100 commit 67b061d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
- btrfs
- chelsio-drivers
- chelsio-firmware
- drbd
# - drbd see https://github.com/siderolabs/pkgs/pull/873
- ecr-credential-provider
- fuse3
- gasket-driver
Expand All @@ -33,7 +33,7 @@ spec:
- util-linux-tools
- v4l-uvc-drivers
- xe-guest-utilities
- zfs
# - zfs see https://github.com/siderolabs/pkgs/pull/873
additionalTargets:
nonfree:
- nonfree-kmod-nvidia
Expand Down Expand Up @@ -78,7 +78,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.7.0-alpha.0-13-gf376a53
defaultValue: v1.7.0-alpha.0-17-gefbbd23
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
depends:
Expand Down
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-01-22T17:59:56Z by kres latest.
# Generated on 2024-01-26T09:29:52Z by kres latest.

# common variables

Expand Down Expand Up @@ -57,7 +57,6 @@ TARGETS += bnx2-bnx2x
TARGETS += btrfs
TARGETS += chelsio-drivers
TARGETS += chelsio-firmware
TARGETS += drbd
TARGETS += ecr-credential-provider
TARGETS += fuse3
TARGETS += gasket-driver
Expand All @@ -81,13 +80,12 @@ TARGETS += usb-modem-drivers
TARGETS += util-linux-tools
TARGETS += v4l-uvc-drivers
TARGETS += xe-guest-utilities
TARGETS += zfs
NONFREE_TARGETS = nonfree-kmod-nvidia

# extra variables

EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
PKGS ?= v1.7.0-alpha.0-13-gf376a53
PKGS ?= v1.7.0-alpha.0-17-gefbbd23
PKGS_PREFIX ?= ghcr.io/siderolabs

# help menu
Expand Down
2 changes: 1 addition & 1 deletion drivers/thunderbolt/files/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ modules.order
modules.builtin
modules.builtin.modinfo
kernel/drivers/thunderbolt/thunderbolt.ko
kernel/drivers/net/thunderbolt-net.ko
kernel/drivers/net/thunderbolt/thunderbolt_net.ko
1 change: 1 addition & 0 deletions drivers/v4l-uvc/files/modules.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
modules.order
modules.builtin
modules.builtin.modinfo
kernel/drivers/media/common/uvc.ko
kernel/drivers/media/common/videobuf2/videobuf2-common.ko
kernel/drivers/media/common/videobuf2/videobuf2-memops.ko
kernel/drivers/media/common/videobuf2/videobuf2-v4l2.ko
Expand Down

0 comments on commit 67b061d

Please sign in to comment.