summaryrefslogtreecommitdiffstats
path: root/recipes-extended/odp/odp.inc
diff options
context:
space:
mode:
authorGuillaume Lecocq <glq@momagroup.com>2023-04-18 13:53:34 +0200
committerGuillaume Lecocq <glq@momagroup.com>2023-04-18 13:53:34 +0200
commit289dae16bef8ee2e6b10edecd9d9c728e37694ac (patch)
tree97d048c25982b6d2c6b091762085cfadfc42f6bf /recipes-extended/odp/odp.inc
parent046f6216362b5d396767c83b7338cca071be725b (diff)
downloadmeta-freescale-289dae16bef8ee2e6b10edecd9d9c728e37694ac.tar.gz
[warrior] meta-freescale: migrate IMX repos from codeaurora to github (for QorIQ)
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..226e4c35 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;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;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;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"