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:
Michal Berger 2023-02-20 15:27:00 +01:00 committed by Tomasz Zawadzki
parent c1cab017a6
commit a3f9583a82
2 changed files with 0 additions and 14 deletions

View File

@ -426,8 +426,6 @@ BPFTRACE_VERSION=${BPFTRACE_VERSION:-36414d9}
VFIO_QEMU_BRANCH=${VFIO_QEMU_BRANCH:-vfio-user-patch1-noreq} VFIO_QEMU_BRANCH=${VFIO_QEMU_BRANCH:-vfio-user-patch1-noreq}
VANILLA_QEMU_BRANCH=${VANILLA_QEMU_BRANCH:-v7.0.0} 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} : ${GIT_REPO_ROCKSDB=https://review.spdk.io/spdk/rocksdb}
export GIT_REPO_ROCKSDB export GIT_REPO_ROCKSDB
: ${GIT_REPO_FIO=https://github.com/axboe/fio.git} : ${GIT_REPO_FIO=https://github.com/axboe/fio.git}
@ -440,8 +438,6 @@ export GIT_REPO_QEMU
export GIT_REPO_QEMU_VFIO export GIT_REPO_QEMU_VFIO
: ${GIT_REPO_LIBISCSI=https://github.com/sahlberg/libiscsi} : ${GIT_REPO_LIBISCSI=https://github.com/sahlberg/libiscsi}
export GIT_REPO_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} : ${DRIVER_LOCATION_QAT=https://downloadmirror.intel.com/761891/QAT.L.4.20.0-00001.tar.gz}
export DRIVER_LOCATION_QAT export DRIVER_LOCATION_QAT
: ${GIT_REPO_GIT=https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz} : ${GIT_REPO_GIT=https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz}

View File

@ -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