common/config: Remove unused pieces
Signed-off-by: Michal Berger <michal.berger@intel.com> Change-Id: Ie762e0ba64cb3626031dc0f14e3ee949557ce263 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16880 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
parent
c1cab017a6
commit
a3f9583a82
@ -426,8 +426,6 @@ BPFTRACE_VERSION=${BPFTRACE_VERSION:-36414d9}
|
||||
VFIO_QEMU_BRANCH=${VFIO_QEMU_BRANCH:-vfio-user-patch1-noreq}
|
||||
VANILLA_QEMU_BRANCH=${VANILLA_QEMU_BRANCH:-v7.0.0}
|
||||
|
||||
: ${GIT_REPO_DPDK=https://github.com/spdk/dpdk.git}
|
||||
export GIT_REPO_DPDK
|
||||
: ${GIT_REPO_ROCKSDB=https://review.spdk.io/spdk/rocksdb}
|
||||
export GIT_REPO_ROCKSDB
|
||||
: ${GIT_REPO_FIO=https://github.com/axboe/fio.git}
|
||||
@ -440,8 +438,6 @@ export GIT_REPO_QEMU
|
||||
export GIT_REPO_QEMU_VFIO
|
||||
: ${GIT_REPO_LIBISCSI=https://github.com/sahlberg/libiscsi}
|
||||
export GIT_REPO_LIBISCSI
|
||||
: ${GIT_REPO_INTEL_IPSEC_MB=https://github.com/spdk/intel-ipsec-mb.git}
|
||||
export GIT_REPO_INTEL_IPSEC_MB
|
||||
: ${DRIVER_LOCATION_QAT=https://downloadmirror.intel.com/761891/QAT.L.4.20.0-00001.tar.gz}
|
||||
export DRIVER_LOCATION_QAT
|
||||
: ${GIT_REPO_GIT=https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz}
|
||||
|
@ -1,10 +0,0 @@
|
||||
# This configuration file is provided for reference purposes.
|
||||
GIT_REPO_SPDK=https://review.spdk.io/gerrit/spdk/spdk
|
||||
GIT_REPO_DPDK=https://github.com/spdk/dpdk.git
|
||||
GIT_REPO_OPEN_ISCSI=https://github.com/open-iscsi/open-iscsi
|
||||
GIT_REPO_ROCKSDB=https://review.gerrithub.io/spdk/rocksdb
|
||||
GIT_REPO_FIO=http://git.kernel.dk/fio.git
|
||||
GIT_REPO_FLAMEGRAPH=https://github.com/brendangregg/FlameGraph.git
|
||||
GIT_REPO_QEMU=https://github.com/spdk/qemu
|
||||
GIT_REPO_LIBISCSI=https://github.com/sahlberg/libiscsi
|
||||
DRIVER_LOCATION_QAT=https://downloadmirror.intel.com/729932/QAT.L.4.18.0-00008.tar.gz
|
Loading…
Reference in New Issue
Block a user