aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2018-10-24 15:07:31 +0200
committerJan Gelety <jgelety@cisco.com>2018-10-24 18:41:39 +0200
commit38040609edf3dd6fb15221d3ac27446048826768 (patch)
tree0d28d2b95c56c9e240c874a49e6b4623b6bec428 /bootstrap.sh
parent07594a1bc8f26a8b84778e9320d2f44dc5eab2e4 (diff)
Remove usage of vpp-ext-deps package
This package is not needed for csit enymore. Change-Id: Ie32a9c9322873e66554bb69112d4428697c866db Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index d37f704aa1..03d7effc46 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -44,7 +44,6 @@ if [ "${#}" -ne "0" ]; then
echo ${arr[0]}
SKIP_PATCH="skip_patchORskip_vpp_patch"
else
- DKMS_VERSION=$(< ${SCRIPT_DIR}/DPDK_STABLE_VER)
VPP_VERSION=$(< ${SCRIPT_DIR}/VPP_STABLE_VER_${DISTRO})
CSIT_DIR=${SCRIPT_DIR}
source "${SCRIPT_DIR}/resources/libraries/bash/function/artifacts.sh"