From: Kai Kang <[email protected]>

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 <[email protected]>
---
v2:
* update for dpdk-module too

 recipes-extended/dpdk/dpdk-module_22.07.0.bb | 2 +-
 recipes-extended/dpdk/dpdk_22.07.0.bb        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-extended/dpdk/dpdk-module_22.07.0.bb 
b/recipes-extended/dpdk/dpdk-module_22.07.0.bb
index 52d5d4c..3fcbf1e 100644
--- a/recipes-extended/dpdk/dpdk-module_22.07.0.bb
+++ b/recipes-extended/dpdk/dpdk-module_22.07.0.bb
@@ -2,7 +2,7 @@ include dpdk.inc
 
 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 \
 "
 
diff --git a/recipes-extended/dpdk/dpdk_22.07.0.bb 
b/recipes-extended/dpdk/dpdk_22.07.0.bb
index bbaa847..9f1843b 100644
--- a/recipes-extended/dpdk/dpdk_22.07.0.bb
+++ b/recipes-extended/dpdk/dpdk_22.07.0.bb
@@ -1,6 +1,6 @@
 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 \
 "
 
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#7717): 
https://lists.yoctoproject.org/g/meta-intel/message/7717
Mute This Topic: https://lists.yoctoproject.org/mt/94620782/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to