summaryrefslogtreecommitdiffstats
path: root/recipes-extended/odp/odp.inc
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-03-31 12:23:02 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2023-03-31 13:50:30 -0700
commit5884c15aa907beef1c2582a9cff63d33b04ff0bc (patch)
treefd7e924b4aa7c4c519d47a4082ddc375375d3d3d /recipes-extended/odp/odp.inc
parente353e020f161d6674c825e8abc9bdcece71ca8a5 (diff)
downloadmeta-freescale-5884c15aa907beef1c2582a9cff63d33b04ff0bc.tar.gz
Move from codeaurora to github
Fixes: #1469 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-extended/odp/odp.inc')
-rw-r--r--recipes-extended/odp/odp.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/odp/odp.inc b/recipes-extended/odp/odp.inc
index 129f77ae..6965c372 100644
--- a/recipes-extended/odp/odp.inc
+++ b/recipes-extended/odp/odp.inc
@@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ca6103dc75397fb6bec596187d6b7829"
9FILESEXTRAPATHS_prepend := "${THISDIR}/odp:" 9FILESEXTRAPATHS_prepend := "${THISDIR}/odp:"
10 10
11SRC_URI = " \ 11SRC_URI = " \
12git://source.codeaurora.org/external/qoriq/qoriq-components/odp;nobranch=1 \ 12git://github.com/nxp-qoriq/odp;protocol=https;nobranch=1 \
13git://source.codeaurora.org/external/qoriq/qoriq-components/qbman_userspace;nobranch=1;name=qbman;destsuffix=git/platform/linux-dpaa2/flib/qbman \ 13git://github.com/nxp-qoriq/qbman_userspace;protocol=https;nobranch=1;name=qbman;destsuffix=git/platform/linux-dpaa2/flib/qbman \
14git://source.codeaurora.org/external/qoriq/qoriq-components/flib;nobranch=1;name=rta;destsuffix=git/platform/linux-dpaa2/flib/rta \ 14git://github.com/nxp-qoriq/flib;protocol=https;nobranch=1;name=rta;destsuffix=git/platform/linux-dpaa2/flib/rta \
15" 15"
16 16
17SRC_URI += "file://0001-Fix-this-build-error.patch" 17SRC_URI += "file://0001-Fix-this-build-error.patch"