diff options
| author | Zelan Zou <zelan.zou@nxp.com> | 2025-09-15 13:58:41 +0800 |
|---|---|---|
| committer | Zelan Zou <zelan.zou@nxp.com> | 2025-09-15 13:58:41 +0800 |
| commit | 8d6165775d281bd5cf7ef84c125d8997f52d79f2 (patch) | |
| tree | 0c7382f971e942e5e3035c0f33c1929524c2b7f7 /recipes-extended/odp/odp.inc | |
| parent | 637d928d814e678bf20a2ea4b03c871b66ced386 (diff) | |
| download | meta-freescale-8d6165775d281bd5cf7ef84c125d8997f52d79f2.tar.gz | |
global recipes: Fix whinlatter updates for source code lacation
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
Diffstat (limited to 'recipes-extended/odp/odp.inc')
| -rw-r--r-- | recipes-extended/odp/odp.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/odp/odp.inc b/recipes-extended/odp/odp.inc index 34bd5138e..412667f01 100644 --- a/recipes-extended/odp/odp.inc +++ b/recipes-extended/odp/odp.inc | |||
| @@ -10,8 +10,8 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/odp:" | |||
| 10 | 10 | ||
| 11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
| 12 | git://github.com/nxp-qoriq/odp;protocol=https;nobranch=1 \ | 12 | git://github.com/nxp-qoriq/odp;protocol=https;nobranch=1 \ |
| 13 | git://github.com/nxp-qoriq/qbman_userspace;protocol=https;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=${S}/platform/linux-dpaa2/flib/qbman \ |
| 14 | git://github.com/nxp-qoriq/flib;protocol=https;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=${S}/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" |
