diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-01-09 14:43:41 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:24 -0300 |
commit | 531aaf72f9fdd34d6f22225c03ebfeb53026778f (patch) | |
tree | bc8ff8377c28f21536521f130b6c92741ccc96a8 /recipes-dpaa | |
parent | f25b8a2edaa854c6533b6cd72493c3e3835fcaa4 (diff) | |
download | meta-freescale-531aaf72f9fdd34d6f22225c03ebfeb53026778f.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@nxp.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa')
-rw-r--r-- | recipes-dpaa/usdpaa/usdpaa_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa/usdpaa/usdpaa_git.bb b/recipes-dpaa/usdpaa/usdpaa_git.bb index 7ac5e11d..769224a3 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 | ||
10 | DEPENDS += "flib" | 10 | DEPENDS += "flib" |
11 | 11 | ||
12 | SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;nobranch=1" | 12 | SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;branch=sdk-v1.9.x" |
13 | SRCREV = "3b0717952400577608a548fc4c4858a9efd1bd96" | 13 | SRCREV = "b73546dc923d9f3df92af08c2ebaf36d83ab96ea" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||