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/odp/odp.inc | |
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/odp/odp.inc')
-rw-r--r-- | recipes-extended/odp/odp.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/odp/odp.inc b/recipes-extended/odp/odp.inc index d1e10b0f..88b67e6d 100644 --- a/recipes-extended/odp/odp.inc +++ b/recipes-extended/odp/odp.inc | |||
@@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ca6103dc75397fb6bec596187d6b7829" | |||
9 | FILESEXTRAPATHS:prepend := "${THISDIR}/odp:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/odp:" |
10 | 10 | ||
11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
12 | git://source.codeaurora.org/external/qoriq/qoriq-components/odp;nobranch=1 \ | 12 | git://github.com/nxp-qoriq/odp;protocol=https;nobranch=1 \ |
13 | git://source.codeaurora.org/external/qoriq/qoriq-components/qbman_userspace;nobranch=1;name=qbman;destsuffix=git/platform/linux-dpaa2/flib/qbman \ | 13 | git://github.com/nxp-qoriq/qbman_userspace;protocol=https;nobranch=1;name=qbman;destsuffix=git/platform/linux-dpaa2/flib/qbman \ |
14 | git://source.codeaurora.org/external/qoriq/qoriq-components/flib;nobranch=1;name=rta;destsuffix=git/platform/linux-dpaa2/flib/rta \ | 14 | git://github.com/nxp-qoriq/flib;protocol=https;nobranch=1;name=rta;destsuffix=git/platform/linux-dpaa2/flib/rta \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI += "file://0001-Fix-this-build-error.patch" | 17 | SRC_URI += "file://0001-Fix-this-build-error.patch" |