diff options
author | Jun Zhu <junzhu@nxp.com> | 2022-12-15 11:49:10 +0800 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-12-15 10:53:50 +0000 |
commit | a66d86b448760d28cdee3544d9f9844e429c8ac3 (patch) | |
tree | b5938e6919662459a876018b03ecdd07b357eb89 /recipes-extended/dpdk/dpdk-20.11.inc | |
parent | 2d716a8e5d9b428d2a33d30751767eb198c19b2d (diff) | |
download | meta-freescale-a66d86b448760d28cdee3544d9f9844e429c8ac3.tar.gz |
Switch NXP QorIQ repositories to github.combackport-1330-to-kirkstone
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>
(cherry picked from commit db67bdf59ca6e7c2da4a6fbadb53b5ae238219a6)
Diffstat (limited to 'recipes-extended/dpdk/dpdk-20.11.inc')
-rw-r--r-- | recipes-extended/dpdk/dpdk-20.11.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/dpdk/dpdk-20.11.inc b/recipes-extended/dpdk/dpdk-20.11.inc index 38c34e1b..90b4c405 100644 --- a/recipes-extended/dpdk/dpdk-20.11.inc +++ b/recipes-extended/dpdk/dpdk-20.11.inc | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4 | |||
5 | file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \ | 5 | file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \ |
6 | file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444" | 6 | file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444" |
7 | 7 | ||
8 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dpdk;nobranch=1" | 8 | SRC_URI = "git://github.com/nxp-qoriq/dpdk;protocol=https;nobranch=1" |
9 | SRCREV = "f74b8bd5ab1c6ff76e956fc202a56aea2d200270" | 9 | SRCREV = "f74b8bd5ab1c6ff76e956fc202a56aea2d200270" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |