diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-30 08:17:31 +0000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-30 10:19:26 +0200 |
commit | 43d7bca9a6969c07c9291d7c8250e58c5566c137 (patch) | |
tree | 19a2aa33abcef88a302d2d5b79bad1e0838586d6 /packages/linux-kernel/Jenkinsfile | |
parent | 1c44d4042488fe060a90db4d9a2fea07ed96018e (diff) | |
download | vyos-build-43d7bca9a6969c07c9291d7c8250e58c5566c137.tar.gz vyos-build-43d7bca9a6969c07c9291d7c8250e58c5566c137.zip |
Kernel: T3587: replace Out-Of-Tree QAT drivers with In-Tree drivers
The latest Intel QAT drivers make the 5.10 series Kernel crash and there was
no real and good response from Intel so far.
Today the build failed one more time by a source file moving around in the
Intel webservers. It's time to try to move the QAT functionality to the Kernel
buildin drivers.
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 1cd73c40..081c447b 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -52,9 +52,6 @@ def pkgList = [ ['name': 'accel-ppp', 'scmCommit': '277ad4c3c7af01b26', 'scmUrl': 'https://github.com/accel-ppp/accel-ppp.git', 'buildCmd': 'cd ..; pwd; ls -al; ./build-accel-ppp.sh'], - - // Intel-QAT - ['name': 'qat', 'buildCmd': 'cd ..; ./build-intel-qat.sh'], ] // Start package build using library function from https://github.com/vyos/vyos-build |