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.
Signed-off-by: Kai Kang <[email protected]> --- recipes-extended/dpdk/dpdk_22.07.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (#7716): https://lists.yoctoproject.org/g/meta-intel/message/7716 Mute This Topic: https://lists.yoctoproject.org/mt/94618333/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
