summaryrefslogtreecommitdiff
path: root/scripts/package-build/linux-kernel/package.toml
blob: b98bcd2f528cc90e1bb1056ef635628692f51311 (plain)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# [defaults]
# We get the kernel_version from vyos-build/data/defaults.toml
# kernel_version = "6.6.47"
# kernel_flavor = "amd64-vyos"


[[packages]]
name = "linux-kernel"
commit_id = "" # Uses defaults.kernel_version
scm_url = ""
build_cmd = "build_kernel"

[[packages]]
name = "linux-firmware"
commit_id = "20240610"
scm_url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
build_cmd = "build_linux_firmware"

[[packages]]
name = "accel-ppp"
commit_id = "1.13.0"
scm_url = "https://github.com/accel-ppp/accel-ppp.git"
build_cmd = "build_accel_ppp"

[[packages]]
name = "ovpn-dco"
commit_id = "v0.2.20231117"
scm_url = "https://github.com/OpenVPN/ovpn-dco"
build_cmd = "build_openvpn_dco"

[[packages]]
name = "nat-rtsp"
commit_id = "475af0a"
scm_url = "https://github.com/maru-sama/rtsp-linux.git"
build_cmd = "build_nat_rtsp"

[[packages]]
name = "qat"
commit_id = ""
scm_url = ""
build_cmd = "build_intel_qat"

[[packages]]
name = "igb"
commit_id = "v5.18.7"
scm_url = "https://github.com/intel/ethernet-linux-igb"
build_cmd = "build_intel_igb"

[[packages]]
name = "ixgbe"
commit_id = "v6.0.5"
scm_url = "https://github.com/intel/ethernet-linux-ixgbe"
build_cmd = "build_intel_ixgbe"

[[packages]]
name = "ixgbevf"
commit_id = "v5.0.2"
scm_url = "http://github.com/intel/ethernet-linux-ixgbevf"
build_cmd = "build_intel_ixgbevf"

[[packages]]
name = "jool"
commit_id = ""
scm_url = ""
build_cmd = "build_jool"

[[packages]]
name = "mlnx"
commit_id = ""
scm_url = ""
build_cmd = "build_mellanox_ofed"

[[packages]]
name = "realtek-r8152"
commit_id = ""
scm_url = ""
build_cmd = "build_realtek_r8152"

[[packages]]
name = "ipt-netflow"
commit_id = "0eb2092e93"
scm_url = "https://github.com/aabc/ipt-netflow"
build_cmd = "build_ipt_netflow"

[dependencies]
packages = [
    "cmake",
    "gnupg2",
    "rsync",
    "libelf-dev",
    "libncurses5-dev",
    "flex",
    "bison",
    "bc",
    "kmod",
    "cpio",
    "dwarves",
    "nasm",
    "rdfind",
    "pciutils",
    "yasm",
    "libudev-dev",
    "ruby",
    "ruby-dev",
    "rubygems",
    "build-essential",
    "libdw-dev",
    "libunwind-dev",
    "systemtap-sdt-dev",
    "libslang2-dev",
    "python-dev-is-python3",
    "libzstd-dev",
    "libcap-dev",
    "libnuma-dev",
    "libbabeltrace-ctf-dev",
    "libpfm4-dev",
    "libtraceevent-dev",
    "liblua5.3-dev",
    "libssl3",
    "libssl-dev",
    "libpcre3-dev",
    "libnl-genl-3-dev",
    "libxtables-dev",
    "asciidoc-base"
]