diff options
author | Jan Gelety <jgelety@cisco.com> | 2017-03-16 13:55:25 +0100 |
---|---|---|
committer | Matej Klotton <mklotton@cisco.com> | 2017-03-22 11:11:35 +0000 |
commit | 79975ab335ae8634963ead1640ac6417d159a006 (patch) | |
tree | b0f499112c3fb1567d83ee78c7ef933d954577fe /resources | |
parent | 4f4eaa1d52f3bdbe3caecdc1d6a024c369a2834a (diff) |
Don't use dpdk dev packages - semiweekly job
- remove donwload and installation of DPDK development packages
- keep download and installation of vpp-dpdk-dkms deb package
that contains igb_uio driver needed for e.g. cryptodev tests
Change-Id: Ic31a998fe7338c897570c121e04eaf9f9b6de980
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources')
-rwxr-xr-x | resources/tools/download_install_vpp_pkgs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/download_install_vpp_pkgs.sh b/resources/tools/download_install_vpp_pkgs.sh index 547f44493e..8928a2fee2 100755 --- a/resources/tools/download_install_vpp_pkgs.sh +++ b/resources/tools/download_install_vpp_pkgs.sh @@ -34,7 +34,7 @@ if [ -f "/etc/redhat-release" ]; then MD5FILES=*.rpm.md5 fi - ARTIFACTS="vpp vpp-debuginfo vpp-devel vpp-dpdk-devel vpp-lib vpp-plugins" + ARTIFACTS="vpp vpp-debuginfo vpp-devel vpp-lib vpp-plugins" PACKAGE="rpm rpm.md5" CLASS="" VPP_INSTALL_COMMAND="rpm -ivh *.rpm" @@ -53,7 +53,7 @@ else MD5FILES=*.deb.md5 fi - ARTIFACTS="vpp vpp-dbg vpp-dev vpp-dpdk-dev vpp-dpdk-dkms vpp-lib vpp-plugins" + ARTIFACTS="vpp vpp-dbg vpp-dev vpp-dpdk-dkms vpp-lib vpp-plugins" PACKAGE="deb deb.md5" CLASS="deb" VPP_INSTALL_COMMAND="dpkg -i *.deb" |