diff options
author | Jun Zhu <junzhu@nxp.com> | 2022-12-15 11:49:10 +0800 |
---|---|---|
committer | Jun Zhu <junzhu@nxp.com> | 2022-12-15 11:47:18 +0800 |
commit | db67bdf59ca6e7c2da4a6fbadb53b5ae238219a6 (patch) | |
tree | 9341b369d25545e2069cfd0afab4580b73b2ca1c /recipes-extended/ovs-dpdk | |
parent | cb6c55d9c13228a0a9deef59d2f72b34ae117ba5 (diff) | |
download | meta-freescale-db67bdf59ca6e7c2da4a6fbadb53b5ae238219a6.tar.gz |
Switch NXP QorIQ repositories to github.com
Fetch QorIQ's source code from github.com/nxp-qoriq,
as original source.codeaurora.org/external/qoriq will
stop to access from April 2023.
Signed-off-by: Jun Zhu <junzhu@nxp.com>
Diffstat (limited to 'recipes-extended/ovs-dpdk')
-rw-r--r-- | recipes-extended/ovs-dpdk/ovs-dpdk_2.15.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk_2.15.bb b/recipes-extended/ovs-dpdk/ovs-dpdk_2.15.bb index fb41b457..20d06dd6 100644 --- a/recipes-extended/ovs-dpdk/ovs-dpdk_2.15.bb +++ b/recipes-extended/ovs-dpdk/ovs-dpdk_2.15.bb | |||
@@ -7,7 +7,7 @@ RDEPENDS:${PN} = "bash libcrypto libssl python3" | |||
7 | 7 | ||
8 | inherit python3native pkgconfig | 8 | inherit python3native pkgconfig |
9 | 9 | ||
10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ovs-dpdk;nobranch=1" | 10 | SRC_URI = "git://github.com/nxp-qoriq/ovs-dpdk;protocol=https;nobranch=1" |
11 | SRCREV = "f2c0744d2f68c4cd2840d6e409d7b0520e4caf99" | 11 | SRCREV = "f2c0744d2f68c4cd2840d6e409d7b0520e4caf99" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |