mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
dpdk: Use stable and fast download source
After checking with the upstream, the snapshot based URL can change since it's cgit based and they recently upgraded cgit, it was suggested that we use the fast.dpdk.org site as it's the more stable and faster download source. NOTE: the checksum is still the original checksum, so is the correct location. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
This commit is contained in:
parent
ce143f5ae7
commit
753f37a1fd
|
@ -3,7 +3,7 @@ HOMEPAGE = "http://dpdk.org"
|
||||||
LICENSE = "BSD & LGPLv2 & GPLv2"
|
LICENSE = "BSD & LGPLv2 & GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe"
|
LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe"
|
||||||
|
|
||||||
SRC_URI = "http://dpdk.org/browse/dpdk/snapshot/dpdk-${PV}.tar.gz;name=dpdk \
|
SRC_URI = "http://fast.dpdk.org/rel/${BP}.tar.gz;name=dpdk \
|
||||||
file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
|
file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
|
||||||
file://dpdk-16.07-add-sysroot-option-within-app-makefile.patch \
|
file://dpdk-16.07-add-sysroot-option-within-app-makefile.patch \
|
||||||
file://dpdk-16.04-point-to-the-right-include-and-lib-path.patch \
|
file://dpdk-16.04-point-to-the-right-include-and-lib-path.patch \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user