-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This allows for using the Hauppage WinTV-quadHD PCIe tuner, and this bundles the firmware for the tuner as well. Signed-off-by: Skyler Mäntysaari <sm+git@skym.fi> Signed-off-by: Noel Georgi <git@frezbo.dev> (cherry picked from commit ea263ae)
- Loading branch information
Showing
15 changed files
with
254 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,122 +1,24 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"description": "THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.\n\nGenerated on 2024-12-17T09:51:12Z by kres 318187b.\n\n", | ||
"prHeader": "Update Request | Renovate Bot", | ||
"extends": [ | ||
":dependencyDashboard", | ||
":gitSignOff", | ||
":semanticCommitScopeDisabled", | ||
"schedule:earlyMondays" | ||
], | ||
"regexManagers": [ | ||
{ | ||
"fileMatch": [ | ||
"vars.yaml" | ||
], | ||
"matchStrings": [ | ||
"# renovate: datasource=(?<datasource>.*?)(?:\\s+extractVersion=(?<extractVersion>.+?))?(?:\\s+versioning=(?<versioning>.+?))?\\s+depName=(?<depName>.+?)?\\s(?:.*_(?:version|VERSION):\\s+(?<currentValue>.*))?(?:(\\s)?.*_(?:ref|REF):\\s+(?<currentDigest>.*))?" | ||
], | ||
"versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}" | ||
}, | ||
{ | ||
"fileMatch": [ | ||
"Pkgfile" | ||
], | ||
"matchStrings": [ | ||
"# renovate: datasource=(?<datasource>.*?)(?:\\s+extractVersion=(?<extractVersion>.+?))?(?:\\s+versioning=(?<versioning>.+?))?\\s+depName=(?<depName>.+?)?\\s(?:\\s+.*_(?:version|VERSION):\\s+(?<currentValue>.*))?(?:\\s.*_(?:ref|REF):\\s+(?<currentDigest>.*))?" | ||
], | ||
"versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}" | ||
}, | ||
{ | ||
"fileMatch": [ | ||
"Pkgfile" | ||
], | ||
"matchStrings": [ | ||
"ghcr.io\\/siderolabs\\/bldr:(?<currentValue>v.*)" | ||
], | ||
"depNameTemplate": "siderolabs/bldr", | ||
"datasourceTemplate": "github-tags", | ||
"versioningTemplate": "semver" | ||
}, | ||
{ | ||
"fileMatch": [ | ||
"Makefile" | ||
], | ||
"matchStrings": [ | ||
"BLDR_RELEASE\\s+\\?=\\s+(?<currentValue>.*)\\n" | ||
], | ||
"depNameTemplate": "siderolabs/bldr", | ||
"datasourceTemplate": "github-tags", | ||
"versioningTemplate": "semver" | ||
} | ||
], | ||
"packageRules": [ | ||
{ | ||
"matchPackageNames": [ | ||
"nvidia/open-gpu-kernel-modules", | ||
"open-iscsi/open-isns", | ||
"containers/crun", | ||
"git://git.kernel.org/pub/scm/libs/libcap/libcap.git", | ||
"git://sourceware.org/git/elfutils.git", | ||
"git://git.kernel.org/pub/scm/utils/mdadm/mdadm.git" | ||
], | ||
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.?(?<patch>\\d+)?$" | ||
}, | ||
{ | ||
"matchPackageNames": [ | ||
"https://sourceware.org/git/glibc.git" | ||
], | ||
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.?(?<patch>[0-9]{1,3})?$" | ||
}, | ||
{ | ||
"matchPackageNames": [ | ||
"google/gvisor", | ||
"intel/Intel-Linux-Processor-Microcode-Data-Files" | ||
], | ||
"versioning": "regex:^(?<major>\\d{4})(?<minor>\\d{2})(?<patch>\\d{2})\\.?(?<build>\\d+)?$" | ||
}, | ||
{ | ||
"matchPackageNames": [ | ||
"git://linux-nfs.org/~steved/libtirpc" | ||
], | ||
"versioning": "regex:^(?<major>\\d+)-(?<minor>\\d+)-?(?<patch>\\d+)?$" | ||
}, | ||
{ | ||
"matchPackagePatterns": [ | ||
"*" | ||
], | ||
"matchDatasources": [ | ||
"docker" | ||
], | ||
"groupName": "container images" | ||
}, | ||
{ | ||
"matchPackagePatterns": [ | ||
"*" | ||
], | ||
"matchDatasources": [ | ||
"go", | ||
"golang-version" | ||
], | ||
"groupName": "go packages" | ||
}, | ||
{ | ||
"matchPackagePatterns": [ | ||
"*" | ||
], | ||
"matchDatasources": [ | ||
"npm" | ||
], | ||
"groupName": "node packages" | ||
}, | ||
{ | ||
"matchPackagePatterns": [ | ||
"*" | ||
], | ||
"matchDatasources": [ | ||
"git-refs", | ||
"git-tags", | ||
"github-tags", | ||
"github-releases" | ||
], | ||
"groupName": "releases" | ||
"groupName": "dependencies", | ||
"matchUpdateTypes": [ | ||
"major", | ||
"minor", | ||
"patch", | ||
"pin", | ||
"digest" | ||
] | ||
} | ||
], | ||
"dependencyDashboard": true | ||
"separateMajorMinor": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# dvb-cx23885 system extension | ||
|
||
## Installation | ||
|
||
See [Installing Extensions](https://github.com/siderolabs/extensions#installing-extensions). | ||
|
||
## Usage | ||
|
||
Enable the `cx23885` module in Talos machine config to enable the tuner. | ||
|
||
```yaml | ||
machine: | ||
kernel: | ||
modules: | ||
- name: cx23885 | ||
``` |
Oops, something went wrong.