Skip to content

Commit d9fe974

Browse files
authored
Merge pull request #2363 from nxp-upstream/whinlatter-global-change
global recipes: Fix whinlatter updates for source code lacation
2 parents 40b1ba9 + 8d61657 commit d9fe974

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

recipes-bsp/atf/qoriq-atf_2.12.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy"
77

88
PV:append = "+${SRCPV}"
99

10-
SRC_URI += "git://github.com/ARMmbed/mbedtls;protocol=https;nobranch=1;destsuffix=git/mbedtls;name=mbedtls \
11-
git://github.com/nxp/ddr-phy-binary;protocol=https;nobranch=1;destsuffix=git/ddr-phy-binary;name=ddr \
10+
SRC_URI += "git://github.com/ARMmbed/mbedtls;protocol=https;nobranch=1;destsuffix=${S}/mbedtls;name=mbedtls \
11+
git://github.com/nxp/ddr-phy-binary;protocol=https;nobranch=1;destsuffix=${S}/ddr-phy-binary;name=ddr \
1212
"
1313
SRCREV_mbedtls = "0795874acdf887290b2571b193cafd3c4041a708"
1414
SRCREV_ddr = "fbc036b88acb6c06ffed02c898cbae9856ec75ba"

recipes-dpaa2/dce/dce_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
44
LIC_FILES_CHKSUM = "file://LICENSE;md5=956df5ea6cfe0a1dcf2dee7ca37c0cdf"
55

66
SRC_URI = "git://github.com/nxp-qoriq/dce;protocol=https;nobranch=1 \
7-
git://github.com/nxp-qoriq/qbman_userspace;protocol=https;nobranch=1;name=qbman;destsuffix=git/lib/qbman_userspace \
7+
git://github.com/nxp-qoriq/qbman_userspace;protocol=https;nobranch=1;name=qbman;destsuffix=${S}/lib/qbman_userspace \
88
file://0001-support-user-merge.patch \
99
"
1010
SRCREV = "88ef2e8c3845532ee64cea4349fd38fb2bd5f807"

recipes-extended/odp/odp.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/odp:"
1010

1111
SRC_URI = " \
1212
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 \
14-
git://github.com/nxp-qoriq/flib;protocol=https;nobranch=1;name=rta;destsuffix=git/platform/linux-dpaa2/flib/rta \
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=${S}/platform/linux-dpaa2/flib/rta \
1515
"
1616

1717
SRC_URI += "file://0001-Fix-this-build-error.patch"

0 commit comments

Comments
 (0)