summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-12-03 00:03:31 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2015-12-28 11:01:10 +0800
commit290dac958f2ed821a5a54f67292a8ba770d8e428 (patch)
tree3b735104a93dda9a5c1ddcf9eb3bff1ad37b3604
parentc505c874541cad25ad9f4504132a30dd6e441518 (diff)
downloadmeta-fsl-ppc-290dac958f2ed821a5a54f67292a8ba770d8e428.tar.gz
usdpaa: update to commit b73546d
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 <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--recipes-dpaa/usdpaa/usdpaa_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa/usdpaa/usdpaa_git.bb b/recipes-dpaa/usdpaa/usdpaa_git.bb
index 32cad12..e636261 100644
--- a/recipes-dpaa/usdpaa/usdpaa_git.bb
+++ b/recipes-dpaa/usdpaa/usdpaa_git.bb
@@ -9,8 +9,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
9 9
10DEPENDS += "flib" 10DEPENDS += "flib"
11 11
12SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;nobranch=1" 12SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;branch=sdk-v1.9.x"
13SRCREV = "3b0717952400577608a548fc4c4858a9efd1bd96" 13SRCREV = "b73546dc923d9f3df92af08c2ebaf36d83ab96ea"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16