diff options
author | Skyler Mäntysaari <samip5@users.noreply.github.com> | 2023-10-18 22:33:35 +0300 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-02-01 09:14:09 +0000 |
commit | 8bd0c92abf4b1991e11b33fe21bb24148cc21a60 (patch) | |
tree | 12a6ab30fb7ce6e8920c6953e2f8fa349795c8a0 /packages/linux-kernel/Jenkinsfile | |
parent | c93d6cb951fb2e89ffb45d79249daa538ab48107 (diff) | |
download | vyos-build-8bd0c92abf4b1991e11b33fe21bb24148cc21a60.tar.gz vyos-build-8bd0c92abf4b1991e11b33fe21bb24148cc21a60.zip |
T5619: Add out-of-tree Intel ixgbe driver
(cherry picked from commit 738ce141fb1c5cf77832bb93e21029b882910921)
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 200e5b54..f83ca681 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -1,4 +1,4 @@ -// Copyright (C) 2020-2021 VyOS maintainers and contributors +// Copyright (C) 2020-2024 VyOS maintainers and contributors // // This program is free software; you can redistribute it and/or modify // in order to easy exprort images built to "external" world @@ -53,9 +53,12 @@ def pkgList = [ 'scmUrl': 'https://github.com/accel-ppp/accel-ppp.git', 'buildCmd': 'cd ..; pwd; ls -al; ./build-accel-ppp.sh'], - // Intel-QAT + // Intel QAT ['name': 'qat', 'buildCmd': 'cd ..; ./build-intel-qat.sh'], + // Intel IXGBE + ['name': 'ixgbe', 'buildCmd': 'cd ..; ./build-intel-ixgbe.sh'], + // Jool ['name': 'jool', 'buildCmd': 'cd ..; ./build-jool.py'], |