diff options
author | C.R. Guo <chunrong.guo@nxp.com> | 2018-03-02 11:09:04 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-03-06 10:05:43 -0300 |
commit | 2abf209d2b312bc9f419ab55535d07ebd4c45d23 (patch) | |
tree | d51d46b3da630963777ae346dd806c5198b02bf1 /recipes-extended/odp | |
parent | f42fb27876edd9c1e51415a28e53376b38e4a1f8 (diff) | |
download | meta-freescale-2abf209d2b312bc9f419ab55535d07ebd4c45d23.tar.gz |
odp: update SRC_URL
*qbman_userspace update SRC_URL
*flib update SRC_URL
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended/odp')
-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 5c27bf30..96fff40a 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://github.com/qoriq-open-source/odp.git;nobranch=1 \ | 12 | git://source.codeaurora.org/external/qoriq/qoriq-components/odp;nobranch=1 \ |
13 | git://github.com/qoriq-open-source/qbman_userspace.git;nobranch=1;name=qbman;destsuffix=git/platform/linux-dpaa2/flib/qbman \ | 13 | git://source.codeaurora.org/external/qoriq/qoriq-components/qbman_userspace;nobranch=1;name=qbman;destsuffix=git/platform/linux-dpaa2/flib/qbman \ |
14 | git://github.com/qoriq-open-source/flib.git;nobranch=1;name=rta;destsuffix=git/platform/linux-dpaa2/flib/rta \ | 14 | git://source.codeaurora.org/external/qoriq/qoriq-components/flib;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" |