mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-05 05:04:45 +02:00
dpdk/22.07.0: fix SRC_URI
The SRC_URI should be "https://dpdk.org/git/dpdk" for https protocol. Otherwise it fails to fetch with git and fetch a tarball from premirror instead: WARNING: dpdk-module-22.07.0-r0 do_fetch: Failed to fetch URL git://dpdk.org/dpdk;branch=releases;protocol=https, attempting MIRRORS if available Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
590c01813e
commit
f6895c0dd2
|
@ -2,7 +2,7 @@ include dpdk.inc
|
||||||
|
|
||||||
FILESEXTRAPATHS:prepend := "${THISDIR}/dpdk:"
|
FILESEXTRAPATHS:prepend := "${THISDIR}/dpdk:"
|
||||||
|
|
||||||
SRC_URI = "git://dpdk.org/dpdk;branch=${BRANCH};protocol=https \
|
SRC_URI = "git://dpdk.org/git/dpdk;branch=${BRANCH};protocol=https \
|
||||||
file://0001-Makefile-add-makefile.patch \
|
file://0001-Makefile-add-makefile.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
include dpdk.inc
|
include dpdk.inc
|
||||||
|
|
||||||
SRC_URI = "git://dpdk.org/dpdk;branch=${BRANCH};protocol=https \
|
SRC_URI = "git://dpdk.org/git/dpdk;branch=${BRANCH};protocol=https \
|
||||||
file://0001-meson.build-march-and-mcpu-already-passed-by-Yocto-21.11.patch \
|
file://0001-meson.build-march-and-mcpu-already-passed-by-Yocto-21.11.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user