-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
48 lines (42 loc) · 1.39 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Debian dkms packages that need binary packages.
# Unfortunately not all names are standard and therefore we need todo the package generation our self.
#
# ${SOMETHING} will be substituted
kernel:
kbuild-version: "6.6.13+bpo" # Unfortunately the kbuild packages have a different name
version: "6.6.13+bpo" # Version in the package name
package-version: "6.6.13-1~bpo12+lernstick.1" # Specify specific version of the package
arch: amd64
arch-cpu: "x86_64"
# Set to path to enable local package repository
local-repo: "/repo-config"
# Set distribution for created Debian packages
distribution: "lernstick-12"
# Output dir
output-dir: "/packages"
packages:
broadcom-sta-dkms:
dkms: broadcom-sta
result: broadcom-sta-modules
template-dir: /broadcom-sta-template
v4l2loopback-dkms:
dkms: v4l2loopback
result: v4l2loopback-modules
template-dir: /debian-template
# rtl88x2bu-dkms:
# dkms: rtl88x2bu
# result: rtl88x2bu-modules
# template-dir: /debian-template
nvidia-kernel-dkms:
dkms: nvidia-current
result: nvidia-kernel-${MODULE_VERSION}
template-dir: /nvidia-template
deb-version: "1"
# nvidia-legacy-390xx-kernel-dkms:
# dkms: nvidia-legacy-390xx
# result: nvidia-legacy-390xx-kernel-${MODULE_VERSION}
# template-dir: /nvidia-template
virtualbox-dkms:
dkms: virtualbox
result: virtualbox-modules
template-dir: /debian-template