Skip to content

Commit

Permalink
add gasket driver for nberlee/talos#5
Browse files Browse the repository at this point in the history
  • Loading branch information
nberlee committed Apr 4, 2024
1 parent 7f5a6b9 commit b754cb0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,22 @@ COMMON_ARGS += --build-arg=SOURCE_DATE_EPOCH=$(SOURCE_DATE_EPOCH)
COMMON_ARGS += --build-arg=TAG="$(TAG)"
COMMON_ARGS += --build-arg=PKGS="$(PKGS)"
COMMON_ARGS += --build-arg=PKG_KERNEL="$(PKG_KERNEL)"
COMMON_ARGS += --build-arg=PKGKERNELTAG="$(PKG_KERNEL_TAG)"

# targets defines all the available targets

TARGETS = binfmt-misc
TARGETS += gasket-driver
TARGETS += rk3588
TARGETS += usb-modem-drivers

# extra variables

EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
PKGS ?= v1.6.0-27-gdf44f94
PKG_KERNEL ?= ghcr.io/nberlee/kernel:v1.6.0-29-g7be6f52

PKG_KERNEL_TAG ?= v1.6.0-33-g75124d7
PKG_KERNEL ?= ghcr.io/nberlee/kernel:$(PKG_KERNEL_TAG)

# help menu

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Please always use the pinned digest when referencing an extension image.

| Name | Image | Description | Version Format |
| ------------------------------------ | ----------------------------------------------------------------------------------------------------------- | ------------------------------------ | ----------------------------------------------------- |
| [gasket](drivers/gasket/) | [ghcr.io/siderolabs/gasket-driver](https://github.com/siderolabs/extensions/pkgs/container/gasket-driver) | Driver for Google Coral PCIe devices | `gasket driver upstream short commit`-`talos version` |
| [usb-modem](drivers/usb-modem/) | [ghcr.io/nberlee/usb-modem-drivers](https://github.com/nberlee/extensions/pkgs/container/usb-modem-drivers) | USB Modem drivers | `talos version` |

### Miscellaneous
Expand Down
2 changes: 1 addition & 1 deletion drivers/gasket/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- stage: base
# The pkgs version for a particular release of Talos as defined in
# https://github.com/siderolabs/talos/blob/<talos version>/pkg/machinery/gendata/data/pkgs
- image: "{{ .PKGS_PREFIX }}/gasket-driver-pkg:{{ .BUILD_ARG_PKGS }}"
- image: "nberlee/gasket-driver-pkg:{{ .BUILD_ARG_PKGKERNELTAG ) }}"
steps:
- prepare:
- |
Expand Down

0 comments on commit b754cb0

Please sign in to comment.