diff options
-rw-r--r-- | data/package-lists/vyos-x86.list.chroot | 1 | ||||
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/data/package-lists/vyos-x86.list.chroot b/data/package-lists/vyos-x86.list.chroot index c769c8fd..b8e6e7fa 100644 --- a/data/package-lists/vyos-x86.list.chroot +++ b/data/package-lists/vyos-x86.list.chroot @@ -5,4 +5,5 @@ hyperv-daemons vyos-xe-guest-utilities vyos-1x-vmware vyos-linux-firmware +vyos-intel-qat telegraf diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 081c447b..1cd73c40 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -52,6 +52,9 @@ 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 |