From: Ting Liu <[email protected]> New commits imported: b73546d Merge pull request #59 in SDK/usdpaa from ~R54964/usdpaa:sdk-v1.8.x to sdk-v1.8.x 9f5bf07 qbman: add null check for lni while releasing sp c414204 qbman: enable sending cscn to dcp for old qman revision 41d2593 qbman: hardcode the mps 6e644c7 qbman: Handle lock failure and memory leak a8746fc dma_mem: Add check for lock failures e45130e usdpaa: Relocate spin_lock_destroy calls 4e68d11 usdpaa: Update standalone-env and Makefile.kw
Signed-off-by: Ting Liu <[email protected]> Signed-off-by: Zhenhua Luo <[email protected]> --- recipes-dpaa/usdpaa/usdpaa_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-dpaa/usdpaa/usdpaa_git.bb b/recipes-dpaa/usdpaa/usdpaa_git.bb index 7ac5e11..769224a 100644 --- a/recipes-dpaa/usdpaa/usdpaa_git.bb +++ b/recipes-dpaa/usdpaa/usdpaa_git.bb @@ -9,8 +9,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" DEPENDS += "flib" -SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;nobranch=1" -SRCREV = "3b0717952400577608a548fc4c4858a9efd1bd96" +SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;branch=sdk-v1.9.x" +SRCREV = "b73546dc923d9f3df92af08c2ebaf36d83ab96ea" S = "${WORKDIR}/git" -- 1.9.2 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
