diff options
author | Fangyin Hu <fangyinx.hu@intel.com> | 2017-06-20 22:08:17 -0400 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2017-07-06 18:14:35 +0000 |
commit | 15b7f8b753bcf17c15bebac5ac01ab6a059b62e4 (patch) | |
tree | e26d1991069d6142524f84f8f9031072f5211857 /bootstrap-TLDK.sh | |
parent | f43b79bdec79e663d644cf76940613168da30d7b (diff) |
Patch to tldk bootstrap on the tldk package download.
Rebase and fix the path issue.
Change-Id: I572e4c81feb54e7f391af0007af709cafa42c255
Signed-off-by: qun wan <qun.wan@intel.com>
Signed-off-by: Fangyin Hu <fangyinx.hu@intel.com>
Diffstat (limited to 'bootstrap-TLDK.sh')
-rwxr-xr-x | bootstrap-TLDK.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-TLDK.sh b/bootstrap-TLDK.sh index e060155f18..4678bf57a6 100755 --- a/bootstrap-TLDK.sh +++ b/bootstrap-TLDK.sh @@ -118,7 +118,7 @@ TLDK_TAR_FILE="tldk_depends.tar.gz" wget "fast.dpdk.org/rel/${DPDK_PACKAGE}" tar zcf ${TLDK_TAR_FILE} ${DPDK_PACKAGE} ./tldk/ \ - ./tests/tldk/tldk_testconfig/ ./tests/tldk/tldk_deplibs/ + ./tests/tldk/tldk_testconfig/ cat ${VIRL_PKEY} # Copy the files to VIRL host |